aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-07 23:27:36 -0600
committerTed Gould <ted@gould.cx>2011-01-07 23:27:36 -0600
commit2bbbabcbaee91c6c5f5ab75c31a9a47305228a68 (patch)
treeede3ede4833cbf5aeb6f0d773f9bb264658b0f08
parent32515c5c55fdaf758be01dd6a7294ee62545757a (diff)
downloadlibayatana-indicator-2bbbabcbaee91c6c5f5ab75c31a9a47305228a68.tar.gz
libayatana-indicator-2bbbabcbaee91c6c5f5ab75c31a9a47305228a68.tar.bz2
libayatana-indicator-2bbbabcbaee91c6c5f5ab75c31a9a47305228a68.zip
Switching to the session bus
-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);