diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-24 06:18:46 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-24 06:18:46 +0800 |
commit | bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1 (patch) | |
tree | 156bd4d273a3646097672e42380f3185e19ad1bf /src/ephy-main.c | |
parent | edcfa5316d8c0396178d9b9907784c944c02e162 (diff) | |
download | gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.tar gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.tar.gz gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.tar.bz2 gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.tar.lz gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.tar.xz gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.tar.zst gsoc2013-epiphany-bbf4390b5b18db2f33bd8f179fbfe04ba82fb6e1.zip |
Fix compilation with libgnome 2.13. Bug #328351.
2006-01-23 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c:
Fix compilation with libgnome 2.13. Bug #328351.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 4 |
1 files changed, 0 insertions, 4 deletions
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> |