-rw-r--r-- | korganizer/kotodoview.cpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index 99e6a3a..c5fae17 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp | |||
@@ -88,11 +88,18 @@ KOStopTodoPrefs::KOStopTodoPrefs( Todo* todo, QWidget *parent, const char *name | |||
88 | void KOStopTodoPrefs::accept() | 88 | void KOStopTodoPrefs::accept() |
89 | { | 89 | { |
90 | qDebug("KOStopTodoPrefs::accept() "); | 90 | qDebug("KOStopTodoPrefs::accept() "); |
91 | |||
92 | |||
93 | #if 0 | ||
94 | t->setRunningFalse( comment ); | ||
95 | |||
96 | t->setRunning( false ); | ||
97 | #endif | ||
98 | |||
91 | QDialog::accept(); | 99 | QDialog::accept(); |
92 | } | 100 | } |
93 | void KOStopTodoPrefs::doNotSave() | 101 | void KOStopTodoPrefs::doNotSave() |
94 | { | 102 | { |
95 | |||
96 | int result = KMessageBox::warningContinueCancel(this, | 103 | int result = KMessageBox::warningContinueCancel(this, |
97 | i18n("Do you really want to set\nthe state to stopped\nwithout saving the data?"),mTodo->summary() ); | 104 | i18n("Do you really want to set\nthe state to stopped\nwithout saving the data?"),mTodo->summary() ); |
98 | if (result != KMessageBox::Continue) return; | 105 | if (result != KMessageBox::Continue) return; |