[nautilus/wip/csoriano/improve_list_view: 2/7] nautilus-list-view: show only name and location for search
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/csoriano/improve_list_view: 2/7] nautilus-list-view: show only name and location for search
- Date: Thu, 12 Feb 2015 16:40:10 +0000 (UTC)
commit 240831c0e13fa74443f4e459d76560a311d3063f
Author: Carlos Soriano <csoriano gnome org>
Date: Thu Feb 12 16:32:58 2015 +0100
nautilus-list-view: show only name and location for search
design request
src/nautilus-list-view.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index fdcce74..8e9f698 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -148,11 +148,11 @@ static char **get_default_column_order (NautilusListVi
G_DEFINE_TYPE (NautilusListView, nautilus_list_view, NAUTILUS_TYPE_VIEW);
static const char * default_search_visible_columns[] = {
- "name", "size", "type", "where", NULL
+ "name", "where", NULL
};
static const char * default_search_columns_order[] = {
- "name", "size", "type", "where", NULL
+ "name", "where", NULL
};
static const char * default_trash_visible_columns[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]