From 1cd4c153054045d6f3299fc58b384c590fb3edb3 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 28 Jul 2011 22:14:32 +0000 Subject: [PATCH] elementary: oops, thanks Rafael Antognolli. SVN revision: 61873 --- legacy/elementary/src/lib/elc_fileselector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elc_fileselector.c b/legacy/elementary/src/lib/elc_fileselector.c index 0cd8c5dd9b..97cfea02c8 100644 --- a/legacy/elementary/src/lib/elc_fileselector.c +++ b/legacy/elementary/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));