[nautilus/wip/csoriano/improve_list_view: 3/7] nautilus-list-view: show only name date and location for trash
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/improve_list_view: 3/7] nautilus-list-view: show only name date and location for trash
- Date: Thu, 12 Feb 2015 16:40:15 +0000 (UTC)
commit 5da690efcedca64b95825b0edd848393631c6609
Author: Carlos Soriano <csoriano gnome org>
Date: Thu Feb 12 16:34:05 2015 +0100
nautilus-list-view: show only name date and location for trash
design request
src/nautilus-list-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 8e9f698..06dccf8 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -156,7 +156,7 @@ static const char * default_search_columns_order[] = {
};
static const char * default_trash_visible_columns[] = {
- "name", "size", "type", "trashed_on", "trash_orig_path", NULL
+ "name", "trashed_on", "trash_orig_path", NULL
};
static const char * default_trash_columns_order[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]