summaryrefslogtreecommitdiff
path: root/core/pim/osearch/eventitem.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/osearch/eventitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/eventitem.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/osearch/eventitem.cpp b/core/pim/osearch/eventitem.cpp
index 5b7a840..24ce8e8 100644
--- a/core/pim/osearch/eventitem.cpp
+++ b/core/pim/osearch/eventitem.cpp
@@ -64,8 +64,10 @@ void EventItem::setIcon()
icon = Resource::loadPixmap( "reset" );
break;
case Qtopia::DatebookDescription:
+ icon = Resource::loadPixmap( "osearch/summary" );
+ break;
case Qtopia::Notes:
- icon = Resource::loadPixmap( "osearch/personal" );
+ icon = Resource::loadPixmap( "txt" );
break;
case Qtopia::Location:
icon = Resource::loadPixmap( "home" );