Dear All, Hi!
There were come codes in _del_pre_hook() that just don't make sense.
Please refer to the attached patch.
Sincerely,
Shinwoo Kim.
Index: src/lib/elm_diskselector.c
===================================================================
--- src/lib/elm_diskselector.c (revision 62370)
+++ src/lib/elm_diskselector.c (working copy)
@@ -224,7 +224,7 @@ _del_pre_hook(Evas_Object * obj)
if (it)
{
eina_stringshare_del(it->label);
- if (wd->first) evas_object_del(wd->first->base.view);
+ evas_object_del(it->base.view);
free(it);
}
}
@@ -234,7 +234,7 @@ _del_pre_hook(Evas_Object * obj)
if (it)
{
eina_stringshare_del(it->label);
- if (wd->first) evas_object_del(wd->first->base.view);
+ evas_object_del(it->base.view);
free(it);
}
}
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel