system: Hide the Log Out / Switch User items in the lock screen

https://bugzilla.gnome.org/show_bug.cgi?id=705845
This commit is contained in:
Jasper St. Pierre 2013-08-12 13:15:13 -04:00
parent 79dcb0359f
commit 5a06b34b1d

View File

@ -100,6 +100,7 @@ const Indicator = new Lang.Class({
_sessionUpdated: function() {
this._updateLockScreen();
this._updatePowerOff();
this._updateMultiUser();
this._settingsAction.visible = Main.sessionMode.allowSettings;
},