diff options
| author | Luca Beltrame <[email protected]> | 2014-09-10 10:08:20 +0200 |
|---|---|---|
| committer | Luca Beltrame <[email protected]> | 2014-09-10 10:08:20 +0200 |
| commit | 39cfd051ef25f3a90fdfa411325829ca119a421c (patch) | |
| tree | d1ba1731a2a98c1122755ae5cb47020e3959d8a4 /src/panels/places/placespanel.cpp | |
| parent | 42153e55e64d25dd0a1df30ae13c746320c7774a (diff) | |
| parent | c19c4590cfd5e66a1ae8ec4acc4d5adf226be90a (diff) | |
Merge branch 'master' into frameworks
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 ce6c7b7ab..37965eb90 100644 --- a/src/panels/places/placespanel.cpp +++ b/src/panels/places/placespanel.cpp @@ -339,7 +339,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; } |
