author | harlekin <harlekin> | 2003-03-23 15:25:36 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-23 15:25:36 (UTC) |
commit | 9c539b9626f0a3ffca47e9b1247cb727539b46c6 (patch) (unidiff) | |
tree | a094b7ea93a645a2af08e44627737b0433f59fce | |
parent | 34d831699c7a7be4bd81cd7d7336b66b53ef78d9 (diff) | |
download | opie-9c539b9626f0a3ffca47e9b1247cb727539b46c6.zip opie-9c539b9626f0a3ffca47e9b1247cb727539b46c6.tar.gz opie-9c539b9626f0a3ffca47e9b1247cb727539b46c6.tar.bz2 |
count right number of max showing events
-rw-r--r-- | core/pim/today/plugins/datebook/datebookpluginwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/plugins/datebook/datebookpluginwidget.cpp b/core/pim/today/plugins/datebook/datebookpluginwidget.cpp index 781e3a4..1970654 100644 --- a/core/pim/today/plugins/datebook/datebookpluginwidget.cpp +++ b/core/pim/today/plugins/datebook/datebookpluginwidget.cpp | |||
@@ -93,3 +93,3 @@ void DatebookPluginWidget::getDates() { | |||
93 | 93 | ||
94 | if ( count <= m_max_lines_meet ) { | 94 | if ( count < m_max_lines_meet ) { |
95 | if ( !m_onlyLater ) { | 95 | if ( !m_onlyLater ) { |