From af9abdede9598bed2f84f120fad092a608188781 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 30 Nov 2012 21:46:53 +0000 Subject: [PATCH] e/wizard: this is a file, not dir SVN revision: 79953 --- src/modules/wizard/e_wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wizard/e_wizard.c b/src/modules/wizard/e_wizard.c index 53e1b6198..32d8320ac 100644 --- a/src/modules/wizard/e_wizard.c +++ b/src/modules/wizard/e_wizard.c @@ -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; }