Commit 9d553cd3 authored by zork@chromium.org's avatar zork@chromium.org

Set the current and previous input method when ibus reconnects.


R=yusukes@chromium.org
BUG=chromium-os:14619
TEST=Manual


Review URL: http://codereview.chromium.org/7104051

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88518 0039d316-1c4b-4281-b951-d872f2087c98
parent 6e7e06cb
......@@ -586,6 +586,11 @@ class InputMethodLibraryImpl : public InputMethodLibrary,
input_method_library->current_config_values_.begin(),
input_method_library->current_config_values_.end());
input_method_library->FlushImeConfig();
input_method_library->ChangeInputMethod(
input_method_library->previous_input_method().id);
input_method_library->ChangeInputMethod(
input_method_library->current_input_method().id);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment