X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fmain.c;h=3a24e0583796898061569737025e264da5725d41;hb=35d62ea876842860caba5afe60898681d4d7dbbd;hp=8aac27afa1b85e13b779754d4a1c757678e545b7;hpb=b25c2bfcf89697009a3129f123073b84a312dfdd;p=evince.git diff --git a/shell/main.c b/shell/main.c index 8aac27af..3a24e058 100644 --- a/shell/main.c +++ b/shell/main.c @@ -137,7 +137,7 @@ load_files_remote (const char **files) /* Fake it for GTK+2.6 */ timestamp = get_startup_time (); #endif - connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error); + connection = dbus_g_bus_get (DBUS_BUS_STARTER, &error); if (connection == NULL) { g_warning (error->message); g_error_free (error);