From c161dea6be8043d5a4a543ffe1229253e46f02ea Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Wed, 4 Aug 2010 11:55:27 +0100 Subject: tidy ups --- src/indicator-sound.c | 1 - src/volume-widget.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 4f449c1..ff69fff 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -103,7 +103,6 @@ static const gint STATE_MEDIUM = 3; static const gint STATE_HIGH = 4; static const gint STATE_MUTED_WHILE_INPUT = 5; static const gint STATE_SINKS_NONE = 6; -static const gint OUT_OF_RANGE = -10; static GHashTable *volume_states = NULL; static GtkImage *speaker_image = NULL; diff --git a/src/volume-widget.c b/src/volume-widget.c index 24fb46d..69fa28f 100644 --- a/src/volume-widget.c +++ b/src/volume-widget.c @@ -184,7 +184,7 @@ volume_widget_value_changed_cb(GtkRange *range, gpointer user_data) if(current_value == 0 || current_value == 100){ volume_widget_update(mitem, current_value); } - return TRUE; + return FALSE; } void -- cgit v1.2.3