summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-10-26 10:10:58 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:14 +0800
commit59b266d410cedb70f2b8b2aa8c1619184b2fb0ee (patch)
tree481faf6447b0665fa38843ac5f1d8c0a14ccaba3 /src/PYPBopomofoEditor.cc
parent4d6a548b773ab5d59641208b5668a000287075d3 (diff)
downloadibus-libpinyin-59b266d410cedb70f2b8b2aa8c1619184b2fb0ee.tar.gz
ibus-libpinyin-59b266d410cedb70f2b8b2aa8c1619184b2fb0ee.tar.xz
ibus-libpinyin-59b266d410cedb70f2b8b2aa8c1619184b2fb0ee.zip
add save support
Diffstat (limited to 'src/PYPBopomofoEditor.cc')
-rw-r--r--src/PYPBopomofoEditor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PYPBopomofoEditor.cc b/src/PYPBopomofoEditor.cc
index 34f3df7..7592e2a 100644
--- a/src/PYPBopomofoEditor.cc
+++ b/src/PYPBopomofoEditor.cc
@@ -297,6 +297,7 @@ LibPinyinBopomofoEditor::commit ()
}
pinyin_train(m_instance);
+ LibPinyinBackEnd::instance ().modified();
LibPinyinPhoneticEditor::commit ((const gchar *)m_buffer);
reset();
}