When an object goes away, remove from queue of pending cache additions
authorMike Gorse <mgorse@linux-l2tz.site>
Sat, 21 Jan 2012 18:13:02 +0000 (12:13 -0600)
committerMike Gorse <mgorse@linux-l2tz.site>
Sat, 21 Jan 2012 18:13:02 +0000 (12:13 -0600)
commit85af8a25e4fa1c4a65cdbe145b70c334aac97e48
treedfdb9d8d5fc40e38a334f2d2a29f34f3f502fbe7
parent04303257553adb20e7ff9b30721e6c23bdcbf58d
When an object goes away, remove from queue of pending cache additions

Items are added to the cache in an idle (see commit 75ff19), meaning
that it is possible for an object to go away between the time it is
queued for addition and the time the additions are made.

https://bugzilla.gnome.org/show_bug.cgi?id=666371
atk-adaptor/accessible-cache.c