[nautilus/wip/csoriano/improve_list_view: 4/10] 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: 4/10] nautilus-list-view: show only name date and location for trash
- Date: Sun, 15 Feb 2015 20:40:50 +0000 (UTC)
commit 9bbc704be8c431cc40bfbd9ea626f587792f38d4
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]