[gnome-shell/wip/message-tray: 15/18] messageTray: Don't move the windows



commit 41f1a3113d2c0c7341fa7578a45bf528f1e44f8d
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Aug 6 16:32:11 2012 +0200

    messageTray: Don't move the windows

 js/ui/messageTray.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index bef47e9..4d00b12 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -2046,8 +2046,6 @@ const MessageTray = new Lang.Class({
                                time: ANIMATION_TIME,
                                transition: 'easeOutQuad',
                                onComplete: Lang.bind(this, function() {
-                                   let rect = window.get_outer_rect();
-                                   window.move_frame(true, rect.x, rect.y - this.actor.height);
                                    this._tweening--;
                                })
                              });
@@ -2091,8 +2089,6 @@ const MessageTray = new Lang.Class({
                                time: ANIMATION_TIME,
                                transition: 'easeOutQuad',
                                onComplete: Lang.bind(this, function() {
-                                   let rect = window.get_outer_rect();
-                                   window.move_frame(true, rect.x, rect.y + this.actor.height);
                                    this._windowsShifted--;
                                    this._tweening--;
                                })



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