From 4ce75a73f8a69f906a784a7704be7891e7519d81 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 5 Sep 2012 19:50:04 +0200 Subject: convert desktop preferences to gsettings --- src/caja-file-management-properties.c | 6 +++++- src/caja-file-management-properties.ui | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'src') 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 }; diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index f124a547..c810d57e 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -25,6 +25,9 @@ By Name + + By Path + By Size @@ -34,9 +37,15 @@ By Modification Date + + By Access Date + By Emblems + + By Trashed Date + -- cgit v1.2.1