From f6fa8a87e74de0781b2480c7cbffaab6b93a0bb1 Mon Sep 17 00:00:00 2001 From: cedric Date: Thu, 28 Jul 2011 22:14:32 +0000 Subject: [PATCH] elementary: oops, thanks Rafael Antognolli. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elc_fileselector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.7.4