------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=138096         




------- Additional Comments From robin.james gmail com  2007-06-14 19:38 -------
I reversed the way this works by default by changing the following function:
kopete/chatwindow/chatview.cpp: void ChatView::loadChatSettings()
Change the following two lines:
    bool enableRichText = config->readBoolEntry( "EnableRichText", false );
    ...
    bool enableAutoSpell = config->readBoolEntry( "EnableAutoSpellCheck", true 
);

This isn't a fix for the issue but if you are desperate to the get the spell 
checking working it will at least give you a temporary work around.

Hope this helps someone!
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to