statusMenu: Fix typo in user switching commit

This commit is contained in:
Colin Walters 2011-07-13 17:43:23 -04:00
parent 0f49f36519
commit fe82897064

View File

@ -293,7 +293,7 @@ StatusMenuButton.prototype = {
Main.overview.hide();
// 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
this._screenSaverProxy.setActiveRemote(true, Lang.bind(this, function() {
this._screenSaverProxy.SetActiveRemote(true, Lang.bind(this, function() {
this._gdm.goto_login_session();
}));
},