summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2007-09-01 04:33:57 +0000
committergouldtj <gouldtj@users.sourceforge.net>2007-09-01 04:33:57 +0000
commitc569de171caabbc0e3e2fb1d3690cb6af1589ec0 (patch)
tree6621e420a1fd0ae46bac3fba54a9a9325add1117 /src/extension/prefdialog.cpp
parentr16403@tres: ted | 2007-08-29 09:10:45 -0700 (diff)
downloadinkscape-c569de171caabbc0e3e2fb1d3690cb6af1589ec0.tar.gz
inkscape-c569de171caabbc0e3e2fb1d3690cb6af1589ec0.zip
r16404@tres: ted | 2007-08-29 19:48:31 -0700
Making unpinned listen to you liveEffect settings. (bzr r3643)
Diffstat (limited to 'src/extension/prefdialog.cpp')
-rw-r--r--src/extension/prefdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp
index 4676661b1..5fdb20530 100644
--- a/src/extension/prefdialog.cpp
+++ b/src/extension/prefdialog.cpp
@@ -184,6 +184,7 @@ PrefDialog::pinned_toggle (void) {
if (_exEnv == NULL) {
_exEnv = new ExecutionEnv(_effect, SP_ACTIVE_DESKTOP, NULL, this);
_createdExEnv = true;
+ preview_toggle();
_exEnv->run();
}
}