diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/accounts-service-user.vala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/accounts-service-user.vala b/src/accounts-service-user.vala index ec52730..21e8431 100644 --- a/src/accounts-service-user.vala +++ b/src/accounts-service-user.vala @@ -211,7 +211,8 @@ public class AccountsServiceUser : Object { } }); - this.silentMode = this.syssoundproxy.silent_mode; + this._silentMode = this.syssoundproxy.silent_mode; + this.notify_property("silentMode"); } catch (Error e) { this.syssoundproxy = null; warning("Unable to get proxy to system sound settings: %s", e.message); |