summaryrefslogtreecommitdiffstats
path: root/src/PYPPhoneticEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYPPhoneticEditor.cc')
-rw-r--r--src/PYPPhoneticEditor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PYPPhoneticEditor.cc b/src/PYPPhoneticEditor.cc
index 8141685..481a06f 100644
--- a/src/PYPPhoneticEditor.cc
+++ b/src/PYPPhoneticEditor.cc
@@ -336,7 +336,8 @@ void
PhoneticEditor::update (void)
{
guint lookup_cursor = getLookupCursor ();
- pinyin_guess_candidates (m_instance, lookup_cursor);
+ pinyin_guess_candidates (m_instance, lookup_cursor,
+ m_config.sortOption ());
updateLookupTable ();
updatePreeditText ();