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
parent ca7b5169ff
commit dbc1a2c92a
1 changed files with 1 additions and 1 deletions

View File

@ -1901,7 +1901,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.