elementary: oops, thanks Rafael Antognolli.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 22:14:32 +0000 (22:14 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 22:14:32 +0000 (22:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61873 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_fileselector.c

index 0cd8c5d..97cfea0 100644 (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));