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.
This commit is contained in:
Owen W. Taylor 2009-03-17 17:12:09 -04:00
parent 384b88910a
commit 9c8074535c

View File

@ -121,7 +121,7 @@ Panel.prototype = {
width: global.screen_width,
height: PANEL_HEIGHT
},
side: Meta.Direction.TOP
side: Meta.Side.TOP
})
];