Fix --timeout command line option of ibus-daemon.
authorYusuke Sato <yusukes@chromium.org>
Wed, 5 Jan 2011 23:22:38 +0000 (08:22 +0900)
committerYusuke Sato <yusukes@chromium.org>
Wed, 5 Jan 2011 23:22:38 +0000 (08:22 +0900)
commitc6e273c0ee91858bf5af2a87048f9d2977d368d5
tree81e12be0c7944fcf826603af01e85670828d6121
parent2f0877decf4adde5d4779a13ab15c40c41985525
Fix --timeout command line option of ibus-daemon.

On 1.3.99, currently the option is just ignored and '-1' (i.e. the default timeout of gdbus which is 25 seconds in glib-2.26.1) is always used. We should fix this since the default, 25 secs, is too long for some platforms like Chromium OS.

BUG=none
TEST=manually

Review URL: http://codereview.appspot.com/3784047
bus/engineproxy.c
bus/engineproxy.h
bus/factoryproxy.c
bus/ibusimpl.c
bus/inputcontext.c
bus/main.c
bus/option.h
bus/panelproxy.c