From: Nickolay V. Shmyrev Date: Thu, 10 Nov 2005 01:02:54 +0000 (+0000) Subject: Thanks to Robert McQueen . Dbus warning on startup of X-Git-Tag: EVINCE_0_5_0~90 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=ae3f65853c9a38b242143559ad15b6df1f5244a6;p=evince.git Thanks to Robert McQueen . Dbus warning on startup of * shell/main.c: (load_files_remote): Thanks to Robert McQueen . Dbus warning on startup of second instance is fixed. It is bug #320353. --- diff --git a/ChangeLog b/ChangeLog index 55b163bd..15f7929e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-11-10 Nickolay V. Shmyrev + + * shell/main.c: (load_files_remote): + + Thanks to Robert McQueen . Dbus + warning on startup of second instance is fixed. It + is bug #320353. + 2005-10-30 Nickolay V. Shmyrev * shell/ev-window.c: (ev_window_finalize): 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);