fix last commit

SVN revision: 48506
This commit is contained in:
Hannes Janetzek 2010-05-01 14:22:01 +00:00
parent a7e7e722df
commit 9f3565e816
1 changed files with 2 additions and 1 deletions

View File

@ -322,6 +322,7 @@ _act_border(Evry_Action *act)
focus = 1;
break;
default:
break;
}
if (focus)
@ -333,7 +334,7 @@ _act_border(Evry_Action *act)
e_border_uniconify(bd);
else
e_border_raise(bd);
need
e_border_focus_set_with_pointer(bd);
}