From 5c0014f08cb0728a04a0a689eda1e7d1eab80694 Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@cvs.gnome.org>
Date: Tue, 17 Jan 2006 13:20:36 +0000
Subject: Fix compile with libgnome HEAD.

2006-01-17  Christian Persch  <chpe@cvs.gnome.org>

	* src/ephy-main.c:

	Fix compile with libgnome HEAD.
---
 src/ephy-main.c | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src')

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"
-- 
cgit