From b28445b3d2c42a7d2dbac97983d007e4ab58684d Mon Sep 17 00:00:00 2001 From: Felipe Barriga Richards Date: Sat, 1 Apr 2017 23:12:25 -0300 Subject: added feature: present the size on disk of files as we present the size of the file. --- src/caja-file-management-properties.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/caja-file-management-properties.c') diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c index 5dc2251d..e7051284 100644 --- a/src/caja-file-management-properties.c +++ b/src/caja-file-management-properties.c @@ -99,6 +99,7 @@ static const char * const sort_order_values[] = "name", "directory", "size", + "size_on_disk", "type", "mtime", "atime", -- cgit v1.2.1