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 /src/ephy-main.c | |
parent | 1c5e22d9e816f8196e99dd3ae500689d71a62f0b (diff) | |
download | gsoc2013-epiphany-5c0014f08cb0728a04a0a689eda1e7d1eab80694.tar.gz 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.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |