summaryrefslogtreecommitdiffstats
path: root/i18n/ibus-table/chinese.patch
blob: 19f3c507e68e95b00fbc84cf08e52dc453134085 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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: