Summary: | concept html message mangled when changed to no html | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Wilbert Berendsen <wbsoft> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.7 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Wilbert Berendsen
2004-08-27 19:54:39 UTC
Hmm, looks like this issue is back again. However I can't reproduce with my sources of 13th july. Maybe someone has an idea. 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 ); |