Don't send children of gtk menus to be cached
authorMike Gorse <mgorse@suse.com>
Wed, 24 Feb 2016 22:18:11 +0000 (16:18 -0600)
committerMike Gorse <mgorse@suse.com>
Wed, 24 Feb 2016 22:18:11 +0000 (16:18 -0600)
commit7ca5179f231dc7a4c68e63129abfab9de1436282
tree02407872ee7722bf71c66933ea8cdde02213f11c
parentf38dcf7f029531c95f918e8ae2538e4f152cd4fc
Don't send children of gtk menus to be cached

This is o(n^2) because of the way gtk's atk implementation implements
get_index_in_parent(). WOrking around it here for now.

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