]> www.fi.muni.cz Git - evince.git/commitdiff
Thanks to Robert McQueen <robot101@debian.org>. Dbus warning on startup of
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Thu, 10 Nov 2005 01:02:54 +0000 (01:02 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Thu, 10 Nov 2005 01:02:54 +0000 (01:02 +0000)
* shell/main.c: (load_files_remote):

Thanks to Robert McQueen <robot101@debian.org>. Dbus
warning on startup of second instance is fixed. It
is bug #320353.

ChangeLog
shell/main.c

index 55b163bd782bca12688f5e778293c90ed00225a3..15f7929e62f62f09b26b2815f0b55884bdb851d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * shell/main.c: (load_files_remote):
+
+       Thanks to Robert McQueen <robot101@debian.org>. Dbus
+       warning on startup of second instance is fixed. It
+       is bug #320353.
+
 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/ev-window.c: (ev_window_finalize):
index 8aac27afa1b85e13b779754d4a1c757678e545b7..3a24e0583796898061569737025e264da5725d41 100644 (file)
@@ -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);