[Genlist][Nabi] Bug fix : S1-1321,S1-1341. BS was occurred after clicking the phone...
authorJung Chanwook <joey.jung@samsung.com>
Tue, 21 Feb 2012 08:06:11 +0000 (17:06 +0900)
committerJung Chanwook <joey.jung@samsung.com>
Tue, 21 Feb 2012 08:06:11 +0000 (17:06 +0900)
src/lib/elm_genlist.c

index 9b78003..55bb75f 100644 (file)
@@ -2741,7 +2741,9 @@ _item_block_position(Item_Block *itb,
                }
              else
                {
-                  if ((!it->dragging && (!it->wd->item_moving_effect_timer)) || (it->wd->expanded_item->block != itb)) _item_unrealize(it, EINA_FALSE);
+                  if ((!it->dragging && (!it->wd->item_moving_effect_timer)) ||
+                      (it->wd->expanded_item && (it->wd->expanded_item->block != itb)))
+                    _item_unrealize(it, EINA_FALSE);
                }
           }
         in++;