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
This commit is contained in:
committed by
Andre Klapper
parent
fd635b6325
commit
3aa08c35ad
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user