summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-22 14:21:57 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-22 14:21:57 +0800
commit9e7d2f34f4f21db9914b63bd837a7c7371148238 (patch)
treea25e0f6df215b08dc1ee51a92b19be2d4ee6b4d6 /src/PYPBopomofoEditor.cc
parent2f153759c57835aa30908ae0d43dda1f942bdfac (diff)
downloadibus-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.cc2
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);