aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--lib/ephy-adblock.c2
-rw-r--r--lib/ephy-file-helpers.c1
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75046031d..96840288e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-01-04 Christian Persch <chpe@cvs.gnome.org>
+ * lib/ephy-adblock.c:
+ * lib/ephy-file-helpers.c:
+
+ Fix compiler warnings.
+
+2006-01-04 Christian Persch <chpe@cvs.gnome.org>
+
R data/art/epiphany-close-tab.png:
* lib/ephy-stock-icons.c: (ephy_stock_icons_init):
* lib/ephy-stock-icons.h:
diff --git a/lib/ephy-adblock.c b/lib/ephy-adblock.c
index ccb96ea64..9ba768c4b 100644
--- a/lib/ephy-adblock.c
+++ b/lib/ephy-adblock.c
@@ -56,4 +56,6 @@ ephy_adblock_should_load (EphyAdBlock *adblock,
{
return iface->should_load (adblock, url, check_type);
}
+
+ return TRUE;
}
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c
index f9a665db9..a6db91d70 100644
--- a/lib/ephy-file-helpers.c
+++ b/lib/ephy-file-helpers.c
@@ -37,6 +37,7 @@
#include <libgnome/gnome-init.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#include <libgnomevfs/gnome-vfs-file-info.h>
+#include <libgnomevfs/gnome-vfs-ops.h>
#include <libxml/xmlreader.h>
/* bug http://bugzilla.gnome.org/show_bug.cgi?id=156687 */