diff options
author | Andre Klapper <a9016009@gmx.de> | 2008-12-24 06:05:59 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2008-12-24 06:05:59 +0800 |
commit | 3aa08c35ade396d6f9efadcd85a8abd50afa16bd (patch) | |
tree | 98573816841c0dc650279fdaff7516b758063f3f /addressbook | |
parent | fd635b63259a896d90f1aab94abf048ca9a567ce (diff) | |
download | gsoc2013-evolution-3aa08c35ade396d6f9efadcd85a8abd50afa16bd.tar.gz gsoc2013-evolution-3aa08c35ade396d6f9efadcd85a8abd50afa16bd.tar.zst gsoc2013-evolution-3aa08c35ade396d6f9efadcd85a8abd50afa16bd.zip |
Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>
2008-12-23 Andre Klapper <a9016009@gmx.de>
* gui/merging/eab-contact-merging.c:
Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>
svn path=/trunk/; revision=36931
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/merging/eab-contact-merging.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8fb965960d..a9fc3e5a12 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2008-12-23 Andre Klapper <a9016009@gmx.de> + + * gui/merging/eab-contact-merging.c: + Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h> + 2008-12-09 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #563669 diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index a912a4f08e..502fe381b6 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -32,7 +32,7 @@ #include <string.h> #include "addressbook/gui/widgets/eab-contact-display.h" #include "e-util/e-util-private.h" -#include <libgnome/gnome-i18n.h> +#include <glib/gi18n.h> typedef struct dropdown_data dropdown_data; typedef enum { |