mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Remove access time column
We can't ensure this value is accurate.
This commit is contained in:
parent
99f6a38641
commit
0a8a2781f2
2 changed files with 1 additions and 11 deletions
|
@ -36,7 +36,6 @@ static const char *default_column_order[] = {
|
|||
"size",
|
||||
"type",
|
||||
"date_modified",
|
||||
"date_accessed",
|
||||
"owner",
|
||||
"group",
|
||||
"permissions",
|
||||
|
@ -83,15 +82,6 @@ get_builtin_columns (void)
|
|||
"default-sort-order", GTK_SORT_DESCENDING,
|
||||
NULL));
|
||||
|
||||
columns = g_list_append (columns,
|
||||
g_object_new (NAUTILUS_TYPE_COLUMN,
|
||||
"name", "date_accessed",
|
||||
"attribute", "date_accessed",
|
||||
"label", _("Accessed"),
|
||||
"description", _("The date the file was accessed."),
|
||||
"default-sort-order", GTK_SORT_DESCENDING,
|
||||
NULL));
|
||||
|
||||
columns = g_list_append (columns,
|
||||
g_object_new (NAUTILUS_TYPE_COLUMN,
|
||||
"name", "owner",
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
<_description>A list of captions below an icon in the icon view and
|
||||
the desktop. The actual number of captions shown depends on
|
||||
the zoom level. Some possible values are:
|
||||
"size", "type", "date_modified", "date_changed", "date_accessed", "owner",
|
||||
"size", "type", "date_modified", "date_changed", "owner",
|
||||
"group", "permissions", "octal_permissions" and "mime_type".</_description>
|
||||
</key>
|
||||
<key name="default-zoom-level" enum="org.gnome.nautilus.ZoomLevel">
|
||||
|
|
Loading…
Reference in a new issue