summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-12 23:14:14 +0200
committerStefano Karapetsas <[email protected]>2013-04-12 23:14:14 +0200
commit4dc7209110b89326be44b8399ddbb5b4131d12a5 (patch)
treeef2b9dd1ab4d87c491170cd0dd284e2710125bf8
parent0491e02f9023ec71a12c3b873b7f60e40b01c8fc (diff)
downloadcaja-4dc7209110b89326be44b8399ddbb5b4131d12a5.tar.bz2
caja-4dc7209110b89326be44b8399ddbb5b4131d12a5.tar.xz
Fix default sort order in preferences window
Closes #106 (https://github.com/mate-desktop/mate-file-manager/issues/106)
-rw-r--r--src/caja-file-management-properties.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c
index 1de79523..066befa0 100644
--- a/src/caja-file-management-properties.c
+++ b/src/caja-file-management-properties.c
@@ -94,7 +94,6 @@ static const char * const zoom_values[] =
static const char * const sort_order_values[] =
{
- "manually",
"name",
"directory",
"size",