From 55fe3e5a44992862735b4ef2208300dbfccacebb Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 3 Mar 2010 17:33:28 +0000 Subject: removed trace and made sure the service closes down probably --- src/indicator-sound.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/indicator-sound.c') diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 63d48aa..1301916 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -442,7 +442,6 @@ static gboolean key_press_cb(GtkWidget* widget, GdkEventKey* event, gpointer dat GtkWidget *menuitem; menuitem = GTK_MENU_SHELL (widget)->active_menu_item; -/* g_print ("object (%p) name should be %s", menuitem, G_OBJECT_TYPE_NAME(menuitem));*/ if(IDO_IS_SCALE_MENU_ITEM(menuitem) == TRUE) { switch(event->keyval) -- cgit v1.2.3