summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp
index d78b5b5..066a5a8 100644
--- a/core/pim/today/today.cpp
+++ b/core/pim/today/today.cpp
@@ -259,5 +259,4 @@ void Today::startConfig() {
}
- conf.exec();
if ( conf.exec() == QDialog::Accepted ) {
conf.writeConfig();
@@ -267,6 +266,6 @@ void Today::startConfig() {
confWidget->writeConfig();
}
- init();
+ init();
TodayPlugin plugin;