From 6d3be3207f045a88ea05f8c1e498ce70e4d0b3d3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 16 Oct 2003 17:29:48 +0000 Subject: I suck ... files forgot --- embed/Makefile.am | 5 +++-- embed/ephy-favicon-cache.c | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'embed') 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); -- cgit v1.2.3