aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-08 14:28:33 -0600
committerTed Gould <ted@gould.cx>2010-02-08 14:28:33 -0600
commite530a69bb59e1c416ab5f1c07c3b09b58977be6d (patch)
treeeda46616c297028fb8241f5182c5b5764d7874a9
parent46b5f010ff1ea0fcdbab0b1cdc0c224dc67dba5b (diff)
downloadlibdbusmenu-e530a69bb59e1c416ab5f1c07c3b09b58977be6d.tar.gz
libdbusmenu-e530a69bb59e1c416ab5f1c07c3b09b58977be6d.tar.bz2
libdbusmenu-e530a69bb59e1c416ab5f1c07c3b09b58977be6d.zip
Printing out proxy destroy
-rw-r--r--libdbusmenu-glib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index 1c1574c..69520bc 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -432,7 +432,7 @@ proxy_destroyed (GObject * gobj_proxy, gpointer userdata)
if (priv->root != NULL) {
g_object_unref(G_OBJECT(priv->root));
priv->root = NULL;
- #ifdef MASSIVEDEBUGGING
+ #if 1
g_debug("Proxies destroyed, signaling a root change and a layout update.");
#endif
g_signal_emit(G_OBJECT(userdata), signals[ROOT_CHANGED], 0, NULL, TRUE);