summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-09-05 19:50:04 +0200
committerStefano Karapetsas <[email protected]>2012-09-05 19:50:04 +0200
commit4ce75a73f8a69f906a784a7704be7891e7519d81 (patch)
tree8e4694283757046632b763131b18047a8005740c /src/caja-file-management-properties.c
parent1a64f79e50328465453567515ddd62c3ea394662 (diff)
downloadcaja-4ce75a73f8a69f906a784a7704be7891e7519d81.tar.bz2
caja-4ce75a73f8a69f906a784a7704be7891e7519d81.tar.xz
convert desktop preferences to gsettings
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
};