diff --git a/js/ui/statusMenu.js b/js/ui/statusMenu.js index d4d9a4336..c506be0dd 100644 --- a/js/ui/statusMenu.js +++ b/js/ui/statusMenu.js @@ -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(); })); },