From 7ea2deb67919da59bbeab00e3b4e244c8395ff58 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Thu, 7 Oct 2010 14:46:52 +0100 Subject: removed the last of the debug's from the indicator side --- src/indicator-sound.c | 2 +- src/title-widget.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 05b6eca..13f1529 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -591,7 +591,7 @@ fetch_mute_value_from_dbus() update_state(STATE_MUTED); } g_free(mute_input); - g_debug("at the indicator start up and the MUTE returned from dbus method is %i", initial_mute); + //g_debug("at the indicator start up and the MUTE returned from dbus method is %i", initial_mute); } /*******************************************************************/ diff --git a/src/title-widget.c b/src/title-widget.c index af5a2cb..3003e10 100644 --- a/src/title-widget.c +++ b/src/title-widget.c @@ -77,7 +77,7 @@ title_widget_class_init (TitleWidgetClass *klass) static void title_widget_init (TitleWidget *self) { - g_debug("TitleWidget::title_widget_init"); + //g_debug("TitleWidget::title_widget_init"); gint padding = 0; gtk_widget_style_get(GTK_WIDGET(self), "horizontal-padding", &padding, NULL); @@ -114,7 +114,7 @@ static gboolean title_widget_button_press_event (GtkWidget *menuitem, GdkEventButton *event) { - g_debug("TitleWidget::menu_press_event"); + //g_debug("TitleWidget::menu_press_event"); TitleWidgetPrivate * priv = TITLE_WIDGET_GET_PRIVATE(menuitem); GValue value = {0}; -- cgit v1.2.3