aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libindicator/indicator-ng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-ng.c b/libindicator/indicator-ng.c
index 8de7112..d241099 100644
--- a/libindicator/indicator-ng.c
+++ b/libindicator/indicator-ng.c
@@ -369,7 +369,7 @@ indicator_ng_initable_init (GInitable *initable,
self->name_watch_id = g_bus_watch_name (G_BUS_TYPE_SESSION,
bus_name,
- G_BUS_NAME_WATCHER_FLAGS_NONE,
+ G_BUS_NAME_WATCHER_FLAGS_AUTO_START,
indicator_ng_service_appeared,
indicator_ng_service_vanished,
self, NULL);