Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-22 13:39:47 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-25 07:38:31 (GMT)
commitaf534ddb4d8992c0d58a52966f2fc40a7dde9067 (patch)
tree290ae2446bbf519ee2af2bc99adfaf0b0b345b5e /shell
parent08d631e43a3becea68e1a96a0422f1329856ceb6 (diff)
Use always the session bus instead of starter
I'm not sure it makes sense using the system bus
Diffstat (limited to 'shell')
-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);