summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-file-management-properties.c')
-rw-r--r--src/caja-file-management-properties.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c
index 1e2b91db..f035c8ef 100644
--- a/src/caja-file-management-properties.c
+++ b/src/caja-file-management-properties.c
@@ -96,11 +96,15 @@ static const char * const zoom_values[] =
static const char * const sort_order_values[] =
{
+ "manually",
"name",
+ "directory",
"size",
"type",
- "modification_date",
+ "mtime",
+ "atime",
"emblems",
+ "trash-time",
NULL
};