summaryrefslogtreecommitdiffstats
path: root/i18n/ibus-table/chinese.patch
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ibus-table/chinese.patch')
-rw-r--r--i18n/ibus-table/chinese.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/ibus-table/chinese.patch b/i18n/ibus-table/chinese.patch
new file mode 100644
index 0000000000..19f3c507e6
--- /dev/null
+++ b/i18n/ibus-table/chinese.patch
@@ -0,0 +1,12 @@
+diff -aurp ibus-table-1.3.0.20100621.orig/engine/table.py ibus-table-1.3.0.20100621/engine/table.py
+--- ibus-table-1.3.0.20100621.orig/engine/table.py 2010-11-02 10:36:33.806000000 +0800
++++ ibus-table-1.3.0.20100621/engine/table.py 2010-11-02 10:36:45.716000001 +0800
+@@ -123,7 +123,7 @@ class editor(object):
+ else:
+ if self.db._is_chinese:
+ # if IME declare as Chinese IME
+- return 0
++ return 1
+ else:
+ return -1
+ except: