diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-23 17:22:55 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-23 17:22:55 +0100 |
commit | 826144b11815fb1f475dcdab0fd235e4f34df9e3 (patch) | |
tree | 17ea1913c26af332086fcc4202908a95d80cb62f /src/indicator-sound.c | |
parent | 9c765ddc17fefb9d0839b75c66551ed72e187bfd (diff) | |
download | ayatana-indicator-sound-826144b11815fb1f475dcdab0fd235e4f34df9e3.tar.gz ayatana-indicator-sound-826144b11815fb1f475dcdab0fd235e4f34df9e3.tar.bz2 ayatana-indicator-sound-826144b11815fb1f475dcdab0fd235e4f34df9e3.zip |
Ops, indentation: one space left! :P
Diffstat (limited to 'src/indicator-sound.c')
-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) { |