diff options
| author | Kees Cook <kees@outflux.net> | 2007-04-11 01:27:13 +0000 |
|---|---|---|
| committer | keescook <keescook@users.sourceforge.net> | 2007-04-11 01:27:13 +0000 |
| commit | fb65b08d23625237f89896780833282f13ceae68 (patch) | |
| tree | e37b9bd28461ff27ae67447715db925c2dfa56dd /src/extension/implementation/script.cpp | |
| parent | Switched main commands toobar to stock GTK+ toolbars (diff) | |
| download | inkscape-fb65b08d23625237f89896780833282f13ceae68.tar.gz inkscape-fb65b08d23625237f89896780833282f13ceae68.zip | |
note about which function to use for script execution
(bzr r2848)
Diffstat (limited to '')
| -rw-r--r-- | src/extension/implementation/script.cpp | 4 |
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. |
