summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation
diff options
context:
space:
mode:
authorKees Cook <kees@outflux.net>2007-04-11 01:27:13 +0000
committerkeescook <keescook@users.sourceforge.net>2007-04-11 01:27:13 +0000
commitfb65b08d23625237f89896780833282f13ceae68 (patch)
treee37b9bd28461ff27ae67447715db925c2dfa56dd /src/extension/implementation
parentSwitched main commands toobar to stock GTK+ toolbars (diff)
downloadinkscape-fb65b08d23625237f89896780833282f13ceae68.tar.gz
inkscape-fb65b08d23625237f89896780833282f13ceae68.zip
note about which function to use for script execution
(bzr r2848)
Diffstat (limited to 'src/extension/implementation')
-rw-r--r--src/extension/implementation/script.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 96e4bd855..1a1590f6d 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -871,6 +871,10 @@ Script::copy_doc (Inkscape::XML::Node * oldroot, Inkscape::XML::Node * newroot)
/* Helper class used by Script::execute */
+/*
+ * This *REALLY* needs to be replaced with g_spawn_async_with_pipes()
+ * and proper usage of argv arrays, not just plain strings.
+ */
class pipe_t {
public:
/* These functions set errno if they return false.