diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-12 23:14:14 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-12 23:14:14 +0200 |
commit | 4dc7209110b89326be44b8399ddbb5b4131d12a5 (patch) | |
tree | ef2b9dd1ab4d87c491170cd0dd284e2710125bf8 /src | |
parent | 0491e02f9023ec71a12c3b873b7f60e40b01c8fc (diff) | |
download | caja-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)
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-file-management-properties.c | 1 |
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", |