dbind: remove call to atspi_dbus_connection_setup_with_g_main
authorMike Gorse <mgorse@suse.com>
Thu, 5 Sep 2013 23:58:44 +0000 (18:58 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 5 Sep 2013 23:58:44 +0000 (18:58 -0500)
commit150f70d6e3e41e573470965c9e51ee704612d334
tree6faec321a5b81fa54878c64f12d2456879fb4d26
parentfbba09b26d6db7b6b4c889176f3769355da9c7fa
dbind: remove call to atspi_dbus_connection_setup_with_g_main

dbind isn't currently running a GMainLoop, so it shouldn't call
atspi_dbus_connection_setup_with_g_main, and calling this is harmful if
it is being called from a context other than the default context, since
D-Bus messages will no longer be delivered.

https://bugzilla.gnome.org/show_bug.cgi?id=707218
dbind/dbind.c