┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-05-14 06:08:08 +0000
committerPeter Penz <[email protected]>2010-05-14 06:08:08 +0000
commit258bbc01223ce35e6c81733be49eb50b45107b39 (patch)
tree52d61a36d4d6db12685b549a03ee97a1c1b329b4 /src/dolphinview.h
parent4f0f6e6156adcb10964ea50379d78f0947f10f7e (diff)
Fix temporary regression of sorting introduced by SVN commit 1126410
svn path=/trunk/KDE/kdebase/apps/; revision=1126487
Diffstat (limited to 'src/dolphinview.h')
-rw-r--r--src/dolphinview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 07c6e32c4..352841f4a 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -113,7 +113,9 @@ public:
SortByOwner,
SortByGroup,
SortByType,
- MaxSortEnum = SortByType
+ SortByDestination,
+ SortByPath,
+ MaxSortingEnum = SortByPath
};
/**