From 79f58240bc34d20601abe3325e1dc7e76e1ebe39 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 07 Jun 2005 05:27:32 +0000 Subject: alarm import ol fix --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index d959a7a..53b65b2 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1674,6 +1674,7 @@ void MainWindow::importOL() KOImportOLdialog *id = new KOImportOLdialog("Import from OL - select folder!" , mView->calendar(),this ); id->exec(); delete id; + mView->calendar()->checkAlarmForIncidence( 0, true ); mView->updateView(); #endif } @@ -1712,6 +1713,7 @@ void MainWindow::importQtopia() #endif mView->importQtopia( categories, datebook, todolist ); } + mView->calendar()->reInitAlarmSettings(); #if 0 int result = QMessageBox::warning( this, i18n("KO/Pi: Warning!"), i18n("Not supported \non desktop!\n"), -- cgit v0.9.0.2