Fix type mismatch in the PropertyActivate message.
authorYusuke Sato <yusukes@chromium.org>
Wed, 15 Dec 2010 02:55:16 +0000 (11:55 +0900)
committerYusuke Sato <yusukes@chromium.org>
Wed, 15 Dec 2010 02:55:16 +0000 (11:55 +0900)
commit2ce1bd05306e416d243c49eed5608b18b12f62cf
treefbd7f8da5bbe50c9f2c18c8fe5035c71d507ac43
parentc2c4c6df3c0b650406be0615adb738540ebaf7af
Fix type mismatch in the PropertyActivate message.

src/ibusinputcontext.c sends the massage with "(si)" but the daemon use the massage as "(&su)". This triggers assertion failure on Chrome OS.

BUG=none
TEST=change ibus-mozc's property on Chrome OS via the IME menu.

Review URL: http://codereview.appspot.com/3636041
bus/inputcontext.c