Codebase list mozc / ac4f47e
Fix bug 107, and remove patches/add_file_to_gypfile_check.patch. The correction by add_file_to_gypfile_check.patch was corrected by other methods. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 12 years ago
2 changed file(s) with 7 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 Description: Initial reconversion after turning IBus on doesn't start
1 Forwarded: not-needed
2 Origin: vendor, http://code.google.com/p/mozc/issues/detail?id=107
3 Bug-Debian: none
4 Author: Irie
5
6 Index: src/unix/ibus/mozc_engine.cc
7 ===================================================================
8 --- src/unix/ibus/mozc_engine.cc (revision 81)
9 +++ src/unix/ibus/mozc_engine.cc (working copy)
10 @@ -473,6 +473,13 @@
11 // Stop ignoring "reset" signal. See ProcessKeyevent().
0 diff --git a/unix/ibus/mozc_engine.cc b/unix/ibus/mozc_engine.cc
1 index 6d68273..97a4270 100755
2 --- a/unix/ibus/mozc_engine.cc
3 +++ b/unix/ibus/mozc_engine.cc
4 @@ -571,6 +571,13 @@ void MozcEngine::Enable(IBusEngine *engine) {
125 ignore_reset_for_deletion_range_workaround_ = false;
6 #endif // !USE_IBUS_ENGINE_DELETE_SURROUNDING_TEXT
137
148 +#if IBUS_CHECK_VERSION(1, 4, 0)
159 + // Call ibus_engine_get_surrounding_text() to emit "RequireSurroundingText"
00 support-kfreebsd.patch
11 uim-mozc.patch
2 add_file_to_gypfile_check.patch
2 # add_file_to_gypfile_check.patch
33 add_tegaki_ui_scim_mozc.patch
44 add_tegaki_ui_ibus_mozc.patch
5 bug107_request_surrounding_text.patch
65 bug117_fix_ftbfs_ibus1.4.0.patch