diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-01 04:33:12 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-01 04:33:12 +0000 |
| commit | d9943f5475dde49a4a95859c197d6d795324a331 (patch) | |
| tree | 2d622be33da8723d929d081c95ef750c62e39ee2 /src/extension/effect.cpp | |
| parent | r16340@tres: ted | 2007-08-20 19:02:50 -0700 (diff) | |
| download | inkscape-d9943f5475dde49a4a95859c197d6d795324a331.tar.gz inkscape-d9943f5475dde49a4a95859c197d6d795324a331.zip | |
r16395@tres: ted | 2007-08-27 19:41:32 -0700
This is a good stopping point. I think things are working... more
testing.
(bzr r3640)
Diffstat (limited to 'src/extension/effect.cpp')
| -rw-r--r-- | src/extension/effect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/effect.cpp b/src/extension/effect.cpp index aa702a1ae..fc8715248 100644 --- a/src/extension/effect.cpp +++ b/src/extension/effect.cpp @@ -238,6 +238,7 @@ Effect::prefs (Inkscape::UI::View::View * doc) void Effect::effect (Inkscape::UI::View::View * doc) { + printf("Execute effect\n"); if (!loaded()) set_state(Extension::STATE_LOADED); if (!loaded()) return; |
