From 277590473b88f384facde692d332dfcb4388c14d Mon Sep 17 00:00:00 2001 From: mental Date: Sun, 6 May 2007 21:30:41 +0000 Subject: [PATCH] allow nesting under verb events --- src/helper/action.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/helper/action.cpp b/src/helper/action.cpp index 908c63638..d67bc5fc2 100644 --- a/src/helper/action.cpp +++ b/src/helper/action.cpp @@ -16,6 +16,7 @@ #include "debug/logger.h" #include "debug/timestamp.h" #include "debug/simple-event.h" +#include "debug/event-tracker.h" #include "helper/action.h" static void sp_action_class_init (SPActionClass *klass); @@ -156,7 +157,7 @@ sp_action_perform (SPAction *action, void * data) nr_return_if_fail (action != NULL); nr_return_if_fail (SP_IS_ACTION (action)); - Inkscape::Debug::Logger::write(action); + Inkscape::Debug::EventTracker tracker(action); aobject = NR_ACTIVE_OBJECT(action); if (aobject->callbacks) { -- 2.30.2