]> git.0d.be Git - empathy.git/commitdiff
Sort themes by name
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Fri, 26 Jun 2009 23:02:07 +0000 (19:02 -0400)
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Thu, 2 Jul 2009 18:40:28 +0000 (14:40 -0400)
src/empathy-preferences.c

index ddae0ae9f87b78aa6af40de0d2b9c3b2f619c6fe..c6545ead0ffe0a6f5c063c6e5c5d7234b70e033c 100644 (file)
@@ -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 ();