From 2bbbabcbaee91c6c5f5ab75c31a9a47305228a68 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Jan 2011 23:27:36 -0600 Subject: Switching to the session bus --- libindicator/indicator-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libindicator/indicator-service.c b/libindicator/indicator-service.c index e87f174..e22ed66 100644 --- a/libindicator/indicator-service.c +++ b/libindicator/indicator-service.c @@ -206,7 +206,7 @@ indicator_service_init (IndicatorService *self) here because there is no user data to pass the object as well. */ priv->watchers = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); - g_bus_get(G_BUS_TYPE_STARTER, + g_bus_get(G_BUS_TYPE_SESSION, NULL, /* TODO: Cancellable */ bus_get_cb, self); -- cgit v1.2.3