summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-08-08 16:13:30 +0800
committerPeng Wu <alexepico@gmail.com>2016-08-08 16:13:30 +0800
commitccc1176a25c3ffb94079ae38c40f475d2b1f839c (patch)
treec46694e10924eec3804df5addda990c7b81a049e /src/PYPBopomofoEditor.cc
parentefaff649a8621801e77613035fca50c371ba334e (diff)
downloadibus-libpinyin-ccc1176a25c3ffb94079ae38c40f475d2b1f839c.tar.gz
ibus-libpinyin-ccc1176a25c3ffb94079ae38c40f475d2b1f839c.tar.xz
ibus-libpinyin-ccc1176a25c3ffb94079ae38c40f475d2b1f839c.zip
fixes updatePreeditText methods
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 a48a856..be89eb5 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -329,7 +329,7 @@ BopomofoEditor::updatePreeditText ()
size_t offset = 0;
guint cursor = getPinyinCursor ();
- g_assert (pinyin_get_character_offset(m_instance, sentence, cursor, &offset));
+ pinyin_get_character_offset(m_instance, sentence, cursor, &offset);
Editor::updatePreeditText (preedit_text, offset, TRUE);
if (sentence)