elementary: avoid some glitter on gengrid item creation
authorMichaël Bouchaud (yoz) <yoz@efl.so>
Mon, 9 Sep 2013 09:53:47 +0000 (11:53 +0200)
committerMichaël Bouchaud (yoz) <yoz@efl.so>
Mon, 9 Sep 2013 09:53:47 +0000 (11:53 +0200)
src/lib/elm_gengrid.c

index c8269d2..08a9aa5 100644 (file)
@@ -870,6 +870,7 @@ _item_realize(Elm_Gen_Item *it)
         if (elm_widget_item_disabled_get(it))
           edje_object_signal_emit(VIEW(it), "elm,state,disabled", "elm");
      }
+   edje_object_message_signal_process(VIEW(it));
    evas_object_show(VIEW(it));
 
    if (it->tooltip.content_cb)