Author: vfr
Date: Mon May 31 14:10:06 2010
New Revision: 34554
URL: http://www.lyx.org/trac/changeset/34554
Log:
branch: Fix bug #6254: Spell checker word count is reported twice.
Modified:
lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiSpellchecker.cpp
lyx-devel/branches/BRANCH_1_6_X/status.16x
Modified: lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiSpellchecker.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiSpellchecker.cpp
Mon May 31 14:07:10 2010 (r34553)
+++ lyx-devel/branches/BRANCH_1_6_X/src/frontends/qt4/GuiSpellchecker.cpp
Mon May 31 14:10:06 2010 (r34554)
@@ -268,6 +268,7 @@
oldval_ = 0;
newvalue_ = 0;
count_ = 0;
+ exitEarly_ = false;
bool const success = speller_->error().empty();
Modified: lyx-devel/branches/BRANCH_1_6_X/status.16x
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/status.16x Mon May 31 14:07:10 2010
(r34553)
+++ lyx-devel/branches/BRANCH_1_6_X/status.16x Mon May 31 14:10:06 2010
(r34554)
@@ -90,6 +90,8 @@
- 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).