mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
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
This commit is contained in:
parent
d1808d56ec
commit
d7e7ca53bb
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue