[tracker] libtracker-common, locale: Fix compilation without --enable-maemo
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] libtracker-common, locale: Fix compilation without --enable-maemo
- Date: Tue, 30 Nov 2010 17:56:37 +0000 (UTC)
commit 6d241259238876f35a9d1799c388730b66d04ec2
Author: Aleksander Morgado <aleksander lanedo com>
Date: Tue Nov 30 18:56:24 2010 +0100
libtracker-common, locale: Fix compilation without --enable-maemo
src/libtracker-common/tracker-locale.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/libtracker-common/tracker-locale.c b/src/libtracker-common/tracker-locale.c
index e56fc10..73a6b91 100644
--- a/src/libtracker-common/tracker-locale.c
+++ b/src/libtracker-common/tracker-locale.c
@@ -96,6 +96,7 @@ static GSList *subscribers;
* reachable by Valgrind */
static GConfClient *client;
+#endif /* HAVE_MAEMO */
static void
locale_set (TrackerLocaleID id,
@@ -140,6 +141,8 @@ locale_set (TrackerLocaleID id,
}
}
+#ifdef HAVE_MAEMO
+
static void
locale_gconf_notify_cb (GConfClient *client,
guint cnxn_id,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]