diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-22 14:21:57 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-22 14:21:57 +0800 |
commit | 9e7d2f34f4f21db9914b63bd837a7c7371148238 (patch) | |
tree | a25e0f6df215b08dc1ee51a92b19be2d4ee6b4d6 /src/PYPBopomofoEditor.cc | |
parent | 2f153759c57835aa30908ae0d43dda1f942bdfac (diff) | |
download | ibus-libpinyin-9e7d2f34f4f21db9914b63bd837a7c7371148238.tar.gz ibus-libpinyin-9e7d2f34f4f21db9914b63bd837a7c7371148238.tar.xz ibus-libpinyin-9e7d2f34f4f21db9914b63bd837a7c7371148238.zip |
update full pinyin editor
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r-- | src/PYPBopomofoEditor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc index da95298..3c0b9bc 100644 --- a/src/PYPBopomofoEditor.cc +++ b/src/PYPBopomofoEditor.cc @@ -355,7 +355,7 @@ LibPinyinBopomofoEditor::updateAuxiliaryText (void) m_buffer << '|' << str; g_free (str); } else if (G_LIKELY (cursor < m_cursor && - m_cursor < end)) { /* in word */ + m_cursor < end)) { /* in word */ /* raw text */ guint16 length = 0; pinyin_get_key_rest_length (m_instance, pos, &length); |