[gaim-migrate @ 11860]

Thu, 20 Jan 2005 14:40:56 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 20 Jan 2005 14:40:56 +0000
changeset 10532
7f0eb843559e
parent 10531
9dc8db6e6606
child 10533
4c2ad22fad20

[gaim-migrate @ 11860]
The text replacement now sorts entries alphabetically thanks Richard Laager.

committer: Etan Reisner <deryni@pidgin.im>

ChangeLog file | annotate | diff | comparison | revisions
plugins/spellchk.c file | annotate | diff | comparison | revisions
--- 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);
 }
 
 

mercurial