diff options
| author | Frank Reininghaus <[email protected]> | 2012-08-09 23:38:48 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2012-08-09 23:38:48 +0200 |
| commit | 540fc3cde43dfca9e35c1c060f1402b0ce12f2a7 (patch) | |
| tree | 4c1fdd1d467027f38e0cf3fe8184f65fa29884c4 /src | |
| parent | 0751d0b0187f113d319c6680ba0110626507d8bc (diff) | |
Use a better icon for recently accessed items in the Places Panel
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
"actions/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.
BUG: 304323
FIXED-IN: 4.9.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/places/placesitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp index dac1bdb3b..318da5391 100644 --- a/src/panels/places/placesitem.cpp +++ b/src/panels/places/placesitem.cpp @@ -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("actions/chronometer"); break; case SearchForType: setIcon("nepomuk"); break; case PlacesType: default: setIcon("folder"); |
