e/wizard: this is a file, not dir
authorSebastian Dransfeld <sd@tango.flipp.net>
Fri, 30 Nov 2012 21:46:53 +0000 (21:46 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Fri, 30 Nov 2012 21:46:53 +0000 (21:46 +0000)
SVN revision: 79953

src/modules/wizard/e_wizard.c

index 53e1b61..32d8320 100644 (file)
@@ -390,7 +390,7 @@ _e_wizard_check_xdg(void)
         /* Check if cache already exists */
         snprintf(path, sizeof(path), "%s/efreet/icon_themes_%s.eet",
              efreet_cache_home_get(), efreet_hostname_get());
-        if (ecore_file_is_dir(path))
+        if (ecore_file_exists(path))
           {
              got_icons = EINA_TRUE;
           }