diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-23 14:57:23 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-07-23 14:57:23 +0800 |
| commit | 4004fd1f9d97d5bef6fa3d8650d1873ad28242b0 (patch) | |
| tree | 1a0c2f218d5a96e3998bd1a24d34a9c5c43fb670 /daemon/inputcontext.py | |
| parent | 4aff5583f058796a8bc233e6d391a82f2a0dbfe0 (diff) | |
| download | ibus-4004fd1f9d97d5bef6fa3d8650d1873ad28242b0.tar.gz ibus-4004fd1f9d97d5bef6fa3d8650d1873ad28242b0.tar.xz ibus-4004fd1f9d97d5bef6fa3d8650d1873ad28242b0.zip | |
Add preedit code.
Diffstat (limited to 'daemon/inputcontext.py')
| -rw-r--r-- | daemon/inputcontext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/inputcontext.py b/daemon/inputcontext.py index a9f9069..eed681a 100644 --- a/daemon/inputcontext.py +++ b/daemon/inputcontext.py @@ -108,7 +108,7 @@ class InputContext(ibus.Object): self._aux_attrs = None self._aux_visible = False - self._use_preedit = True + self._use_preedit = False self._preedit_string = None self._preedit_attrs = None self._cursor_pos = 0 |
