Register the cache on the main D-Bus connection
authorMike Gorse <mgorse@suse.com>
Thu, 20 Sep 2012 18:28:00 +0000 (13:28 -0500)
committerMike Gorse <mgorse@suse.com>
Thu, 20 Sep 2012 18:28:00 +0000 (13:28 -0500)
commitd7489952dbe62aa4b7b6eaa2c993e2154a576783
tree4aaee26b0b9fefba5068b2210239ddeb7ab5b890
parentb3210d247daa9480d3037bac4d7cc1963883abea
Register the cache on the main D-Bus connection

In atk_bridge_adaptor_cleanup, droute will deregister the cache object
path from the main DBusConnection, causing libdbus to complain since it
was not registered. Fixes a regression introduced when deferring
registration of the cache.
atk-adaptor/bridge.c