[tracker/collation-gconf-locale: 15/20] libtracker-common, locale: Add TRACKER prefix to the new environment variable
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/collation-gconf-locale: 15/20] libtracker-common, locale: Add TRACKER prefix to the new environment variable
- Date: Tue, 30 Nov 2010 17:10:22 +0000 (UTC)
commit 46e92acefbbe9f9187e9782beaccb92264f3b053
Author: Aleksander Morgado <aleksander lanedo com>
Date: Tue Nov 30 17:15:42 2010 +0100
libtracker-common, locale: Add TRACKER prefix to the new environment variable
src/libtracker-common/tracker-locale.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libtracker-common/tracker-locale.c b/src/libtracker-common/tracker-locale.c
index 9921418..d1727aa 100644
--- a/src/libtracker-common/tracker-locale.c
+++ b/src/libtracker-common/tracker-locale.c
@@ -64,7 +64,7 @@ static gboolean initialized;
/* If this envvar is set, even if we have meegotouch locales in gconf,
* we'll still use envvars */
-#define DISABLE_MEEGOTOUCH_LOCALE_ENV "DISABLE_MEEGOTOUCH_LOCALE"
+#define TRACKER_DISABLE_MEEGOTOUCH_LOCALE_ENV "TRACKER_DISABLE_MEEGOTOUCH_LOCALE"
/* Base dir for all gconf locale values */
#define MEEGOTOUCH_LOCALE_DIR "/meegotouch/i18n"
@@ -224,7 +224,7 @@ tracker_locale_init (void)
guint i;
#ifdef HAVE_MAEMO
- if (g_getenv (DISABLE_MEEGOTOUCH_LOCALE_ENV)) {
+ if (g_getenv (TRACKER_DISABLE_MEEGOTOUCH_LOCALE_ENV)) {
g_message ("Retrieving locale from GConf is DISABLED");
} else {
GError *error = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]