]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Icon naming spec compliance (code changes - KDE/):
authorJakob Petsovits <jpetso@gmx.at>
Fri, 28 Dec 2007 16:21:31 +0000 (16:21 +0000)
committerJakob Petsovits <jpetso@gmx.at>
Fri, 28 Dec 2007 16:21:31 +0000 (16:21 +0000)
* actions/user -> places/user-identity
* places/contact -> mimetypes/x-office-contact
* fix KMail and KNode configuration dialog page icons
* and bits of other fix-up stuff.

svn path=/trunk/KDE/kdebase/apps/; revision=753841

src/dolphincategorydrawer.cpp

index 9996672d718d4367a74776aac8dede0cb6f6fc1a..7f82a215f5589aa825a10cbeff1876bfe35b2a06 100644 (file)
@@ -177,7 +177,7 @@ void DolphinCategoryDrawer::drawCategory(const QModelIndex &index, int sortRole,
             }
             else
             {
-                icon = KIconLoader::global()->loadIcon("user", KIconLoader::NoGroup, option.fontMetrics.height());
+                icon = KIconLoader::global()->loadIcon("user-identity", KIconLoader::NoGroup, option.fontMetrics.height());
             }
 
             opt.rect.setTop(opt.rect.top() - icon.height());