[nautilus: 1/2] list-view: show recency column in Recent places
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus: 1/2] list-view: show recency column in Recent places
- Date: Wed, 14 Mar 2018 15:29:55 +0000 (UTC)
commit e1b3258fc172ad35655924f99cc569dc4ced37b5
Author: Rahul Verma <rv404674 gmail com>
Date: Wed Mar 7 00:02:05 2018 +0530
list-view: show recency column in Recent places
For Recent on List view, there is no way to find files by "how recently" they were used just by looking
at the list.
The fix for this is to replace "Size" column with "Recency" column.
Closes #88
src/nautilus-list-view.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index d2ba388e8..8dc0a0988 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -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[] =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]