From: glima Date: Thu, 25 Aug 2011 14:32:02 +0000 (+0000) Subject: [elementary] genlist_nastiness-- X-Git-Tag: REL_F_I9500_20120323_1~17^2~1888 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa25529708c6120af3ea4cc9ccb93ff2879782a5;p=framework%2Fuifw%2Felementary.git [elementary] genlist_nastiness-- http://www.youtube.com/watch?v=YaR9I7CEiJc git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62823 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index c071d96..ad5594b 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -556,9 +556,9 @@ _del_pre_hook(Evas_Object *obj) { Widget_Data *wd = elm_widget_data_get(obj); if (!wd) return; + elm_genlist_clear(obj); evas_object_del(wd->pan_smart); wd->pan_smart = NULL; - elm_genlist_clear(obj); } static void