e/wizard: this is a file, not dir

SVN revision: 79953
This commit is contained in:
Sebastian Dransfeld 2012-11-30 21:46:53 +00:00
parent 6998babefc
commit af9abdede9
1 changed files with 1 additions and 1 deletions

View 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;
}