From 5a06b34b1d4bb3a954de7de43b93f844043250ab Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 12 Aug 2013 13:15:13 -0400 Subject: [PATCH] system: Hide the Log Out / Switch User items in the lock screen https://bugzilla.gnome.org/show_bug.cgi?id=705845 --- 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 9b1c89d28..d1ec3e706 100644 --- a/js/ui/status/system.js +++ b/js/ui/status/system.js @@ -100,6 +100,7 @@ const Indicator = new Lang.Class({ _sessionUpdated: function() { this._updateLockScreen(); this._updatePowerOff(); + this._updateMultiUser(); this._settingsAction.visible = Main.sessionMode.allowSettings; },