From 854e1b46d7895bf4860d914abb5f1e954dfbfe6a Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Apr 2005 10:34:37 +0000 Subject: fix --- (limited to 'libkcal/incidence.cpp') diff --git a/libkcal/incidence.cpp b/libkcal/incidence.cpp index 9a36939..a312ba5 100644 --- a/libkcal/incidence.cpp +++ b/libkcal/incidence.cpp @@ -248,6 +248,7 @@ Incidence* Incidence::recreateCloneException( QDate d ) ((Todo*)newInc)->setDtStart( ((Todo*)newInc)->dtDue().addSecs( -len ) ); ((Todo*)this)->setRecurDates(); } + newInc->setExDates( DateList () ); } return newInc; } -- cgit v0.9.0.2