------- 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 );