┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-22 21:04:46 +0000
committerPeter Penz <[email protected]>2007-04-22 21:04:46 +0000
commita195131147f7f82d469fbd568d09b45e4868ed59 (patch)
treecacc97930ad53c1c58115a82a5111a7404d0a29b /src/dolphindetailsview.cpp
parent28a08b940ced8dc3b6fa7837c240a955be743be5 (diff)
allow sorting by type
svn path=/trunk/KDE/kdebase/apps/; revision=656971
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index 88537471b..6544940b1 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -116,6 +116,10 @@ bool DolphinDetailsView::event(QEvent* event)
if (!settings->showGroup()) {
hideColumn(KDirModel::Group);
}
+
+ if (!settings->showType()) {
+ hideColumn(KDirModel::Type);
+ }
}
return QTreeView::event(event);