[anjuta] document-manager: sort files in document combo in ascending order.
- From: Carl-Anton Ingmarsson <carlantoni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] document-manager: sort files in document combo in ascending order.
- Date: Mon, 7 Jan 2013 20:55:43 +0000 (UTC)
commit 2609e8595d2fe882ce5cb9578e537927da0a06ff
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Sun Jan 6 21:17:43 2013 +0100
document-manager: sort files in document combo in ascending order.
Makes more sense than sorting them in descending order.
plugins/document-manager/anjuta-docman.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/document-manager/anjuta-docman.c b/plugins/document-manager/anjuta-docman.c
index 84ad0e4..a59f223 100644
--- a/plugins/document-manager/anjuta-docman.c
+++ b/plugins/document-manager/anjuta-docman.c
@@ -1068,7 +1068,7 @@ anjuta_docman_instance_init (AnjutaDocman *docman)
docman->priv->combo_model = gtk_list_store_new (2, G_TYPE_OBJECT, G_TYPE_STRING);
gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (docman->priv->combo_model), 1,
- GTK_SORT_DESCENDING);
+ GTK_SORT_ASCENDING);
gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (docman->priv->combo_model), 1,
combo_sort_func, docman, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]