diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-19 01:11:24 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-19 01:11:24 +0800 |
commit | ea50f388412c9c4d880bea7aa770d079b8c9141c (patch) | |
tree | 398773c8718935775025f0207e08189f56665a8d /lib | |
parent | c5202864540e0ac530dde2e4eb18a7e22fe699d8 (diff) | |
download | gsoc2013-epiphany-ea50f388412c9c4d880bea7aa770d079b8c9141c.tar.gz gsoc2013-epiphany-ea50f388412c9c4d880bea7aa770d079b8c9141c.tar.zst gsoc2013-epiphany-ea50f388412c9c4d880bea7aa770d079b8c9141c.zip |
0.6.1
2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org>
* NEWS:
* configure.in:
0.6.1
* embed/find-dialog.c: (dialog_constrain_height):
Missing cast.
* lib/ephy-start-here.c:
Missing header.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-start-here.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-start-here.c b/lib/ephy-start-here.c index d35701030..f51314b99 100644 --- a/lib/ephy-start-here.c +++ b/lib/ephy-start-here.c @@ -22,7 +22,7 @@ #include <gtk/gtk.h> #include <libxml/tree.h> -#include <bonobo/bonobo-i18n.h> +#include <libgnome/gnome-i18n.h> #include <string.h> #include "ephy-start-here.h" |