From 763d7d7da84682fb87a631a997e93c08f5abde61 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 08 May 2003 12:16:38 +0000 Subject: this needs the new libopie patch... --- (limited to 'core/pim/osearch/eventitem.cpp') diff --git a/core/pim/osearch/eventitem.cpp b/core/pim/osearch/eventitem.cpp index 516a274..bf5b2b9 100644 --- a/core/pim/osearch/eventitem.cpp +++ b/core/pim/osearch/eventitem.cpp @@ -19,7 +19,7 @@ EventItem::EventItem(OListViewItem* parent, OEvent *event) : ResultItem(parent) { _event = event; - setText(0, _event->description() ); + setText(0, _event->toShortText() ); } @@ -37,4 +37,4 @@ void EventItem::editItem() { QCopEnvelope e("QPE/Application/datebook", "editEvent(int)"); e << _event->uid(); -} \ No newline at end of file +} -- cgit v0.9.0.2