From kde-bugs-dist Thu Sep 02 09:58:09 2004 From: Don Sanders Date: Thu, 02 Sep 2004 09:58:09 +0000 To: kde-bugs-dist Subject: [Bug 88255] concept html message mangled when changed to no html Message-Id: <20040902095809.25549.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=109411910515393 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=88255 don sanders org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From don sanders org 2004-09-02 11:58 ------- CVS commit by sanders: Insert what seems to simply be a missing toggleMarkup(true); statement in slotListAction. CCMAIL:88255-done bugs kde org If this doesn't fix the bug (88255) then please reopen it. M +1 -0 kmcomposewin.cpp 1.858 --- kdepim/kmail/kmcomposewin.cpp #1.857:1.858 @ -3608,4 +3608,5 @ void KMComposeWin::slotSetAlwaysSend( bo void KMComposeWin::slotListAction( const QString& style ) { + toggleMarkup(true); if ( style == i18n( "Standard" ) ) mEditor->setParagType( QStyleSheetItem::DisplayBlock, QStyleSheetItem::ListDisc );