Summary: | disabling spell check status entry does not go away. | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Thomas Zander <zander> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | minor | ||
Priority: | NOR | ||
Version First Reported In: | 1.5.94 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch clearing status bar after automatic spell check disable |
Description
Thomas Zander
2003-12-11 21:07:10 UTC
Created attachment 6598 [details]
Patch clearing status bar after automatic spell check disable
Here's a patch solving this bug.
I think it's less more than a workaround but it fixes the bug.
I think the problem is that then spell check is switched off automatically
after to many misspelled words KDictSpellingHighlighter sends no signal to
KMComposewin to update the status bar.
So it must be cleared by hand.
A problem could be that other messages not concerning spell check are cleared
too. But when testing the changes i couldn't produce this.
What's your opinion about the patch?
In KDE4, the spell checker no longer is disabled when there are too many errors, so this bug is not valid anymore. |