diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-03-02 17:19:33 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-03-02 17:19:33 +0000 |
| commit | 1159bcd361bd07c9ea0b48c2c52497cf3eb35b89 (patch) | |
| tree | 641174cba6f316451427e9876da8e3dc50cc363b /src/extension/implementation/script.cpp | |
| parent | fix an error in rounding negative coords (diff) | |
| download | inkscape-1159bcd361bd07c9ea0b48c2c52497cf3eb35b89.tar.gz inkscape-1159bcd361bd07c9ea0b48c2c52497cf3eb35b89.zip | |
add TODO/FIXME comment to adjust tempfile names after we require a GTK greater than 2.11.4
(bzr r2504)
Diffstat (limited to '')
| -rw-r--r-- | src/extension/implementation/script.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 37632b31a..a244e9abb 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -11,6 +11,23 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +/* +TODO: +FIXME: + After Inkscape makes a formal requirement for a GTK version above 2.11.4, please + replace all the instances of ink_ext_XXXXXX in this file that represent + svg files with ink_ext_XXXXXX.svg . Doing so will prevent errors in extensions + that call inkscape to manipulate the file. + + "** (inkscape:5848): WARNING **: Format autodetect failed. The file is being opened as SVG." + + references: + http://www.gtk.org/api/2.6/glib/glib-File-Utilities.html#g-mkstemp + http://ftp.gnome.org/pub/gnome/sources/glib/2.11/glib-2.11.4.changes + http://developer.gnome.org/doc/API/2.0/glib/glib-File-Utilities.html#g-mkstemp + + --Aaron Spike +*/ #define __INKSCAPE_EXTENSION_IMPLEMENTATION_SCRIPT_C__ #ifdef HAVE_CONFIG_H |
