[gnome-shell] Change Meta.Direction.Top to Meta.Side.TOP



commit 9c8074535c9008132b9d00fdee6068420e3605a6
Author: Owen W. Taylor <otaylor redhat com>
Date:   Tue Mar 17 17:12:09 2009 -0400

    Change Meta.Direction.Top to Meta.Side.TOP
    
    Handle MetaSide being split from MetaDirection. The enums have
    the same numeric values for the corresponding values, so this
    change is only a cleanup.
---
 js/ui/panel.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/js/ui/panel.js b/js/ui/panel.js
index 40bf944..e8ac5ce 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -121,7 +121,7 @@ Panel.prototype = {
                     width: global.screen_width,
                     height: PANEL_HEIGHT
                 },
-                side: Meta.Direction.TOP
+                side: Meta.Side.TOP
             })
         ];
 



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