[Genlist] Do not unrealize group items, just hide it
authorTae-Hwan Kim <the81.kim@samsung.com>
Mon, 8 Apr 2013 12:26:01 +0000 (21:26 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 10 Apr 2013 10:53:42 +0000 (19:53 +0900)
Change-Id: Id889700aee4a3fa85432395b2b20d9d21db80d1c

src/lib/elm_genlist.c

index 5eb903a..f1d6afe 100644 (file)
@@ -2150,7 +2150,7 @@ _elm_genlist_pan_smart_calculate(Evas_Object *obj)
 #if GROUP_ITEMS_FEATURE
        git->item->want_realize = EINA_FALSE;
 #else
-       _item_unrealize(git, EINA_TRUE);
+       evas_object_hide(VIEW(git));
 #endif
     }