aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.c
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-05-18 18:09:45 +0800
committerRob Bradford <rob@linux.intel.com>2010-05-18 18:53:15 +0800
commitab223625f15bae56e5b32b4798e87cf0e4b04944 (patch)
tree3acf63b7dc1032b3f7b44a42c0a66c093670b932 /src/empathy-import-widget.c
parentab73964666777182f59203b64b8d8309b996ced0 (diff)
downloadgsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar
gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.gz
gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.bz2
gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.lz
gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.xz
gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.tar.zst
gsoc2013-empathy-ab223625f15bae56e5b32b4798e87cf0e4b04944.zip
Use library i18n method for source files included in shared library
Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969
Diffstat (limited to 'src/empathy-import-widget.c')
-rw-r--r--src/empathy-import-widget.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c
index a5bc0ef24..09898180a 100644
--- a/src/empathy-import-widget.c
+++ b/src/empathy-import-widget.c
@@ -22,6 +22,8 @@
/* empathy-import-widget.c */
+#include <config.h>
+
#include "empathy-import-dialog.h"
#include "empathy-import-widget.h"
#include "empathy-import-pidgin.h"
@@ -36,7 +38,7 @@
#include <telepathy-glib/account-manager.h>
#include <telepathy-glib/util.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
G_DEFINE_TYPE (EmpathyImportWidget, empathy_import_widget, G_TYPE_OBJECT)