Bug 142250 - autospellchecking is turned off when Konversation is closed
Summary: autospellchecking is turned off when Konversation is closed
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 1.0.1
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 01:51 UTC by Anonymous Coward
Modified: 2009-06-16 11:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anonymous Coward 2007-02-27 01:51:24 UTC
Version:           1.0.1 (using KDE KDE 3.5.6)
Installed from:    Fedora RPMs
OS:                Linux

When autospellchecking is turned on, it's no longer on when Konversation is restarted, It should be the same as how it was when Konversation was closed.
Comment 1 Raphael Kubo da Costa 2007-05-05 19:31:17 UTC
Hasn't this been fixed in SVN?
Comment 2 Eike Hein 2009-05-13 02:22:33 UTC
Are you still experiencing this with Konversation 1.1 or the pre-release KDE 4
port?
Comment 3 Travis McHenry 2009-06-16 11:31:47 UTC
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