elementary: oops, thanks Rafael Antognolli.

SVN revision: 61873
This commit is contained in:
Cedric BAIL 2011-07-28 22:14:32 +00:00
parent 0e631b4a06
commit 1cd4c15305
1 changed files with 1 additions and 1 deletions

View File

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