summaryrefslogtreecommitdiff
path: root/core/pim
authorskyhusker <skyhusker>2005-06-14 16:49:23 (UTC)
committer skyhusker <skyhusker>2005-06-14 16:49:23 (UTC)
commit5750c96e17ef0a2a3add50e7a20495e36dc7c4d6 (patch) (side-by-side diff)
tree3f5e978692c4d41ce514c2ceaa3a1d01bc984db2 /core/pim
parent7d8d317205a74bc2e23291ab4909472db6694091 (diff)
downloadopie-5750c96e17ef0a2a3add50e7a20495e36dc7c4d6.zip
opie-5750c96e17ef0a2a3add50e7a20495e36dc7c4d6.tar.gz
opie-5750c96e17ef0a2a3add50e7a20495e36dc7c4d6.tar.bz2
Fix #1635
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookpluginwidget.cpp2
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 eb6d47a..781cfcf 100644
--- a/core/pim/today/plugins/datebook/datebookpluginwidget.cpp
+++ b/core/pim/today/plugins/datebook/datebookpluginwidget.cpp
@@ -116,7 +116,7 @@ void DatebookPluginWidget::getDates() {
{
count++;
// show only later appointments
- DateBookEvent *l = new DateBookEvent( *it, this, m_show_location, m_show_notes, m_timeExtraLine );
+ DateBookEvent *l = new DateBookEvent( *it, this, m_show_location, m_show_notes, m_timeExtraLine, m_maxCharClip );
m_eventsList.append( l );
l->show();
QObject::connect ( l, SIGNAL( editEvent(const Event&) ), l, SLOT( editEventSlot(const Event&) ) );