_atspi-dbus_call_partial: Check for error.
authorMike Gorse <mgorse@suse.com>
Mon, 14 Jan 2013 19:03:52 +0000 (13:03 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 14 Jan 2013 19:03:52 +0000 (13:03 -0600)
commit1495d5f9a35efdb81ac90e9186784d13c4c9188e
treecf9e794e6d57e6dfae671df4278ed0e6c5811adb
parentf1cfd7ab1d4d1a1e572c79a4750ded4674d19b85
_atspi-dbus_call_partial: Check for error.

Dbind may return a message containing an error, so check for this in
_atspi_dbus_call_partial. I an error is set, then do not return the
message, but set the GError. This fixes some warnings where the error
message was being passed to _atspi_dbus_return_accessible_from_message.
atspi/atspi-misc.c