diff options
author | Ted Gould <ted@gould.cx> | 2010-06-15 14:47:29 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-15 14:47:29 -0500 |
commit | 71817a1eed1c49d358d7cb1c093321ddc91fb258 (patch) | |
tree | d2e98d2f012cecce6cdccb99dc3b26a21ec74226 /libdbusmenu-gtk | |
parent | 607356d413f548b067020bcabed0aa78337066ef (diff) | |
download | libdbusmenu-71817a1eed1c49d358d7cb1c093321ddc91fb258.tar.gz libdbusmenu-71817a1eed1c49d358d7cb1c093321ddc91fb258.tar.bz2 libdbusmenu-71817a1eed1c49d358d7cb1c093321ddc91fb258.zip |
Adding a debug message
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 c7d1140..d45360a 100644 --- a/libdbusmenu-gtk/client.c +++ b/libdbusmenu-gtk/client.c @@ -143,6 +143,8 @@ swap_agroup (DbusmenuMenuitem * mi, gpointer userdata) { GdkModifierType modifiers = 0; dbusmenu_menuitem_property_get_shortcut(mi, &key, &modifiers); + + g_debug("Setting shortcut on '%s': %d %X", dbusmenu_menuitem_property_get(mi, DBUSMENU_MENUITEM_PROP_LABEL), key, modifiers); if (key == 0) { return; |