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:
parent
c5b8a02163
commit
0c55ce605f
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user