]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Follow-up to d7e7ca53bb95c7555bbf107d92b47ac25eda1918 - use correct icon
authorFrank Reininghaus <frank78ac@googlemail.com>
Thu, 9 Aug 2012 21:52:51 +0000 (23:52 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Thu, 9 Aug 2012 21:52:51 +0000 (23:52 +0200)
I overlooked that "actions/" is not part of the icon name. Just
rebuilding and re-running Dolphin did not reveal this issue, it seems
that the old icon "package_utility_time" was still cached somewhere.

I hope that it really works on all distros now.

CCBUG: 304323

src/panels/places/placesitem.cpp

index 318da539142e84fe0989b023895db03c009a68f5..f72f63975887d3603c2c9b0434badcfb7c518f8c 100644 (file)
@@ -138,7 +138,7 @@ void PlacesItem::setBookmark(const KBookmark& bookmark)
     const GroupType type = groupType();
     if (icon().isEmpty()) {
         switch (type) {
-        case RecentlyAccessedType: setIcon("actions/chronometer"); break;
+        case RecentlyAccessedType: setIcon("chronometer"); break;
         case SearchForType:        setIcon("nepomuk"); break;
         case PlacesType:
         default:                   setIcon("folder");