changeset 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 940f0d8ce380
children ace8cd0de6ea
files ChangeLog plugins/spellchk.c
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 20 03:16:04 2005 +0000
+++ b/ChangeLog	Thu Jan 20 14:40:56 2005 +0000
@@ -15,12 +15,14 @@
 	* Smiley selection dialog rewritten to look nicer (Nathan Fredrickson)
 	* If Gaim is exited with the buddy list hidden in the docklet, it will
 	  remain hidden when Gaim is started again (Scott Shedden)
-	* Contacts will auto-expand when dragging into the buddy list.
+	* Contacts will auto-expand when dragging into the buddy list
 	* SSL support for IRC connections (Daniel Atallah)
 	* Add a "Last Seen" field to tooltips for buddies in your buddy
 	  list (Richard Laager)
 	* Buddy icons in buddy list tooltips (Felipe Contreras)
-	* Custom smileys for MSN (maquina)
+	* Custom smileys for MSN (Irving Cordova)
+	* Entries in the text replacement plugin are now sorted alphabetically
+	  (Richard Laager)
 
 	Bug fixes:
 	* Some memory leaks plugged (Miah Gregory, Felipe Contreras)
--- 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);
 }