If we are going to cycle focus backward, we need to loop the focus

stack in reverse.



SVN revision: 53084
This commit is contained in:
Christopher Michael 2010-10-05 19:23:04 +00:00
parent 18b0b38403
commit d070f976b1
1 changed files with 1 additions and 1 deletions

View File

@ -1552,7 +1552,7 @@ _policy_focus_back(E_Zone *zone)
// printf("Focus back\n");
EINA_LIST_FOREACH(_pol_focus_stack, l, bd)
EINA_LIST_REVERSE_FOREACH(_pol_focus_stack, l, bd)
{
if (bd->zone != zone) continue;
fl = eina_list_append(fl, bd);