projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6998bab
)
e/wizard: this is a file, not dir
author
Sebastian Dransfeld
<sd@tango.flipp.net>
Fri, 30 Nov 2012 21:46:53 +0000
(21:46 +0000)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/src/modules/wizard/e_wizard.c
b/src/modules/wizard/e_wizard.c
index
53e1b61
..
32d8320
100644
(file)
--- 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;
}