From 8327dbd6111a3a5a411bb00b646fd38225aaba91 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Fri, 20 Mar 2015 12:57:30 -0700 Subject: [PATCH] System: update lock screen at construction Will make sure that change notifications are enabled by reading the value at least once https://bugzilla.gnome.org/show_bug.cgi?id=746509 --- js/ui/status/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/status/system.js b/js/ui/status/system.js index f5873b8eb..7e3ceec4c 100644 --- a/js/ui/status/system.js +++ b/js/ui/status/system.js @@ -125,6 +125,7 @@ const Indicator = new Lang.Class({ Lang.bind(this, this._updateMultiUser)); this._updateSwitchUser(); this._updateMultiUser(); + this._updateLockScreen(); // Whether shutdown is available or not depends on both lockdown // settings (disable-log-out) and Polkit policy - the latter doesn't