[empathy] Sort themes by name
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Sort themes by name
- Date: Thu, 2 Jul 2009 19:42:34 +0000 (UTC)
commit baec7d9dc896aa9297c18310c27060f4125e812b
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin collabora co uk>
Date: Fri Jun 26 19:02:07 2009 -0400
Sort themes by name
src/empathy-preferences.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index ddae0ae..c6545ea 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -1068,6 +1068,8 @@ preferences_themes_setup (EmpathyPreferences *preferences)
G_TYPE_STRING, /* Display name */
G_TYPE_STRING, /* Theme name */
G_TYPE_STRING); /* Theme path */
+ gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (store),
+ COL_COMBO_VISIBLE_NAME, GTK_SORT_ASCENDING);
/* Fill the model */
themes = empathy_theme_manager_get_themes ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]