From 7a993b9f19bec46ff207d1c1198ea9d9fca02ba2 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 25 Oct 2010 23:40:03 +0200 Subject: [PATCH] Clearing icons should remove icon database as well --- midori/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/midori/main.c b/midori/main.c index db644e9b..4be39a32 100644 --- a/midori/main.c +++ b/midori/main.c @@ -1551,6 +1551,10 @@ midori_clear_page_icons_cb (void) PACKAGE_NAME, "icons", NULL); sokoke_remove_path (cache, TRUE); g_free (cache); + cache = g_build_filename (g_get_user_data_dir (), + "webkit", "icondatabase", NULL); + sokoke_remove_path (cache, TRUE); + g_free (cache); } static void