From e6b15ffc17a6352ef00b24d81c75ad93cc3ca9ea Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 20 Jan 2011 22:28:33 +0000 Subject: [PATCH] e_illume_border_show already handles raise, so remove call to explicit e_border_raise. SVN revision: 56246 --- src/modules/illume2/policies/illume/policy.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/modules/illume2/policies/illume/policy.c b/src/modules/illume2/policies/illume/policy.c index f0f5b7707..6f0f5739d 100644 --- a/src/modules/illume2/policies/illume/policy.c +++ b/src/modules/illume2/policies/illume/policy.c @@ -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);