[gnome-online-accounts] identity: Include the correct internationalization header
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] identity: Include the correct internationalization header
- Date: Tue, 26 Apr 2016 15:33:54 +0000 (UTC)
commit 841c14279496b7e0237a894e56b734fb9047eace
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Apr 26 16:54:48 2016 +0200
identity: Include the correct internationalization header
Executable binaries should include <glib/gi18n.h>, not
<glib/gi18n-lib.h>.
https://bugzilla.gnome.org/show_bug.cgi?id=765455
src/goaidentity/goaidentityservice.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goaidentity/goaidentityservice.c b/src/goaidentity/goaidentityservice.c
index f488767..2a51654 100644
--- a/src/goaidentity/goaidentityservice.c
+++ b/src/goaidentity/goaidentityservice.c
@@ -19,7 +19,7 @@
#include "config.h"
#include "goaidentityservice.h"
-#include <glib/gi18n-lib.h>
+#include <glib/gi18n.h>
#include <gmodule.h>
#include <glib.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]