diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-main.c | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2006-01-23 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-main.c: + + Fix compilation with libgnome 2.13. Bug #328351. + +2006-01-23 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany-service.xml: * src/ephy-activation.c: (ephy_activation_load_url), (ephy_activation_open_bookmarks_editor): diff --git a/src/ephy-main.c b/src/ephy-main.c index 7f861f20f..39905ce41 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -44,11 +44,7 @@ #include <libgnome/gnome-program.h> #include <libgnomeui/gnome-client.h> - -/* libgnome < 2.13 compat */ -#ifndef GNOME_PARAM_GOPTION_CONTEXT #include <libgnomeui/gnome-ui-init.h> -#endif #include <libgnomevfs/gnome-vfs-init.h> #include <libgnomevfs/gnome-vfs-utils.h> |