diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2011-05-04 22:35:32 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-05 20:02:43 +0800 |
commit | 3aca984088136430b8f54b16e5f1bed1e891c6d1 (patch) | |
tree | 8548d6fe62d8f2b7fa3124da9ed476b6e8f95a5a /libempathy-gtk/empathy-location-manager.c | |
parent | 9a17d44fc225a0e4a26d702366236622830c301a (diff) | |
download | gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.tar gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.tar.gz gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.tar.bz2 gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.tar.lz gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.tar.xz gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.tar.zst gsoc2013-empathy-3aca984088136430b8f54b16e5f1bed1e891c6d1.zip |
Include gi18n-lib.h in library sources, not gi18n.h.
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.c')
-rw-r--r-- | libempathy-gtk/empathy-location-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 8184bc043..03b97d03d 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -24,7 +24,7 @@ #include <string.h> #include <time.h> -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <telepathy-glib/account-manager.h> #include <telepathy-glib/util.h> |