[Genlist] Add signal processing when items are realized
authorTae-Hwan Kim <the81.kim@samsung.com>
Thu, 18 Jul 2013 10:09:28 +0000 (19:09 +0900)
committerTae-Hwan Kim <the81.kim@samsung.com>
Wed, 31 Jul 2013 07:55:54 +0000 (16:55 +0900)
"elm,state,top/center/bottom/normal" signals can be emitted when
"realized" callback is called. So processing it right after.

Change-Id: I316fac4f6eeaa90fcb37b482a39eb466d12cefab

src/lib/elm_genlist.c

index ea1c3ea..546f54b 100644 (file)
@@ -1738,6 +1738,7 @@ _item_realize(Elm_Gen_Item *it,
         _item_access_highlight(it);
         GL_IT(it)->wsd->access_bring_it = NULL;
      }
+   edje_object_message_signal_process(VIEW(it));
 }
 
 #if GENLIST_PINCH_ZOOM_SUPPORT