yoz pushed a commit to branch master.

commit 7f8d1e1657efca92c7962ce8b8f536eeebd7fcaa
Author: MichaĆ«l Bouchaud (yoz) <[email protected]>
Date:   Mon Sep 9 12:00:58 2013 +0200

    elementary: don't send unrealized item signal on item update
---
 src/lib/elm_gengrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c
index 08a9aa5..f4fcb06 100644
--- a/src/lib/elm_gengrid.c
+++ b/src/lib/elm_gengrid.c
@@ -2975,7 +2975,7 @@ elm_gengrid_item_update(Elm_Object_Item *item)
    if (!it->realized) return;
    if (it->want_unrealize) return;
 
-   _elm_gengrid_item_unrealize(it, EINA_FALSE);
+   _elm_gengrid_item_unrealize(it, EINA_TRUE);
    _item_realize(it);
    _item_place(it, it->x, it->y);
 }

-- 

------------------------------------------------------------------------------
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