summaryrefslogtreecommitdiff
path: root/core/pim/osearch/eventitem.cpp
Unidiff
Diffstat (limited to 'core/pim/osearch/eventitem.cpp') (more/less context) (show 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()
64 icon = Resource::loadPixmap( "reset" ); 64 icon = Resource::loadPixmap( "reset" );
65 break; 65 break;
66 case Qtopia::DatebookDescription: 66 case Qtopia::DatebookDescription:
67 icon = Resource::loadPixmap( "osearch/summary" );
68 break;
67 case Qtopia::Notes: 69 case Qtopia::Notes:
68 icon = Resource::loadPixmap( "osearch/personal" ); 70 icon = Resource::loadPixmap( "txt" );
69 break; 71 break;
70 case Qtopia::Location: 72 case Qtopia::Location:
71 icon = Resource::loadPixmap( "home" ); 73 icon = Resource::loadPixmap( "home" );