From 0bbef196163a267722978e34db2ba3daaee76f88 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 07 Jun 2005 05:09:23 +0000 Subject: clear view fixes --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 63053a5..d959a7a 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1670,6 +1670,7 @@ void MainWindow::enableIncidenceActions( bool enabled ) void MainWindow::importOL() { #ifdef _OL_IMPORT_ + mView->clearAllViews(); KOImportOLdialog *id = new KOImportOLdialog("Import from OL - select folder!" , mView->calendar(),this ); id->exec(); delete id; -- cgit v0.9.0.2