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. --- libcaja-private/caja-column-utilities.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libcaja-private/caja-column-utilities.c') diff --git a/libcaja-private/caja-column-utilities.c b/libcaja-private/caja-column-utilities.c index 49b022c8..9d8562b0 100644 --- a/libcaja-private/caja-column-utilities.c +++ b/libcaja-private/caja-column-utilities.c @@ -52,6 +52,14 @@ get_builtin_columns (void) "description", _("The size of the file."), "xalign", 1.0, NULL)); + columns = g_list_append (columns, + g_object_new (CAJA_TYPE_COLUMN, + "name", "size_on_disk", + "attribute", "size_on_disk", + "label", _("Size on Disk"), + "description", _("The size on disk of the file."), + "xalign", 1.0, + NULL)); columns = g_list_append (columns, g_object_new (CAJA_TYPE_COLUMN, "name", "type", -- cgit v1.2.1