diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-17 21:20:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-17 21:20:36 +0800 |
commit | 5c0014f08cb0728a04a0a689eda1e7d1eab80694 (patch) | |
tree | 220a978e7c39377806b516a72273f31165056a03 | |
parent | 1c5e22d9e816f8196e99dd3ae500689d71a62f0b (diff) | |
download | gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar.gz gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar.bz2 gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar.lz gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar.xz gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar.zst gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.zip |
Fix compile with libgnome HEAD.
2006-01-17 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c:
Fix compile with libgnome HEAD.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-main.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -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" |