summaryrefslogtreecommitdiff
path: root/bus/at-spi-bus-launcher.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2016-12-28 12:38:23 -0500
committerMike Gorse <mgorse@suse.com>2016-12-28 12:38:23 -0500
commitcd413caf2c39efb097035b59b5452c877168bc6b (patch)
treed8fa39ea4fdbe1465b390afd87486eec6f22aad6 /bus/at-spi-bus-launcher.c
parent0f3d979dc297790d8a98fab734d45751bf4fec85 (diff)
downloadat-spi2-core-cd413caf2c39efb097035b59b5452c877168bc6b.tar.gz
Revert "Fix return value error in session_manager_connect"
These session management fixes appear to have been wrong, as gnome-session waits for the bus launcher to register before entering the application start-up phase. https://bugzilla.gnome.org/show_bug.cgi?id=774441 This reverts commit f66c04544575532849a60b1d145fd69fc0261352.
Diffstat (limited to 'bus/at-spi-bus-launcher.c')
-rw-r--r--bus/at-spi-bus-launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 51251808..9a17c50b 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -254,7 +254,7 @@ session_manager_connect (A11yBusLauncher *app)
g_warning ("Failed to get session manager proxy: %s", error->message);
g_error_free (error);
- return FALSE;
+ return;
}
g_dbus_proxy_call (sm_proxy,