summaryrefslogtreecommitdiff
path: root/core
Unidiff
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoentryimpl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/todo/todoentryimpl.cpp b/core/pim/todo/todoentryimpl.cpp
index 6af229c..89f08e0 100644
--- a/core/pim/todo/todoentryimpl.cpp
+++ b/core/pim/todo/todoentryimpl.cpp
@@ -160,7 +160,8 @@ void NewTaskDialog::slotCopy()
160void NewTaskDialog::accept() 160void NewTaskDialog::accept()
161{ 161{
162 QString strText = txtTodo->text(); 162 QString strText = txtTodo->text();
163 if ( strText.isEmpty() ) { 163 QString strSumm = lneSum->text();
164 if ( strSumm.isEmpty() && strText.isEmpty() ) {
164 // hmm... just decline it then, the user obviously didn't care about it 165 // hmm... just decline it then, the user obviously didn't care about it
165 QDialog::reject(); 166 QDialog::reject();
166 return; 167 return;