From 5750c96e17ef0a2a3add50e7a20495e36dc7c4d6 Mon Sep 17 00:00:00 2001 From: skyhusker Date: Tue, 14 Jun 2005 16:49:23 +0000 Subject: Fix #1635 --- (limited to 'core') 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&) ) ); -- cgit v0.9.0.2