diff options
Diffstat (limited to 'src/bin/e_resist.c')
-rw-r--r-- | src/bin/e_resist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_resist.c b/src/bin/e_resist.c index 78bdb3ee3a..a9c3b39146 100644 --- a/src/bin/e_resist.c +++ b/src/bin/e_resist.c @@ -85,14 +85,14 @@ e_resist_container_border_position(E_Container *con, Eina_List *skiplist, desk = e_desk_current_get(e_zone_current_get(con)); EINA_LIST_FOREACH(e_shelf_list(), l, es) { - Eina_List *ll; + Eina_List *ll2; E_Config_Shelf_Desk *sd; if (es->zone->container == con) { if (es->cfg->desk_show_mode) { - EINA_LIST_FOREACH(es->cfg->desk_list, ll, sd) + EINA_LIST_FOREACH(es->cfg->desk_list, ll2, sd) { if (!sd) continue; if ((sd->x == desk->x) && (sd->y == desk->y)) |