[at-spi2-core] Revert "At-spi-bus-launcher: fix uninitialized variable"
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Revert "At-spi-bus-launcher: fix uninitialized variable"
- Date: Wed, 28 Dec 2016 18:16:06 +0000 (UTC)
commit 366cd6e2aee35137f2d2e0e85f1d3b670187f1e8
Author: Mike Gorse <mgorse suse com>
Date: Wed Dec 28 12:40:34 2016 -0500
Revert "At-spi-bus-launcher: fix uninitialized variable"
https://bugzilla.gnome.org/show_+bug.cgi?id=774441
This reverts commit 995a8cd70cad2a1e8d434a59d87e8cebd5817612.
bus/at-spi-bus-launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index 9a17c50..50e76f4 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -225,7 +225,7 @@ is_session_running_ready_cb (GObject *source_object,
A11yBusLauncher *app = user_data;
GVariant *values;
GError *error = NULL;
- gboolean is_running = FALSE;
+ gboolean is_running;
proxy = G_DBUS_PROXY (source_object);
values = g_dbus_proxy_call_finish (proxy, res, &error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]