From f516a558e6d18982a54152b28ca3da78fe76e3fc Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 22 Aug 2005 10:49:00 +0000 Subject: recurrence default fix --- (limited to 'korganizer') diff --git a/korganizer/koeditorrecurrence.cpp b/korganizer/koeditorrecurrence.cpp index 0e74a99..e0380c4 100644 --- a/korganizer/koeditorrecurrence.cpp +++ b/korganizer/koeditorrecurrence.cpp @@ -425,6 +425,8 @@ ExceptionsWidget::ExceptionsWidget( QWidget *parent, const char *name ) : void ExceptionsWidget::setDefaults( const QDateTime &from ) { + mExceptionList->clear(); + mExceptionDates.clear(); mExceptionDateEdit->setDate( from.date() ); } -- cgit v0.9.0.2