From: cedric Date: Thu, 28 Jul 2011 22:14:32 +0000 (+0000) Subject: elementary: oops, thanks Rafael Antognolli. X-Git-Tag: REL_F_I9500_20120323_1~17^2~2105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6fa8a87e74de0781b2480c7cbffaab6b93a0bb1;p=framework%2Fuifw%2Felementary.git elementary: oops, thanks Rafael Antognolli. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c index 0cd8c5d..97cfea0 100644 --- a/src/lib/elc_fileselector.c +++ b/src/lib/elc_fileselector.c @@ -712,7 +712,6 @@ _populate(Evas_Object *obj, #endif if (!wd) return; - if (wd->expand && wd->current) return ; #ifndef HAVE_EIO if (!ecore_file_is_dir(path)) return ; it = eina_file_stat_ls(path); @@ -776,6 +775,7 @@ _populate(Evas_Object *obj, NULL, NULL); } #else + if (wd->expand && wd->current) return ; if (wd->current) eio_file_cancel(wd->current); wr = malloc(sizeof (Widget_Request));