[Xfce4-commits] <midori:master> Clearing icons should remove icon database as well

Christian Dywan noreply at xfce.org
Tue Oct 26 00:32:01 CEST 2010


Updating branch refs/heads/master
         to 7a993b9f19bec46ff207d1c1198ea9d9fca02ba2 (commit)
       from 7805bf88abca1551bc15ee2a7247500f170ab079 (commit)

commit 7a993b9f19bec46ff207d1c1198ea9d9fca02ba2
Author: Christian Dywan <christian at twotoasts.de>
Date:   Mon Oct 25 23:40:03 2010 +0200

    Clearing icons should remove icon database as well

 midori/main.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/midori/main.c b/midori/main.c
index db644e9..4be39a3 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



More information about the Xfce4-commits mailing list