-rw-r--r-- | korganizer/calendarview.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index a8ad467..503ef12 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -7,3 +7,3 @@ Copyright (c) 1997, 1998, 1999 - Preston Brown (preston.brown@yale.edu) + Preston Brown (preton.brown@yale.edu) Fester Zigterman (F.J.F.ZigtermanRustenburg@student.utwente.nl) @@ -1661,4 +1661,5 @@ bool CalendarView::openCalendar(QString filename, bool merge) if (!merge) { - mCalendar->close(); mTodoList->clearList(); + mViewManager->setDocumentId( filename ); + mCalendar->close(); } |