Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-10 01:02:54 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-10 01:02:54 (GMT)
commitae3f65853c9a38b242143559ad15b6df1f5244a6 (patch)
treec65f30dfcf2583b9863b32b9016e883f79a60e0d /shell
parentaa6072acde0dc6cc3b559543b8b462b24a8dd1fa (diff)
Thanks to Robert McQueen <robot101@debian.org>. Dbus warning on startup of
* 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.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
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);