[gnome-shell] screenShield: Animate the raising of the lock screen with the scroll wheel



commit 43ba93a817f463c41049cdee6798d761dc81e25b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 5 14:51:30 2012 -0300

    screenShield: Animate the raising of the lock screen with the scroll wheel
    
    A sudden transition to the lock screen is a bit jarring.

 js/ui/screenShield.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js
index 2d6c2e6..1f6913a 100644
--- a/js/ui/screenShield.js
+++ b/js/ui/screenShield.js
@@ -461,7 +461,7 @@ const ScreenShield = new Lang.Class({
         // 7 standard scrolls to lift up
         if (this._lockScreenScrollCounter > 35) {
             this._ensureUnlockDialog();
-            this._hideLockScreen(0);
+            this._hideLockScreen(true);
         }
 
         return true;



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