From 0e259c99e0f2949363217b16b3737de1692275be Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 17 May 2008 02:47:29 +0000 Subject: [PATCH] Sort address book popup forward, not reverse --- webcit/addressbook_popup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index 5e3118b0c..7269b043b 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -60,7 +60,7 @@ void display_address_book_middle_div(void) { } } - SortByHashKey(List, 0); + SortByHashKey(List, 1); it = GetNewHashPos(); while (GetNextHashPos(List, it, &len, &Name, &Namee)) { wprintf("