diff options
| author | Ted Gould <ted@gould.cx> | 2010-02-08 15:48:22 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-02-08 15:48:22 -0600 |
| commit | 12f9f09aab33976f0bfe0ee358f3335df6c0ff9c (patch) | |
| tree | 9562bd14d6c555742cdf77215bc0b6a097d203d4 /libdbusmenu-glib/client.c | |
| parent | 815fb184f7ec28d0a3a23f7dd63d2246e8d2f2ea (diff) | |
| download | libdbusmenu-12f9f09aab33976f0bfe0ee358f3335df6c0ff9c.tar.gz libdbusmenu-12f9f09aab33976f0bfe0ee358f3335df6c0ff9c.tar.bz2 libdbusmenu-12f9f09aab33976f0bfe0ee358f3335df6c0ff9c.zip | |
Debugging.
Diffstat (limited to 'libdbusmenu-glib/client.c')
| -rw-r--r-- | libdbusmenu-glib/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index 20f3620..7bc3eb5 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -432,6 +432,7 @@ proxy_destroyed (GObject * gobj_proxy, gpointer userdata) if (priv->root != NULL) { g_debug("Root ref count: %d", ((GObject *)priv->root)->ref_count); g_object_unref(G_OBJECT(priv->root)); + g_debug(" ref count: %d", ((GObject *)priv->root)->ref_count); priv->root = NULL; #if 1 g_debug("Proxies destroyed, signaling a root change and a layout update."); |
