summaryrefslogtreecommitdiffabout
path: root/korganizer/mainwindow.cpp
authorzautrix <zautrix>2005-06-07 05:27:32 (UTC)
committer zautrix <zautrix>2005-06-07 05:27:32 (UTC)
commit79f58240bc34d20601abe3325e1dc7e76e1ebe39 (patch) (side-by-side diff)
treeb212a9fea1fd11148f19dd22889984437d8c953b /korganizer/mainwindow.cpp
parent0bbef196163a267722978e34db2ba3daaee76f88 (diff)
downloadkdepimpi-79f58240bc34d20601abe3325e1dc7e76e1ebe39.zip
kdepimpi-79f58240bc34d20601abe3325e1dc7e76e1ebe39.tar.gz
kdepimpi-79f58240bc34d20601abe3325e1dc7e76e1ebe39.tar.bz2
alarm import ol fix
Diffstat (limited to 'korganizer/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/mainwindow.cpp2
1 files changed, 2 insertions, 0 deletions
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"),