[Elm_genlist] forcing the edje signal process of item's content during item unrealiza...
authorprince <prince.dubey@samsung.com>
Fri, 12 Apr 2013 09:51:59 +0000 (15:21 +0530)
committerSungho Kwak <sungho1.kwak@samsung.com>
Sun, 14 Apr 2013 09:40:31 +0000 (18:40 +0900)
Change-Id: I95b9f675456680a360231a2081aef8f821c291d3

src/lib/elm_genlist.c

index 11c93b0..804f59c 100644 (file)
@@ -579,6 +579,10 @@ _item_unrealize(Elm_Gen_Item *it,
         it->item->swipe_timer = NULL;
      }
 
+   //Forcing the edje signal process for item's content.
+   EINA_LIST_FOREACH(it->content_objs, l, content)
+     edje_object_message_signal_process(elm_layout_edje_get(content));
+
    // Free view item
    EINA_LIST_FOREACH(it->texts, l, part)
      edje_object_part_text_set(VIEW(it), part, NULL);