Call g_error if unable to find the accessibility bus
authorMike Gorse <mgorse@linux-l2tz.site>
Fri, 6 May 2011 15:59:45 +0000 (10:59 -0500)
committerMike Gorse <mgorse@linux-l2tz.site>
Fri, 6 May 2011 16:02:55 +0000 (11:02 -0500)
commit112afd0b8d8404b7b74549eae867f5f4f8276289
tree4292e05576b3791b48d1804d694e67808498b9c4
parentb12cdda617ae1b3c45d7a553a96571736b7753bb
Call g_error if unable to find the accessibility bus

Previously, AT-SPI would wind up passing a NULL connection to libdbus if it
couldn't connect to the bus, causing a cryptic abort.  This change makes it
at least abort with a sensible error message in that case.
Also, if unable to find the accessibility bus address via the session bus,
save and print the DBusError, if any.
atspi/atspi-misc.c