statusMenu: Fix typo in user switching commit
This commit is contained in:
parent
0f49f36519
commit
fe82897064
@ -293,7 +293,7 @@ StatusMenuButton.prototype = {
|
|||||||
Main.overview.hide();
|
Main.overview.hide();
|
||||||
// Ensure we only move to GDM after the screensaver has activated; in some
|
// Ensure we only move to GDM after the screensaver has activated; in some
|
||||||
// OS configurations, the X server may block event processing on VT switch
|
// OS configurations, the X server may block event processing on VT switch
|
||||||
this._screenSaverProxy.setActiveRemote(true, Lang.bind(this, function() {
|
this._screenSaverProxy.SetActiveRemote(true, Lang.bind(this, function() {
|
||||||
this._gdm.goto_login_session();
|
this._gdm.goto_login_session();
|
||||||
}));
|
}));
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user