From 73d873fd5b9870b1ce44b2fcdc19b17e2838b95b Mon Sep 17 00:00:00 2001 From: Till Adam Date: Sat, 25 Oct 2003 22:51:27 +0000 Subject: [PATCH] Update the checked state of the prefer html action correctly if the "do you really want to do this?" dialog is cancelled. svn path=/trunk/kdepim/; revision=261992 --- kmmainwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kmmainwidget.cpp b/kmmainwidget.cpp index 8568a2153..87f0a27ae 100644 --- a/kmmainwidget.cpp +++ b/kmmainwidget.cpp @@ -1059,6 +1059,7 @@ void KMMainWidget::slotOverrideHtml() i18n( "Continue" ), "OverrideHtmlWarning", false); if( result == KMessageBox::Cancel ) { + mPreferHtmlAction->setChecked( false ); return; } }