Do not exit if the accessibility bus disconnects
authorMike Gorse <mgorse@novell.com>
Fri, 4 Mar 2011 19:48:21 +0000 (13:48 -0600)
committerMike Gorse <mgorse@novell.com>
Fri, 4 Mar 2011 21:08:42 +0000 (15:08 -0600)
commitdf5695a948da0886dd506430959d4de88a940eb9
treea61033b398193b5bbe2ad4ee66cd993cf3d15642
parent6752a46f62f7d367f983f0132c36065f500f314f
Do not exit if the accessibility bus disconnects

We should not exit if, for instance, the accessibility bus's daemon dies as
a result of the session ending; we should let GNOME's logic kill the
application in that case.  Also prevents the application from crashing if
atk-bridge sends bad data that causes the daemon to disconnect us.
atk-adaptor/bridge.c