Oops, that should have been show/hide bottom panel (according to fixme).

SVN revision: 45924
This commit is contained in:
Christopher Michael 2010-02-06 01:13:49 +00:00
parent f82a3fb67e
commit 9260b043d7
1 changed files with 2 additions and 2 deletions

View File

@ -79,12 +79,12 @@ _layout_border_activate(E_Border *bd)
if (e_illume_border_is_conformant(bd))
{
b = e_illume_border_top_shelf_get(bd->zone);
b = e_illume_border_bottom_panel_get(bd->zone);
if (b) e_border_hide(b, 2);
}
else
{
b = e_illume_border_top_shelf_get(bd->zone);
b = e_illume_border_bottom_panel_get(bd->zone);
if (b) e_border_show(b);
}