Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-daemon.c')
-rw-r--r--shell/ev-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-daemon.c b/shell/ev-daemon.c
index 7cf1eea..0072138 100644
--- a/shell/ev-daemon.c
+++ b/shell/ev-daemon.c
@@ -377,7 +377,7 @@ main (gint argc, gchar **argv)
g_type_init ();
- connection = g_bus_get_sync (G_BUS_TYPE_STARTER, NULL, &error);
+ connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
if (connection == NULL) {
g_printerr ("Failed to get bus connection: %s\n", error->message);
g_error_free (error);