]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use a better icon for recently accessed items, part 2
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 11 Sep 2012 17:25:20 +0000 (19:25 +0200)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 11 Sep 2012 17:25:20 +0000 (19:25 +0200)
I had missed one places where the incorrect icon was used in my
previous commit d7e7ca53bb95c7555bbf107d92b47ac25eda1918.

BUG: 304323
FIXED-IN: 4.9.2

src/panels/places/placesitemmodel.cpp

index 49790134534c8e5dd3ef0e4d2ef828d335b3b96e..bd50c9a4baa2d8b122888cc7d285f5431c25d4ea 100644 (file)
@@ -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