From d9943f5475dde49a4a95859c197d6d795324a331 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 1 Sep 2007 04:33:12 +0000 Subject: 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) --- src/extension/effect.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/extension/effect.cpp') 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; -- cgit v1.2.3