aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@src.gnome.org>2003-10-17 01:29:48 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-17 01:29:48 +0800
commit6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3 (patch)
tree1fcf4ff39b7b216346a76367128eb2957094a8dd /embed
parent24fc218c90c70a06011a851df6991bf34b72d6c3 (diff)
downloadgsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.tar
gsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.tar.gz
gsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.tar.bz2
gsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.tar.lz
gsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.tar.xz
gsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.tar.zst
gsoc2013-epiphany-6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3.zip
I suck ... files forgot
Diffstat (limited to 'embed')
-rw-r--r--embed/Makefile.am5
-rw-r--r--embed/ephy-favicon-cache.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am
index c4998b8bb..e2d94f622 100644
--- a/embed/Makefile.am
+++ b/embed/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = mozilla
+SUBDIRS = mozilla
INCLUDES = \
-I$(top_srcdir)/embed/mozilla \
@@ -10,7 +10,6 @@ INCLUDES = \
-DSHARE_DIR=\"$(pkgdatadir)\" \
-DG_DISABLE_DEPRECATED \
-DGDK_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
-DGDK_PIXBUF_DISABLE_DEPRECATED \
-DGNOME_DISABLE_DEPRECATED
@@ -21,6 +20,7 @@ header_DATA = $(INST_H_FILES)
NOINST_H_FILES = \
downloader-view.h \
+ ephy-download.h \
ephy-embed-dialog.h \
ephy-embed-popup-control.h \
ephy-embed-utils.h \
@@ -40,6 +40,7 @@ INST_H_FILES = \
libephyembed_la_SOURCES = \
downloader-view.c \
+ ephy-download.c \
ephy-embed.c \
ephy-embed-dialog.c \
ephy-embed-event.c \
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c
index 727094f6d..da598a9e2 100644
--- a/embed/ephy-favicon-cache.c
+++ b/embed/ephy-favicon-cache.c
@@ -388,7 +388,8 @@ ephy_favicon_cache_download (EphyFaviconCache *cache,
persist = ephy_embed_persist_new (NULL);
ephy_embed_persist_set_max_size (persist, 100);
- ephy_embed_persist_set_flags (persist, EMBED_PERSIST_BYPASSCACHE);
+ ephy_embed_persist_set_flags (persist, EMBED_PERSIST_BYPASSCACHE |
+ EMBED_PERSIST_NO_VIEW);
ephy_embed_persist_set_source (persist, favicon_url);
ephy_embed_persist_set_dest (persist, dest);