e_illume_border_show already handles raise, so remove call to explicit

e_border_raise.



SVN revision: 56246
This commit is contained in:
Christopher Michael 2011-01-20 22:28:33 +00:00
parent 3c51a6bc0a
commit e6b15ffc17
1 changed files with 0 additions and 10 deletions

View File

@ -59,16 +59,6 @@ _policy_border_set_focus(E_Border *bd)
/* if the border was hidden due to layout, we need to unhide */
if (!bd->visible) e_illume_border_show(bd);
/* if the border is iconified then uniconify */
if (bd->iconic)
{
/* if the user is allowed to uniconify, then do it */
if (!bd->lock_user_iconify) e_border_uniconify(bd);
}
/* if we can raise the border do it */
if (!bd->lock_user_stacking) e_border_raise(bd);
/* focus the border */
e_border_focus_set(bd, 1, 1);