From 2b26528b9d2feefd8ab014e7743a12521837be5f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 8 Feb 2010 15:53:24 -0600 Subject: Removing the setting of root and the ref. --- libdbusmenu-glib/client.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libdbusmenu-glib') 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); } -- cgit v1.2.3