← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/dbusmenu/shortcuts-are-old-news into lp:dbusmenu

 

Ted Gould has proposed merging lp:~ted/dbusmenu/shortcuts-are-old-news into lp:dbusmenu.

Requested reviews:
  DBus Menu Team (dbusmenu-team)


Hide an annoying message.
-- 
https://code.launchpad.net/~ted/dbusmenu/shortcuts-are-old-news/+merge/29098
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-gtk/client.c'
--- libdbusmenu-gtk/client.c	2010-06-29 23:12:08 +0000
+++ libdbusmenu-gtk/client.c	2010-07-02 15:55:43 +0000
@@ -148,7 +148,9 @@
 		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) {


Follow ups