┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
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/dolphinview.h
parent28a08b940ced8dc3b6fa7837c240a955be743be5 (diff)
allow sorting by type
svn path=/trunk/KDE/kdebase/apps/; revision=656971
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index f6b85f96b..ec7fcf85b 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -108,7 +108,8 @@ public:
SortByPermissions,
SortByOwner,
SortByGroup,
- MaxSortEnum = SortByGroup
+ SortByType,
+ MaxSortEnum = SortByType
};
DolphinView(DolphinMainWindow* mainwindow,