aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks.c
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@src.gnome.org>2003-05-17 20:43:34 +0800
committerChristian Neumair <cneumair@src.gnome.org>2003-05-17 20:43:34 +0800
commitda4bacb5a3de0dafe863ea82aea78d2e40731730 (patch)
treee31bad9600bf78b6e2a6523091e3af0e613941ab /src/bookmarks/ephy-bookmarks.c
parente5d335763657c0ebf4d464f4bc1d81542220141b (diff)
downloadgsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.gz
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.bz2
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.lz
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.xz
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.zst
gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.zip
Fixed many issues mentioned in #112781.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks.c')
-rw-r--r--src/bookmarks/ephy-bookmarks.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 5bd807610..791440049 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -18,6 +18,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "ephy-bookmarks.h"
#include "ephy-file-helpers.h"
#include "ephy-shell.h"
@@ -29,7 +33,7 @@
#include "ephy-bookmarks-export.h"
#include <string.h>
-#include <libgnome/gnome-i18n.h>
+#include <bonobo/bonobo-i18n.h>
#include <libgnomevfs/gnome-vfs-utils.h>
#define EPHY_BOOKMARKS_XML_VERSION "0.1"