diff 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
line wrap: on
line diff
--- a/plugins/spellchk.c	Thu Jan 20 03:16:04 2005 +0000
+++ b/plugins/spellchk.c	Thu Jan 20 14:40:56 2005 +0000
@@ -136,6 +136,8 @@
 		}
 	}
 	g_free(ibuf);
+	gtk_tree_sortable_set_sort_column_id(GTK_TREE_SORTABLE(model),
+	                                     0, GTK_SORT_ASCENDING);
 }