SHA256
1
0
forked from pool/at-spi2-core

Accepting request 415439 from home:mgorse:branches:GNOME:Factory

- Update at-spi2-core-session-management.patch: fix uninitialized
  variable (bsc#984109).

(also committed this fix upstream)

OBS-URL: https://build.opensuse.org/request/show/415439
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=150
This commit is contained in:
Dominique Leuenberger 2016-07-27 19:00:30 +00:00 committed by Git OBS Bridge
parent c5b8a02163
commit 0c55ce605f
2 changed files with 7 additions and 1 deletions

View File

@ -104,7 +104,7 @@ index 54aa07f..50e76f4 100644
+ A11yBusLauncher *app = user_data;
+ GVariant *values;
+ GError *error = NULL;
+ gboolean is_running;
+ gboolean is_running = FALSE;
+
+ proxy = G_DBUS_PROXY (source_object);
+ values = g_dbus_proxy_call_finish (proxy, res, &error);

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jul 27 16:56:37 UTC 2016 - mgorse@suse.com
- Update at-spi2-core-session-management.patch: fix uninitialized
variable (bsc#984109).
-------------------------------------------------------------------
Thu Jul 14 21:09:36 UTC 2016 - mgorse@suse.com