summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-06-27 06:26:13 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-06-27 06:26:13 +0000
commit19d5db7e36ffb0c8c54b419897b7853219987f89 (patch)
tree4f3340f83c083a202fe8b174cf6aa73389768075 /src/extension/implementation/script.cpp
parent(bzr r3127) (diff)
downloadinkscape-19d5db7e36ffb0c8c54b419897b7853219987f89.tar.gz
inkscape-19d5db7e36ffb0c8c54b419897b7853219987f89.zip
r15506@tres: ted | 2007-05-24 22:30:55 -0700
Wow, the basics are kinda working. Only for ints and floats, and it seems to not like repeadative entry. But, it really is seeming very feasible. (bzr r3128)
Diffstat (limited to 'src/extension/implementation/script.cpp')
-rw-r--r--src/extension/implementation/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 96c436dfd..85b2addcb 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -563,7 +563,7 @@ Script::prefs_effect(Inkscape::Extension::Effect *module,
first_select = SP_OBJECT_REPR(item);
}
- return module->autogui(current_document, first_select);
+ return module->autogui(current_document, first_select, changeSignal);
}