diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-09-18 15:50:10 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-09-18 15:50:10 +0800 |
commit | 1d7901ce605fa19fbd558e70541b2afe83df5f94 (patch) | |
tree | 7726d33f13c13e25d0948bacc4a69dc47c1d730e /embed/ephy-embed-persist.h | |
parent | 1c684e17cea6d34cd967c2c902251792ae53fc30 (diff) | |
download | gsoc2013-epiphany-1d7901ce605fa19fbd558e70541b2afe83df5f94.tar.gz gsoc2013-epiphany-1d7901ce605fa19fbd558e70541b2afe83df5f94.tar.zst gsoc2013-epiphany-1d7901ce605fa19fbd558e70541b2afe83df5f94.zip |
reviewed by: Christian Persch <chpe@cvs.gnome.org>
2004-09-18 Marco Pesenti Gritti <marco@gnome.org>
reviewed by: Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-persist.h:
* embed/ephy-favicon-cache.c: (ephy_favicon_cache_download):
* embed/mozilla/MozDownload.cpp:
Enable conversion for favicon downloads. Fix #152866.
Diffstat (limited to 'embed/ephy-embed-persist.h')
-rw-r--r-- | embed/ephy-embed-persist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed-persist.h b/embed/ephy-embed-persist.h index 2d785bfaa..0c0c45fde 100644 --- a/embed/ephy-embed-persist.h +++ b/embed/ephy-embed-persist.h @@ -47,7 +47,8 @@ typedef enum EMBED_PERSIST_COPY_PAGE = 1 << 0, EMBED_PERSIST_MAINDOC = 1 << 1, EMBED_PERSIST_NO_VIEW = 1 << 2, - EMBED_PERSIST_ASK_DESTINATION = 1 << 3 + EMBED_PERSIST_ASK_DESTINATION = 1 << 3, + EMBED_PERSIST_DO_CONVERSION = 1 << 4 } EmbedPersistFlags; struct _EphyEmbedPersist |