* 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-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):
/* 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);