aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-08 14:29:02 -0600
committerTed Gould <ted@gould.cx>2010-02-08 14:29:02 -0600
commit8e2c91422b0113c1e09151587d8658c9e47ee0ae (patch)
tree6659aa107696c4e74039ccd862987aa57dcb3dc0 /libdbusmenu-glib/client.c
parentb7c84897cf0404bb42a6924ec69bdd15d2e4ed19 (diff)
parente530a69bb59e1c416ab5f1c07c3b09b58977be6d (diff)
downloadlibdbusmenu-8e2c91422b0113c1e09151587d8658c9e47ee0ae.tar.gz
libdbusmenu-8e2c91422b0113c1e09151587d8658c9e47ee0ae.tar.bz2
libdbusmenu-8e2c91422b0113c1e09151587d8658c9e47ee0ae.zip
* Upstream Merge
* Debugging message
Diffstat (limited to 'libdbusmenu-glib/client.c')
-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);