aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--libdbusmenu-glib/client.c1
-rw-r--r--libdbusmenu-glib/menuitem.c2
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 376220a..c0cb68f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (0.2.3-0ubuntu1~ppa2~repeat5) UNRELEASED; urgency=low
+
+ * Upstream Merge
+ * Debugging message
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 08 Feb 2010 15:48:33 -0600
+
libdbusmenu (0.2.3-0ubuntu1~ppa2~repeat4) lucid; urgency=low
* Upstream Merge
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.");
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c
index f494487..f5bd18d 100644
--- a/libdbusmenu-glib/menuitem.c
+++ b/libdbusmenu-glib/menuitem.c
@@ -304,7 +304,7 @@ dbusmenu_menuitem_dispose (GObject *object)
static void
dbusmenu_menuitem_finalize (GObject *object)
{
- /* g_debug("Menuitem dying"); */
+ g_debug("Menuitem dying");
DbusmenuMenuitemPrivate * priv = DBUSMENU_MENUITEM_GET_PRIVATE(object);
if (priv->properties != NULL) {