Am 15.09.2010 um 22:30 schrieb Pavel Sanda: > ...preparing release...
Is it already done? Yesterday (while being offline) I found a way to crash the spell checker :( I have a patch for that ready. Too late for it? Stephan
Index: src/Paragraph.cpp =================================================================== --- src/Paragraph.cpp (Revision 35406) +++ src/Paragraph.cpp (Arbeitskopie) @@ -462,7 +462,7 @@ : owner_(owner), inset_owner_(p.inset_owner_), fontlist_(p.fontlist_), params_(p.params_), changes_(p.changes_), insetlist_(p.insetlist_), begin_of_body_(p.begin_of_body_), text_(p.text_), words_(p.words_), - layout_(p.layout_), speller_state_(p.speller_state_) + layout_(p.layout_) { id_ = ++paragraph_id; requestSpellCheck(p.text_.size()); @@ -475,7 +475,7 @@ params_(p.params_), changes_(p.changes_), insetlist_(p.insetlist_, beg, end), begin_of_body_(p.begin_of_body_), words_(p.words_), - layout_(p.layout_), speller_state_(p.speller_state_) + layout_(p.layout_) { id_ = ++paragraph_id; if (beg >= pos_type(p.text_.size()))