aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2009-04-25 15:35:11 +0800
committerPriit Laes <plaes@plaes.org>2009-04-25 15:35:11 +0800
commit8951f7dc6b111e5297de24b868d12b5155241f3e (patch)
tree1307717dc7115e1e8b57b5118d2ec4164d697742 /embed
parentc1b05c09a100c3c9025b37143c89aa907a3c5d2a (diff)
downloadgsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar
gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.gz
gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.bz2
gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.lz
gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.xz
gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.tar.zst
gsoc2013-epiphany-8951f7dc6b111e5297de24b868d12b5155241f3e.zip
ephy-embed: Mark favicon cache as dirty after deletion (bug #120826)
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-favicon-cache.c1
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;
}
}
}