From 9c8074535c9008132b9d00fdee6068420e3605a6 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 17 Mar 2009 17:12:09 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/panel.js b/js/ui/panel.js index 40bf94453..e8ac5ce9e 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 }) ];