┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.cpp
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2011-08-31 12:17:08 +0200
committerFrank Reininghaus <[email protected]>2011-08-31 12:17:08 +0200
commit15ebfc7329234857379d68d030e5b33d6fdbc3d2 (patch)
tree5491b866725fb216b940bbe7193aa168e422fda6 /src/views/dolphinview.cpp
parent4582bca90b36e14a5a4e293494c864cee5bf4080 (diff)
Items are expandable in the Details View.
Diffstat (limited to 'src/views/dolphinview.cpp')
-rw-r--r--src/views/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp
index 678111eca..448bd9daa 100644
--- a/src/views/dolphinview.cpp
+++ b/src/views/dolphinview.cpp
@@ -863,7 +863,7 @@ bool DolphinView::isTabsForFilesEnabled() const
bool DolphinView::itemsExpandable() const
{
- return false; //m_viewAccessor.itemsExpandable();
+ return m_mode == DetailsView;
}
void DolphinView::restoreState(QDataStream& stream)