[gnome-shell] statusMenu: Fix typo in user switching commit



commit fe82897064f0556a2be6e54184aa504afe0b9a57
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 13 17:43:23 2011 -0400

    statusMenu: Fix typo in user switching commit

 js/ui/statusMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusMenu.js b/js/ui/statusMenu.js
index d4d9a43..c506be0 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();
         }));
     },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]