diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-22 23:37:45 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-22 23:37:45 -0600 |
commit | 1ccf02c850145706776fd2c79a30a33a02df50b3 (patch) | |
tree | fb0c092292dc76bba69cf5aeff24b3ca13176e0f /src/indicator-sound.c | |
parent | 5f6cebbcfffa32bffada62659e750ab7d362802e (diff) | |
download | ayatana-indicator-sound-1ccf02c850145706776fd2c79a30a33a02df50b3.tar.gz ayatana-indicator-sound-1ccf02c850145706776fd2c79a30a33a02df50b3.tar.bz2 ayatana-indicator-sound-1ccf02c850145706776fd2c79a30a33a02df50b3.zip |
signals and methods cut down to size, next the indicator
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 3867f27..e0d2209 100644 --- a/src/indicator-sound.c +++ b/src/indicator-sound.c @@ -636,7 +636,7 @@ void determine_state_from_volume(gdouble volume_percent) { if (device_available == FALSE) - return; +v return; gint state = previous_state; if (volume_percent < 30.0 && volume_percent > 0) { state = STATE_LOW; |