diff options
| author | kdeuser 56 <[email protected]> | 2014-09-02 21:37:41 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-09-02 21:37:41 +0200 |
| commit | c98e014d2a498cd08e650331a00ae5e096715196 (patch) | |
| tree | 264ba1f3b44073e9a1564ce5e14165a461239862 /src/panels/places/placespanel.cpp | |
| parent | 773028f270e4820776e1bedccb91a56cd5ec6078 (diff) | |
Rename "Recently Accessed" to "Recently Saved"
In dolphin the Section that leads you to timeline claims
to show "Recently Accessed", which is not true, it shows
"Recently Saved" instead.
BUG: 304854
REVIEW: 119986
Diffstat (limited to 'src/panels/places/placespanel.cpp')
| -rw-r--r-- | src/panels/places/placespanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placespanel.cpp b/src/panels/places/placespanel.cpp index f19fa1e25..720e07ce3 100644 --- a/src/panels/places/placespanel.cpp +++ b/src/panels/places/placespanel.cpp @@ -335,7 +335,7 @@ void PlacesPanel::slotItemDropEvent(int index, QGraphicsSceneDragDropEvent* even const PlacesItem* destItem = m_model->placesItem(index); const PlacesItem::GroupType group = destItem->groupType(); - if (group == PlacesItem::SearchForType || group == PlacesItem::RecentlyAccessedType) { + if (group == PlacesItem::SearchForType || group == PlacesItem::RecentlySavedType) { return; } |
