aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-08 15:48:53 -0600
committerTed Gould <ted@gould.cx>2010-02-08 15:48:53 -0600
commit4796f69eca3b369a117b1eaf351ae4104df574e4 (patch)
tree48b466151683a88551e880482e78c6775d6f3f99
parentfdb8fd92150e09cf3d30c4d41e5610ee1e9bd8d7 (diff)
parent12f9f09aab33976f0bfe0ee358f3335df6c0ff9c (diff)
downloadlibdbusmenu-4796f69eca3b369a117b1eaf351ae4104df574e4.tar.gz
libdbusmenu-4796f69eca3b369a117b1eaf351ae4104df574e4.tar.bz2
libdbusmenu-4796f69eca3b369a117b1eaf351ae4104df574e4.zip
* Upstream Merge
* Debugging message
-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) {