Always send property-change signals, except for transient objects
authorMike Gorse <mgorse@suse.com>
Wed, 26 Oct 2016 14:14:39 +0000 (09:14 -0500)
committerMike Gorse <mgorse@suse.com>
Wed, 26 Oct 2016 14:14:39 +0000 (09:14 -0500)
commit96621a5e950c041e718923f58540c969164340c4
treed0a9b8b94ddb0ebb7b1b8a87496537c8b5920df3
parent372999fb152c847ed4fd8b0a2cb3ceb91040c1ec
Always send property-change signals, except for transient objects

At-spi2-core generally caches properties, so it needs notification when these
properties change. signal_is_needed() was intended to account for this but
failed to do so because of n incorrect strcmp.
atk-adaptor/event.c