diff options
author | Priit Laes <plaes@plaes.org> | 2009-04-25 15:35:11 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2009-04-25 15:35:11 +0800 |
commit | 8951f7dc6b111e5297de24b868d12b5155241f3e (patch) | |
tree | 1307717dc7115e1e8b57b5118d2ec4164d697742 | |
parent | c1b05c09a100c3c9025b37143c89aa907a3c5d2a (diff) | |
download | gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.gz gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.zst gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.zip |
ephy-embed: Mark favicon cache as dirty after deletion (bug #120826)
-rw-r--r-- | embed/ephy-favicon-cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 5d077b2f0..f1d9c51ae 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -225,6 +225,7 @@ remove_obsolete_icons (EphyFaviconCache *cache, g_free (path); ephy_node_unref (kid); + priv->dirty = TRUE; } } } |