From ea07a3251ec366956e9a162b44940718be1141d0 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 2 May 2006 05:28:49 +0000 Subject: r11569@tres: ted | 2006-04-29 08:55:02 -0700 Pushing the document and node deeper into the code. This way parameters can be placed and edited on those. Mostly, this commit involves getting them into the autogui. (bzr r689) --- src/extension/implementation/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/implementation/script.cpp') diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 8f121800f..e28015f6f 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -380,7 +380,7 @@ Script::prefs_output(Inkscape::Extension::Output *module) Gtk::Widget * Script::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *view) { - return module->autogui(); + return module->autogui(NULL, NULL); } /** -- cgit v1.2.3