From fe82897064f0556a2be6e54184aa504afe0b9a57 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 13 Jul 2011 17:43:23 -0400 Subject: [PATCH] statusMenu: Fix typo in user switching commit --- js/ui/statusMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); })); },