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:
Carlos Soriano 2018-03-14 15:28:44 +00:00
commit 61c317f44f

View file

@ -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[] =