From bde2f93b6ba990c30967e1f7db17709591a2dd65 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Sat, 18 Apr 2020 02:38:16 +0100 Subject: [PATCH] ui: tidy --- src/bin/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui.c b/src/bin/ui.c index 35ac1fb..4bd90e8 100644 --- a/src/bin/ui.c +++ b/src/bin/ui.c @@ -906,10 +906,10 @@ static void _item_unrealized_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED) { Item_Cache *it; + Evas_Object *o; Eina_List *l, *contents = NULL; elm_genlist_item_all_contents_unset(event_info, &contents); - Evas_Object *o; EINA_LIST_FREE(contents, o) { EINA_LIST_FOREACH(_item_cache, l, it)