diff options
author | Ted Gould <ted@gould.cx> | 2010-07-02 10:35:23 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-07-02 10:35:23 -0500 |
commit | 72440f055a39e9a80feff00515f7ae8b49237278 (patch) | |
tree | 9816e30b49b1b911413e304306ab6186a600cdf1 /libdbusmenu-gtk | |
parent | 542dbbe2852405263e440a4be6bc6210e8abb49a (diff) | |
download | libdbusmenu-72440f055a39e9a80feff00515f7ae8b49237278.tar.gz libdbusmenu-72440f055a39e9a80feff00515f7ae8b49237278.tar.bz2 libdbusmenu-72440f055a39e9a80feff00515f7ae8b49237278.zip |
Only tell when we're doing massive debugging.
Diffstat (limited to 'libdbusmenu-gtk')
-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) { |