summaryrefslogtreecommitdiffstats
path: root/WebKit/efl/ewk/ewk_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/efl/ewk/ewk_main.cpp')
-rw-r--r--WebKit/efl/ewk/ewk_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/efl/ewk/ewk_main.cpp b/WebKit/efl/ewk/ewk_main.cpp
index 8c27478..26dec81 100644
--- a/WebKit/efl/ewk/ewk_main.cpp
+++ b/WebKit/efl/ewk/ewk_main.cpp
@@ -175,6 +175,7 @@ Eina_Bool _ewk_init_body(void)
WTF::String wkdir = WTF::String(home) + "/.webkit";
ewk_settings_web_database_path_set(wkdir.utf8().data());
+ ewk_settings_icon_database_path_set(wkdir.utf8().data());
WebCore::cacheStorage().setCacheDirectory(wkdir);