summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-10-12 20:06:35 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-10-12 20:06:35 +0000
commitbe8029ed57d68a7b8e94cfc5b82984a8b1c75e55 (patch)
tree91357349657bc80ea1c8755933c11454244f4c20 /src/extension/implementation/script.cpp
parentRemove the misfeature of retracting handles when the cusp node button (diff)
downloadinkscape-be8029ed57d68a7b8e94cfc5b82984a8b1c75e55.tar.gz
inkscape-be8029ed57d68a7b8e94cfc5b82984a8b1c75e55.zip
Remove the failed and unused "new gui" stuff.
(bzr r9828)
Diffstat (limited to 'src/extension/implementation/script.cpp')
-rw-r--r--src/extension/implementation/script.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 9a461ab2d..4fe0b5849 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -39,7 +39,7 @@
#include "extension/db.h"
#include "script.h"
#include "dialogs/dialog-events.h"
-#include "application/application.h"
+#include "inkscape.h"
#include "xml/node.h"
#include "xml/attribute-record.h"
@@ -983,7 +983,7 @@ int Script::execute (const std::list<std::string> &in_command,
Glib::ustring stderr_data = fileerr.string();
if (stderr_data.length() != 0 &&
- Inkscape::NSApplication::Application::getUseGui()
+ inkscape_use_gui()
) {
checkStderr(stderr_data, Gtk::MESSAGE_INFO,
_("Inkscape has received additional data from the script executed. "