Do not call g_critical when ibus->config is NULL since it's not an error.
authorYusuke Sato <yusukes@chromium.org>
Mon, 29 Nov 2010 03:04:27 +0000 (12:04 +0900)
committerYusuke Sato <yusukes@chromium.org>
Mon, 29 Nov 2010 03:04:27 +0000 (12:04 +0900)
commit50ceef360174ab6709a4215706ea527735f10c7e
tree1d93b94b6e70cd1c5ed12bb22effed2e9e8649b6
parentcf2c9302528b9ece00eb3430600e8391f05f2a5c
Do not call g_critical when ibus->config is NULL since it's not an error.

The change is originally for chromeos branch of ibus (http://codereview.appspot.com/3304043/) but I believe this is also good for the master branch of ibus.

BUG=none
TEST=manually

Review URL: http://codereview.appspot.com/3269043
bus/ibusimpl.c