[nautilus] list-view: Fix default sort order.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] list-view: Fix default sort order.
- Date: Wed, 7 Sep 2011 20:31:54 +0000 (UTC)
commit 402b281790c1bca3fc10010008cb1ac6fb997b59
Author: Pavlos Touboulidis <pavlos256 gmail com>
Date: Mon Apr 11 21:53:22 2011 +0300
list-view: Fix default sort order.
Removed the extra "uri" element from the sort order mapping array
because the settings enum values were being mapped to the wrong
strings.
https://bugzilla.gnome.org/show_bug.cgi?id=647491
src/nautilus-list-view.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 4f8f3cd..1cc69e2 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -171,7 +171,6 @@ get_default_sort_order (NautilusFile *file, gboolean *reversed)
const char *attributes[] = {
"name", /* is really "manually" which doesn't apply to lists */
"name",
- "uri",
"size",
"type",
"date_modified",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]