Clearing icons should remove icon database as well
This commit is contained in:
parent
7805bf88ab
commit
7a993b9f19
1 changed files with 4 additions and 0 deletions
|
@ -1551,6 +1551,10 @@ midori_clear_page_icons_cb (void)
|
||||||
PACKAGE_NAME, "icons", NULL);
|
PACKAGE_NAME, "icons", NULL);
|
||||||
sokoke_remove_path (cache, TRUE);
|
sokoke_remove_path (cache, TRUE);
|
||||||
g_free (cache);
|
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
|
static void
|
||||||
|
|
Loading…
Reference in a new issue