aboutsummaryrefslogtreecommitdiff
path: root/src/title-widget.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-10-07 14:46:52 +0100
committerConor Curran <conor.curran@canonical.com>2010-10-07 14:46:52 +0100
commit7ea2deb67919da59bbeab00e3b4e244c8395ff58 (patch)
tree60ed1ea99f4529aea0413392985ede513cac05c7 /src/title-widget.c
parent98068e94b4d00c1b5c734797e404ee1bc54a238c (diff)
downloadayatana-indicator-sound-7ea2deb67919da59bbeab00e3b4e244c8395ff58.tar.gz
ayatana-indicator-sound-7ea2deb67919da59bbeab00e3b4e244c8395ff58.tar.bz2
ayatana-indicator-sound-7ea2deb67919da59bbeab00e3b4e244c8395ff58.zip
removed the last of the debug's from the indicator side
Diffstat (limited to 'src/title-widget.c')
-rw-r--r--src/title-widget.c4
1 files changed, 2 insertions, 2 deletions
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};