Summary: | autospellchecking is turned off when Konversation is closed | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Anonymous Coward <athing> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hein |
Priority: | NOR | ||
Version: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Anonymous Coward
2007-02-27 01:51:24 UTC
Hasn't this been fixed in SVN? Are you still experiencing this with Konversation 1.1 or the pre-release KDE 4 port? SVN commit 982578 by tjmchenry: Fix an ancient bug in spell check not being saved across restarts More accurately, spell check used to be saved only when you switched tabs (hideEvent) Now it's saved when the signal checkSpellingChanged is emitted To avoid this from conflicting with the fact that we clean up the dictionaries we use I had to disconnect on hideEvent and connect on showEvent I also placed a TODO FIXME for when we require 4.2 to avoid this mess entirely BUG:142250 BUG:196713 M +12 -2 ircinput.cpp M +1 -0 ircinput.h WebSVN link: http://websvn.kde.org/?view=rev&revision=982578 |