summaryrefslogtreecommitdiffstats
path: root/src/pen-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pen-context.cpp')
-rw-r--r--src/pen-context.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp
index 22f83a219..74498c6c0 100644
--- a/src/pen-context.cpp
+++ b/src/pen-context.cpp
@@ -361,6 +361,7 @@ sp_pen_context_item_handler(SPEventContext *ec, SPItem *item, GdkEvent *event)
static gint
sp_pen_context_root_handler(SPEventContext *ec, GdkEvent *event)
{
+ g_print ("sp_pen_context_root_handler()\n");
SPPenContext *const pc = SP_PEN_CONTEXT(ec);
gint ret = FALSE;