From 20d3483a8de3268751045e61c6bc04a50506761c Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 18 Aug 2008 00:39:23 +0000 Subject: Many debugging messages (bzr r6661) --- src/selection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/selection.cpp') diff --git a/src/selection.cpp b/src/selection.cpp index 9e134ff08..65ec9941d 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -149,6 +149,7 @@ bool Selection::includes(SPObject *obj) const { } void Selection::add(SPObject *obj, bool persist_selection_context/* = false */) { + g_print ("Selection::add()\n"); g_return_if_fail(obj != NULL); g_return_if_fail(SP_IS_OBJECT(obj)); @@ -210,6 +211,7 @@ void Selection::toggle(SPObject *obj) { } void Selection::remove(SPObject *obj) { + g_print ("Selection::remove()\n"); g_return_if_fail(obj != NULL); g_return_if_fail(SP_IS_OBJECT(obj)); g_return_if_fail(includes(obj)); -- cgit v1.2.3