aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'libindicator/indicator-service.c')
-rw-r--r--libindicator/indicator-service.c2
1 files changed, 1 insertions, 1 deletions
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);