From 81a67b38b8603e190afb77f1e8bd3bdcad39517a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 30 Apr 2008 14:23:48 +0000 Subject: [PATCH] * updated listsorts to have '0' as sort order in all places that used SortByHashKey * made files sortable by name/size/type/comment --- webcit/addressbook_popup.c | 6 +- webcit/auth.c | 2 +- webcit/downloads.c | 278 ++++++++++++++++++++++++++++++++----- webcit/preferences.c | 4 +- webcit/siteconfig.c | 2 +- webcit/webcit.h | 2 +- 6 files changed, 252 insertions(+), 42 deletions(-) diff --git a/webcit/addressbook_popup.c b/webcit/addressbook_popup.c index 03a1f6277..5e3118b0c 100644 --- a/webcit/addressbook_popup.c +++ b/webcit/addressbook_popup.c @@ -60,7 +60,7 @@ void display_address_book_middle_div(void) { } } - SortByHashKey(List); + SortByHashKey(List, 0); it = GetNewHashPos(); while (GetNextHashPos(List, it, &len, &Name, &Namee)) { wprintf("