diff options
-rw-r--r-- | src/indicator-sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-sound.c b/src/indicator-sound.c index 15c8cb0..4022422 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -1014,7 +1014,7 @@ indicator_sound_notification_show(IndicatorSound *self, double value) icon = "audio-volume-muted"; } } else if (state == STATE_LOW) { - icon = "audio-volume-low"; + icon = "audio-volume-low"; } else if (state == STATE_MEDIUM) { icon = "audio-volume-medium"; } else if (state == STATE_HIGH) { |