予測候補作成時のisConnected()チェックを追加。
1 parent e1ecdd4 commit e485bd79512ba837d548588e07c869c83cd974f2
@tamra tamra authored on 16 Nov 2005
Showing 1 changed file
View
2
■■■
honoka/src/honoka_imengine.cpp
updatePreEditor();
return true;
} else
if (k_select_prediction.comp(key) && prediction) {
if (!realtime_prediction) {
if ((!realtime_prediction) && m_predictor->isConnected()) {
m_convList = m_predictor->getPredictionList(m_preeditor->getText());
if (m_convList.count()) {
m_lookup_table.clear();
for(unsigned int i = 0;i < m_convList.count();i ++) {