[gnome-shell] userMenu: Fix comment



commit 2e2e3281da9ec8b0e2c2e8ad436981029980199a
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sun Feb 26 21:23:01 2012 +0100

    userMenu: Fix comment

 js/ui/userMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/userMenu.js b/js/ui/userMenu.js
index 12e49d4..a99a9d5 100644
--- a/js/ui/userMenu.js
+++ b/js/ui/userMenu.js
@@ -718,7 +718,7 @@ const UserMenuButton = new Lang.Class({
 
         if (this._haveSuspend &&
             this._suspendOrPowerOffItem.state == PopupMenu.PopupAlternatingMenuItemState.DEFAULT) {
-            // Ensure we only suspend after the screensaver has activated
+            // Ensure we only suspend after locking the screen
             this._screenSaverProxy.LockRemote(true, Lang.bind(this, function() {
                 this._upClient.suspend_sync(null);
             }));



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