-rw-r--r-- | core/pim/today/today.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index 0f6e598..7a2d0c9 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -200,3 +200,3 @@ void Today::getDates() } - else if ((time.toString() <= TimeString::dateString((*it).event().end())) && ONLY_LATER ) + else if ((time.toString() <= TimeString::dateString((*it).event().end())) ) { @@ -221,3 +221,3 @@ void Today::getDates() } - + } if (msg.isEmpty()) @@ -226,3 +226,2 @@ void Today::getDates() } - } DatesField->setText(msg); |