From 078f8bb7d4eca69b799d79ac39d098e1752778a8 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 29 Jan 2005 17:41:47 +0000 Subject: fixes --- (limited to 'korganizer/calendarview.cpp') diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index e7b6755..0c39590 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -2716,7 +2716,7 @@ void CalendarView::newSubTodo(Todo *parentEvent) { showTodoEditor(); - mTodoEditor->newTodo(QDateTime::currentDateTime().addDays(7),parentEvent,true); + mTodoEditor->newTodo(QDateTime(),parentEvent,true); } void CalendarView::newFloatingEvent() -- cgit v0.9.0.2