-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/103729/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

right now in cases when the dictionary for default language cannot be found 
Speller::spellCheckerFound() always returns false, even after a langcode for 
the existing dictionary is passed via setCurrentLanguage().

This patch sets spellCheckerFound to true if the dict is found for the language 
being set, and false in another case.
Actually, the patch makes spellCheckerFound just a cached value of 
d->dict->isValid().

in the bug 256896 you can find users reporting this problem in addition to 
another one (regarding using 'language_COUNTRY' dictionaries when only 
'language' is specified)


This addresses bug 256896.
    http://bugs.kde.org/show_bug.cgi?id=256896


Diffs
-----

  kdeui/sonnet/highlighter.cpp 3f478f0 

Diff: http://git.reviewboard.kde.org/r/103729/diff/diff


Testing
-------


Thanks,

Nick Shaforostoff

Reply via email to