diff options
author | Ted Gould <ted@gould.cx> | 2010-07-08 10:21:20 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-08 10:21:20 -0500 |
commit | 493c2563ce462abc3b1c6c6d3d637a03b801534e (patch) | |
tree | a2d8c6bc457d74e7eb28967dc635c7565df4ba04 /libdbusmenu-gtk/client.c | |
parent | 62cb7aa30100b477359c7ddbe2318deed1bb9b1a (diff) | |
parent | 0828cb88a4db832ddfcf0350305bebf116c1a240 (diff) | |
download | libdbusmenu-493c2563ce462abc3b1c6c6d3d637a03b801534e.tar.gz libdbusmenu-493c2563ce462abc3b1c6c6d3d637a03b801534e.tar.bz2 libdbusmenu-493c2563ce462abc3b1c6c6d3d637a03b801534e.zip |
New upstream release.
∘ Protect against NULL nodes (LP: #602444)
∘ Remove extra warnings and messages
∘ Handle not having a session bus better (LP: #598715)
Diffstat (limited to 'libdbusmenu-gtk/client.c')
-rw-r--r-- | libdbusmenu-gtk/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c index a46aef3..b406697 100644 --- a/libdbusmenu-gtk/client.c +++ b/libdbusmenu-gtk/client.c @@ -148,7 +148,9 @@ do_swap_agroup (DbusmenuMenuitem * mi, gpointer userdata) { return FALSE; } + #ifdef MASSIVEDEBUGGING g_debug("Setting shortcut on '%s': %d %X", dbusmenu_menuitem_property_get(mi, DBUSMENU_MENUITEM_PROP_LABEL), key, modifiers); + #endif GtkMenuItem * gmi = dbusmenu_gtkclient_menuitem_get(data->client, mi); if (gmi == NULL) { |