mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
Merge branch 'recent' into 'master'
nautilus-file-view: Recent lacks notion of time Closes #88 See merge request GNOME/nautilus!129
This commit is contained in:
commit
61c317f44f
1 changed files with 2 additions and 2 deletions
|
@ -110,12 +110,12 @@ static const char *default_search_columns_order[] =
|
|||
|
||||
static const char *default_recent_visible_columns[] =
|
||||
{
|
||||
"name", "size", "where", NULL
|
||||
"name", "where", "recency", NULL
|
||||
};
|
||||
|
||||
static const char *default_recent_columns_order[] =
|
||||
{
|
||||
"name", "size", "where", NULL
|
||||
"name", "where", "recency", NULL
|
||||
};
|
||||
|
||||
static const char *default_trash_visible_columns[] =
|
||||
|
|
Loading…
Reference in a new issue