diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-09-18 16:11:11 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-09-18 16:11:11 +0800 |
commit | 283517d148beb279e2610119f0da9909740e7f81 (patch) | |
tree | e3d0ab2812b85d4b6554838ab86b5c9ebe8a7e85 /embed/ephy-favicon-cache.c | |
parent | 5d03bc48968d481cd82928bea60aeffa2e1cdf48 (diff) | |
download | gsoc2013-epiphany-283517d148beb279e2610119f0da9909740e7f81.tar.gz gsoc2013-epiphany-283517d148beb279e2610119f0da9909740e7f81.tar.zst gsoc2013-epiphany-283517d148beb279e2610119f0da9909740e7f81.zip |
*** empty log message ***
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r-- | embed/ephy-favicon-cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 1854c6813..1fb16cbfa 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -379,7 +379,8 @@ ephy_favicon_cache_download (EphyFaviconCache *cache, (ephy_embed_factory_new_object ("EphyEmbedPersist")); ephy_embed_persist_set_dest (persist, dest); - ephy_embed_persist_set_flags (persist, EMBED_PERSIST_NO_VIEW); + ephy_embed_persist_set_flags (persist, EMBED_PERSIST_NO_VIEW | + EMBED_PERSIST_DO_CONVERSION); ephy_embed_persist_set_max_size (persist, 100 * 1024); ephy_embed_persist_set_source (persist, favicon_url); |