[tracker/gconf-dbus: 15/15] libtracker-common: Device uses system bus, not session bus
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/gconf-dbus: 15/15] libtracker-common: Device uses system bus, not session bus
- Date: Tue, 5 Apr 2011 12:31:34 +0000 (UTC)
commit 7b1e1f230b65ddf6bfc8106b2c8a592eb7d3e450
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 0a3f82a..2225315 100644
--- a/src/libtracker-common/tracker-locale-gconfdbus.c
+++ b/src/libtracker-common/tracker-locale-gconfdbus.c
@@ -312,7 +312,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]