summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-02-04 17:54:54 +0000
committergouldtj <gouldtj@users.sourceforge.net>2008-02-04 17:54:54 +0000
commit57fb33ec01e19b3a22036e44d49ce5d669ca1039 (patch)
treedb563872d22498007a1addfacfd3fdb048191d4e /src/extension/effect.cpp
parentupdated to include simpletransform.py and rubberstretch.inx (diff)
downloadinkscape-57fb33ec01e19b3a22036e44d49ce5d669ca1039.tar.gz
inkscape-57fb33ec01e19b3a22036e44d49ce5d669ca1039.zip
r17818@shi: ted | 2008-01-31 09:20:06 -0800
Locking on both types of execution (bzr r4652)
Diffstat (limited to 'src/extension/effect.cpp')
-rw-r--r--src/extension/effect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp
index dbd750ee9..76af73ed3 100644
--- a/src/extension/effect.cpp
+++ b/src/extension/effect.cpp
@@ -251,7 +251,9 @@ Effect::effect (Inkscape::UI::View::View * doc)
ExecutionEnv executionEnv(this, doc, NULL);
+ timer->lock();
executionEnv.run();
+ timer->unlock();
return;
}