Don't return DBUS_HANDLER_RESULT_HANDLED for NameOwnerChanged signals
authorMike Gorse <mgorse@suse.com>
Tue, 20 Nov 2012 21:18:12 +0000 (15:18 -0600)
committerMike Gorse <mgorse@suse.com>
Tue, 20 Nov 2012 21:18:12 +0000 (15:18 -0600)
commitabc815aa731b80392c676559c34815d463b0e51c
treed0949826d6ba043a68e9e7c7e568b5f61c5b83b3
parent48928826ce4f17882dff40c3ac185abc7bbfb74a
Don't return DBUS_HANDLER_RESULT_HANDLED for NameOwnerChanged signals

NameOwnerChanged signals are generic signals sent out by dbus-daemon,
not really specific to this code, so the filter should return
DBUS_HANDLER_RESULT_NOT_YET_HANDLED for them so that libdbus will
propagate them to other filters (specifically the one in at-spi2-core,
which shares a D-Bus connection with at-spi2-atk).
atk-adaptor/bridge.c