diff options
author | Peng Wu <alexepico@gmail.com> | 2014-11-05 10:53:58 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2014-11-05 10:53:58 +0800 |
commit | 82b89ae4b01f353664a44e833829f1633ffdfdd2 (patch) | |
tree | 06583e844f2b08490b6703e36e23f234d74f6ecf /src/PYPPhoneticEditor.h | |
parent | 1bbb6ca2a0240ab98510fe8a5f470d0a47b382af (diff) | |
download | ibus-libpinyin-82b89ae4b01f353664a44e833829f1633ffdfdd2.tar.gz ibus-libpinyin-82b89ae4b01f353664a44e833829f1633ffdfdd2.tar.xz ibus-libpinyin-82b89ae4b01f353664a44e833829f1633ffdfdd2.zip |
disable lookup table lazy candidate fill
Diffstat (limited to 'src/PYPPhoneticEditor.h')
-rw-r--r-- | src/PYPPhoneticEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPPhoneticEditor.h b/src/PYPPhoneticEditor.h index 5708d86..e8a3ece 100644 --- a/src/PYPPhoneticEditor.h +++ b/src/PYPPhoneticEditor.h @@ -47,7 +47,7 @@ public: virtual gboolean processFunctionKey (guint keyval, guint keycode, guint modifiers); virtual void updateLookupTable (); virtual void updateLookupTableFast (); - virtual gboolean fillLookupTableByPage (); + virtual gboolean fillLookupTable (); protected: gboolean selectCandidate (guint i); |