]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use a better icon for recently accessed items in the Places Panel
authorFrank Reininghaus <frank78ac@googlemail.com>
Thu, 9 Aug 2012 21:38:48 +0000 (23:38 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Thu, 9 Aug 2012 21:55:21 +0000 (23:55 +0200)
The problem with the icon "package_utility_time" that has been used
before was that it is not available on all distros. The new icon
"chronometer" should be available on every KDE install.

Thanks to Elias Probst for suggesting the new icon - I'm not that
familiar with the icons provided by KDE myself.

CCBUG: 304323
(cherry picked from commit d7e7ca53bb95c7555bbf107d92b47ac25eda1918)

src/panels/places/placesitem.cpp

index dac1bdb3b6887365bca9279f0ff2c3a234321329..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("package_utility_time"); break;
+        case RecentlyAccessedType: setIcon("chronometer"); break;
         case SearchForType:        setIcon("nepomuk"); break;
         case PlacesType:
         default:                   setIcon("folder");