diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-menu.c | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-06-12 Xan Lopez <xan@masilla.org> + + * src/bookmarks/ephy-bookmarks-menu.c: + + Fix compilation. + 2003-06-12 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-langs.h: @@ -18,7 +24,7 @@ * lib/widgets/ephy-node-view.c: (ephy_node_view_select_node): Use gtk_tree_selection_select_iter to make selection, fixes #114965. - +<F6> 2003-06-11 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmark-toolitem.h: diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index b8a9119c9..932f6dbaf 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -30,6 +30,7 @@ #include <string.h> #include <stdlib.h> #include <libxml/entities.h> +#include <bonobo/bonobo-i18n.h> #define EMPTY_ACTION_NAME "GoBookmarkEmpty" |