Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--shell/main.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55b163b..15f7929 100644
--- 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):
diff --git a/shell/main.c b/shell/main.c
index 8aac27a..3a24e05 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);