From b41272695349bff112416423960467d94bd0f82f Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Sat, 27 Oct 2001 20:25:52 +0000 Subject: Doh! We should be sorting our contacts so that the most frequently used 2001-10-27 Jon Trowbridge * gui/component/select-names/e-select-names-completion.c (make_match): Doh! We should be sorting our contacts so that the most frequently used ones are at the top of the list, not the bottom. svn path=/trunk/; revision=14223 --- addressbook/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 03385a89cf..ad1061645d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,4 +1,9 @@ -2001-10-27 Jon Trowbridge +2001-10-27 Jon Trowbridge + + * gui/component/select-names/e-select-names-completion.c + (make_match): Doh! We should be sorting our contacts so that the + most frequently used ones are at the top of the list, not the + bottom. * backend/pas/pas-book.c (pas_book_check_queue): That should be a bonobo_object_unref, not a gtk_object_unref. -- cgit