aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-02 09:35:04 -0600
committerTed Gould <ted@gould.cx>2011-03-02 09:35:04 -0600
commit05298620b764d60b942567d09b970342924099f9 (patch)
treeb262309d600acb73e4024285da6e756eba2460f7 /libdbusmenu-glib/client.c
parent11d5033383efefb81d068acad6b1661654fa1194 (diff)
parent0e6db378e81e24f2ee2ff4498ff40dc60d1915bc (diff)
downloadlibdbusmenu-05298620b764d60b942567d09b970342924099f9.tar.gz
libdbusmenu-05298620b764d60b942567d09b970342924099f9.tar.bz2
libdbusmenu-05298620b764d60b942567d09b970342924099f9.zip
Handle the case where the passed in property name could be from the hashtable.
Diffstat (limited to 'libdbusmenu-glib/client.c')
-rw-r--r--libdbusmenu-glib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index 8424d6f..83ca056 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -1168,7 +1168,7 @@ menuproxy_signal_cb (GDBusProxy * proxy, gchar * sender, gchar * signal, GVarian
gchar * property;
while (g_variant_iter_next(&properties, "s", &property)) {
- g_debug("Removing property '%s' on %d", property, id);
+ /* g_debug("Removing property '%s' on %d", property, id); */
dbusmenu_menuitem_property_remove(menuitem, property);
}
}