Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 629806
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- /sonnet/plugins/enchant/enchantdict.cpp
0
++ /sonnet/plugins/enchant/enchantdict.cpp
Lines 82-89 Link Here
82
82
83
bool QSpellEnchantDict::addToPersonal(const QString &word)
83
bool QSpellEnchantDict::addToPersonal(const QString &word)
84
{
84
{
85
    enchant_dict_add_to_pwl(m_dict, word.toUtf8(),
85
    enchant_dict_add(m_dict, word.toUtf8(), word.toUtf8().length());
86
                            word.toUtf8().length());
87
    return true;
86
    return true;
88
}
87
}
89
88

Return to bug 629806