From: keescook Date: Wed, 11 Apr 2007 01:27:13 +0000 (+0000) Subject: note about which function to use for script execution X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=692b18249f050eceba7b81219c8939dd8fa3d50c;p=inkscape.git note about which function to use for script execution --- 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.