aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--libdbusmenu-glib/client.c4
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f663eb..f456d97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdbusmenu (0.2.3-0ubuntu1~ppa2~repeat6) UNRELEASED; urgency=low
+
+ * Upstream Merge
+ * Removing the ref to root and a setting of root
+
+ -- Ted Gould <ted@ubuntu.com> Mon, 08 Feb 2010 15:53:42 -0600
+
libdbusmenu (0.2.3-0ubuntu1~ppa2~repeat5) lucid; urgency=low
* Upstream Merge
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index 7bc3eb5..64fc7d3 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -776,10 +776,6 @@ parse_layout (DbusmenuClient * client, const gchar * layout)
g_debug("Client signaling root changed.");
#endif
- /* Switch the root around */
- g_object_ref(priv->root);
- dbusmenu_menuitem_set_root(priv->root, TRUE);
-
g_signal_emit(G_OBJECT(client), signals[ROOT_CHANGED], 0, priv->root, TRUE);
}