[elementary] genlist_nastiness--

http://www.youtube.com/watch?v=YaR9I7CEiJc



SVN revision: 62823
This commit is contained in:
Gustavo Lima Chaves 2011-08-25 14:32:02 +00:00
parent 6c41db98dd
commit 22d111e502
1 changed files with 1 additions and 1 deletions

View File

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