┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-10-26 18:08:20 +0000
committerPeter Penz <[email protected]>2007-10-26 18:08:20 +0000
commit77be1f1df9d8f633905ca7c4d6792f2c32880cd5 (patch)
tree21de43fefb373477718a0c0db010f111515c9a88 /src
parentf11c699fa203dd2cde0e85c63a6d186e3fa6a3de (diff)
updated documentation
svn path=/trunk/KDE/kdebase/apps/; revision=729716
Diffstat (limited to 'src')
-rw-r--r--src/dolphindetailsview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 4eef882b3..ee123b65c 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -482,6 +482,9 @@ void DolphinDetailsView::updateColumnVisibility()
{
KFileItemDelegate::InformationList list = m_controller->dolphinView()->additionalInfo();
if (list.isEmpty() || list.contains(KFileItemDelegate::NoInformation)) {
+ // Using the details view without any additional information (-> additional column)
+ // makes no sense and leads to a usability problem as no viewport area is available
+ // anymore. Hence as fallback provide at least a size and date column.
list.clear();
list.append(KFileItemDelegate::Size);
list.append(KFileItemDelegate::ModificationTime);