From cce78bef766b5eff5ef90386234637a2e4c5ceaa Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 21 Sep 2009 23:35:12 +0000 Subject: [PATCH] use the new view-calendar icon instead of view-pim-calendar when showing the folder type in the folder list. svn path=/branches/kdepim/enterprise4/kdepim/; revision=1026526 --- kmailicalifaceimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmailicalifaceimpl.cpp b/kmailicalifaceimpl.cpp index b41fff977..01d246413 100644 --- a/kmailicalifaceimpl.cpp +++ b/kmailicalifaceimpl.cpp @@ -2203,7 +2203,7 @@ QString KMailICalIfaceImpl::folderPixmap( KFolderTreeItem::Type type ) const if( type == KFolderTreeItem::Contacts ) return QString::fromLatin1( "view-pim-contacts" ); else if( type == KFolderTreeItem::Calendar ) - return QString::fromLatin1( "view-pim-calendar" ); + return QString::fromLatin1( "view-calendar" ); else if( type == KFolderTreeItem::Notes ) return QString::fromLatin1( "view-pim-notes" ); else if( type == KFolderTreeItem::Tasks )