[gnome-shell] backgroundMenu: Don't add an animation to the background menu



commit 6a00a504d4fc578f176bfe30542de92a568d095e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 18 15:51:48 2013 -0500

    backgroundMenu: Don't add an animation to the background menu
    
    We don't do this for shell entries nor for the message tray
    context menu, so it doesn't make sense to do it here, either.

 js/ui/backgroundMenu.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/backgroundMenu.js b/js/ui/backgroundMenu.js
index 2be22b9..6b50c6e 100644
--- a/js/ui/backgroundMenu.js
+++ b/js/ui/backgroundMenu.js
@@ -38,7 +38,7 @@ function addBackgroundMenu(actor) {
     function openMenu() {
         let [x, y] = global.get_pointer();
         cursor.set_position(x, y);
-        actor._backgroundMenu.open(BoxPointer.PopupAnimation.FULL);
+        actor._backgroundMenu.open(BoxPointer.PopupAnimation.NONE);
     }
 
     let clickAction = new Clutter.ClickAction();


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