fix ibar deletion list removal

This commit is contained in:
Mike Blumenkrantz 2013-06-18 11:09:28 +01:00
parent 18057e5a11
commit 8f83d4d3aa
1 changed files with 1 additions and 1 deletions

View File

@ -361,8 +361,8 @@ _ibar_free(IBar *b)
if (b->o_drop_over) evas_object_del(b->o_drop_over);
if (b->o_empty) evas_object_del(b->o_empty);
_ibar_order_del(b);
E_FREE(b);
ibars = eina_list_remove(ibars, b);
free(b);
}
static void