summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2005-07-26 13:41:20 (UTC)
committer zautrix <zautrix>2005-07-26 13:41:20 (UTC)
commit08f8edb64a919e51ad6e1a62031569a629cffa0f (patch) (unidiff)
treea41d7cc8b5c5208056e1cee9b2a221349484f52c
parentb37d71f782540851846613a70a60daf86816f7ec (diff)
downloadkdepimpi-08f8edb64a919e51ad6e1a62031569a629cffa0f.zip
kdepimpi-08f8edb64a919e51ad6e1a62031569a629cffa0f.tar.gz
kdepimpi-08f8edb64a919e51ad6e1a62031569a629cffa0f.tar.bz2
fixx
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt1
-rw-r--r--korganizer/koeventviewer.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 2032420..06d630a 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -6,2 +6,3 @@ KO/Pi:
6Added option to display times in What's Next View on two lines. 6Added option to display times in What's Next View on two lines.
7(Useful for display on the Zaurus with 240x320 screen)
7Removed "Allday" for allday events of one day duration in What's Next View. 8Removed "Allday" for allday events of one day duration in What's Next View.
diff --git a/korganizer/koeventviewer.cpp b/korganizer/koeventviewer.cpp
index 2d0bfff..a690ab1 100644
--- a/korganizer/koeventviewer.cpp
+++ b/korganizer/koeventviewer.cpp
@@ -117,3 +117,3 @@ void KOEventViewer::setSource(const QString& n)
117#endif 117#endif
118 qDebug("-%s- ", n.mid(midstr).latin1()); 118 //qDebug("-%s- ", n.mid(midstr).latin1());
119 emit showIncidence( n.mid(midstr) ); 119 emit showIncidence( n.mid(midstr) );