[tracker/gconf-dbus] libtracker-common: Device uses system bus, not session bus



commit 9123b45e1c55508ef826f89ee919abedf36623dc
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Apr 5 14:28:15 2011 +0200

    libtracker-common: Device uses system bus, not session bus

 src/libtracker-common/tracker-locale-gconfdbus.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-common/tracker-locale-gconfdbus.c b/src/libtracker-common/tracker-locale-gconfdbus.c
index e40bf18..106a337 100644
--- a/src/libtracker-common/tracker-locale-gconfdbus.c
+++ b/src/libtracker-common/tracker-locale-gconfdbus.c
@@ -311,7 +311,7 @@ tracker_locale_gconfdbus_init (void)
 
 		g_main_context_push_thread_default (NULL);
 
-		connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
+		connection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);
 
 		if (error) {
 			g_main_context_pop_thread_default (NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]