aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-component.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 12892e782b..8cfc553df9 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-10 Matthew Barnes <mbarnes@redhat.com>
+
+ * gui/component/addressbook-component.c:
+ Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.
+
2008-06-03 Kjartan Maraas <kmaraas@gnome.org>
* gui/merging/eab-contact-merging.c: (mergeit):
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index 952a657447..7d4b5d37b5 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -45,7 +45,7 @@
#include <string.h>
#include <gtk/gtk.h>
-#include <bonobo/bonobo-i18n.h>
+#include <glib/gi18n.h>
#include <gconf/gconf-client.h>
#include <e-util/e-util.h>
#include <libedataserver/e-url.h>