yoz pushed a commit to branch master.

commit 8b2d313223fd189c0397b3e094e61d686eecdae5
Author: MichaĆ«l Bouchaud (yoz) <[email protected]>
Date:   Mon Sep 9 11:53:47 2013 +0200

    elementary: avoid some glitter on gengrid item creation
---
 src/lib/elm_gengrid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index c8269d2..08a9aa5 100644
--- a/src/lib/elm_gengrid.c
+++ b/src/lib/elm_gengrid.c
@@ -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)

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to