aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-06-12 07:54:40 +0800
committerXan Lopez <xan@src.gnome.org>2003-06-12 07:54:40 +0800
commit2adc5f349326386155e7edb506a9014a509ee035 (patch)
tree8fa6f0a02adf385db51f2a30da986a80515b0b3f
parent5c496db6c7ccd1c451cb49b4529724630a64895f (diff)
downloadgsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.tar
gsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.tar.gz
gsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.tar.bz2
gsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.tar.lz
gsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.tar.xz
gsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.tar.zst
gsoc2013-epiphany-2adc5f349326386155e7edb506a9014a509ee035.zip
Fix compilation.
Fix compilation.
-rw-r--r--ChangeLog8
-rw-r--r--src/bookmarks/ephy-bookmarks-menu.c1
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dadc5ce6..326ba84a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"