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, part 2
I had missed one places where the incorrect icon was used in my
previous commit d7e7ca53bb
.
BUG: 304323
FIXED-IN: 4.9.2
This commit is contained in:
parent
8b11c747a0
commit
f9ba9a7236
1 changed files with 1 additions and 2 deletions
|
@ -885,8 +885,7 @@ void PlacesItemModel::createSystemBookmarks()
|
|||
Q_ASSERT(m_systemBookmarks.isEmpty());
|
||||
Q_ASSERT(m_systemBookmarksIndexes.isEmpty());
|
||||
|
||||
const QString timeLineIcon = "package_utility_time"; // TODO: Ask the Oxygen team to create
|
||||
// a custom icon for the timeline-protocol
|
||||
const QString timeLineIcon = "chronometer";
|
||||
|
||||
// Note: The context of the I18N_NOOP2 must be "KFile System Bookmarks". The real
|
||||
// i18nc call is done after reading the bookmark. The reason why the i18nc call is not
|
||||
|
|
Loading…
Reference in a new issue