comparison plugins/spellchk.c @ 10532:8f2b74c5aa24

[gaim-migrate @ 11860] The text replacement now sorts entries alphabetically thanks Richard Laager. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 20 Jan 2005 14:40:56 +0000
parents d672afd04dcd
children 0f7452b1f777
comparison
equal deleted inserted replaced
10531:940f0d8ce380 10532:8f2b74c5aa24
134 } 134 }
135 } 135 }
136 } 136 }
137 } 137 }
138 g_free(ibuf); 138 g_free(ibuf);
139 gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(model),
140 0, GTK_SORT_ASCENDING);
139 } 141 }
140 142
141 143
142 144
143 static int num_words(const char *m) { 145 static int num_words(const char *m) {