aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2014-12-09 09:56:25 -0600
committerTed Gould <ted@gould.cx>2014-12-09 09:56:25 -0600
commit1a0a355e8c8e30f1e3227f5183faf3780b89a63b (patch)
treec9650df45e7775f4b6fcdc775384ce6151b24561 /src
parent74a543b6712674e5a0113a11e061f910b175f194 (diff)
parent2862112c262c8d4d211f378388f3286b5f0642a6 (diff)
downloadayatana-indicator-sound-1a0a355e8c8e30f1e3227f5183faf3780b89a63b.tar.gz
ayatana-indicator-sound-1a0a355e8c8e30f1e3227f5183faf3780b89a63b.tar.bz2
ayatana-indicator-sound-1a0a355e8c8e30f1e3227f5183faf3780b89a63b.zip
Make sure to set the internal variable too
Diffstat (limited to 'src')
-rw-r--r--src/accounts-service-user.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/accounts-service-user.vala b/src/accounts-service-user.vala
index 21e8431..e8db7c4 100644
--- a/src/accounts-service-user.vala
+++ b/src/accounts-service-user.vala
@@ -35,6 +35,7 @@ public class AccountsServiceUser : Object {
return _silentMode;
}
set {
+ _silentMode = value;
if (syssoundproxy != null)
syssoundproxy.silent_mode = value;
}