aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-main.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cfa340da..7ac7f8da6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-main.c:
+
+ Fix compile with libgnome HEAD.
+
+2006-01-17 Christian Persch <chpe@cvs.gnome.org>
+
* configure.ac:
Post-release version bump.
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 9dc13ed25..9eeadfebd 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -20,6 +20,8 @@
#include "config.h"
+#undef GNOME_DISABLE_DEPRECATED
+
#include "ephy-shell.h"
#include "ephy-file-helpers.h"
#include "ephy-object-helpers.h"