Fix IBus.Bus.get_config is null.
authorfujiwarat <takao.fujiwara1@gmail.com>
Thu, 27 Sep 2012 01:11:34 +0000 (10:11 +0900)
committerfujiwarat <takao.fujiwara1@gmail.com>
Thu, 27 Sep 2012 01:11:34 +0000 (10:11 +0900)
commitdefa8ee66d4a1a780bad0e6799ed0bb166d69eba
treecf7304b0338955fe0a4399721944e64a4f6de763
parent1f66434b9cea881de0f14de105763dc650351aea
Fix IBus.Bus.get_config is null.

Now im-ibus.so uses ibus_bus_new_async() instead of ibus_bus_new()
and then if ibus-setup-anthy calls GTK+ UI before ibus_bus_new(),
the async function is called instead and the delay is happened with
the latest ibus 1.5.
The fix is to call ibus_bus_new() before GTK+.

BUG=RH#859585
TEST=Manually

Review URL: https://codereview.appspot.com/6566053
setup/main.py