fix guaranteed crash from typo in e_border_lower_below

This commit is contained in:
Mike Blumenkrantz 2013-07-02 10:02:27 +01:00 committed by Cedric BAIL
parent 774a7435f1
commit 82d3a7aa31
1 changed files with 1 additions and 1 deletions

View File

@ -2050,7 +2050,7 @@ e_border_stack_below(E_Border *bd,
Eina_List *l, *l_prev;
Eina_List *list = _e_border_sub_borders_new(bd);
EINA_LIST_REVERSE_FOREACH_SAFE(bd->transients, l, l_prev, child)
EINA_LIST_REVERSE_FOREACH_SAFE(list, l, l_prev, child)
{
/* Don't stack iconic transients. If the user wants these shown,
* thats another option.