From: Wilfried Göesgens Date: Wed, 30 Apr 2008 14:23:48 +0000 (+0000) Subject: * updated listsorts to have '0' as sort order in all places that used SortByHashKey X-Git-Tag: v7.86~2296 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=81a67b38b8603e190afb77f1e8bd3bdcad39517a * updated listsorts to have '0' as sort order in all places that used SortByHashKey * made files sortable by name/size/type/comment --- 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("