diff options
| author | Ted Gould <ted@gould.cx> | 2008-02-04 17:54:54 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2008-02-04 17:54:54 +0000 |
| commit | 57fb33ec01e19b3a22036e44d49ce5d669ca1039 (patch) | |
| tree | db563872d22498007a1addfacfd3fdb048191d4e /src | |
| parent | updated to include simpletransform.py and rubberstretch.inx (diff) | |
| download | inkscape-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')
| -rw-r--r-- | src/extension/effect.cpp | 2 |
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; } |
