branch: Fix bug #6254: Spell checker word count is reported twice.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-05-31 12:10:06 +00:00
parent 7a662882d7
commit 5181271d71
2 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,7 @@ bool GuiSpellchecker::initialiseParams(string const &)
oldval_ = 0;
newvalue_ = 0;
count_ = 0;
exitEarly_ = false;
bool const success = speller_->error().empty();

View File

@ -90,6 +90,8 @@ What's new
- Make sure that the '|'-character in headings does not confuse the
TOC list in navigate menu (bug 2009).
- Do not report the word count by the spellchecker twice (bug 6254).
- Fix the display of the "Address" environment in LyX when using the
elsart.layout (bug 3930). (Note: elsart.layout is obsolete, please
use elsarticle.layout instead).