┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2012-08-09 23:52:51 +0200
committerFrank Reininghaus <[email protected]>2012-08-09 23:52:51 +0200
commitbed969941463bfa89f38ada695090964e78642a9 (patch)
treeb0ce96d9a92ed9b122424b4a5e98ce6ce9f292b8 /src
parent540fc3cde43dfca9e35c1c060f1402b0ce12f2a7 (diff)
Follow-up to d7e7ca53bb95c7555bbf107d92b47ac25eda1918 - use correct icon
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
Diffstat (limited to 'src')
-rw-r--r--src/panels/places/placesitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placesitem.cpp b/src/panels/places/placesitem.cpp
index 318da5391..f72f63975 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("actions/chronometer"); break;
+ case RecentlyAccessedType: setIcon("chronometer"); break;
case SearchForType: setIcon("nepomuk"); break;
case PlacesType:
default: setIcon("folder");