From 2e0b9832e441b36d82a32ce7d0c0c7c106f9d9d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sun, 4 May 2008 20:31:17 +0000 Subject: [PATCH] * files view now returns to default sort order if pressed a third time. --- webcit/downloads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/downloads.c b/webcit/downloads.c index 88ec86f74..50456bb1a 100644 --- a/webcit/downloads.c +++ b/webcit/downloads.c @@ -237,7 +237,7 @@ void display_room_directory(void) switch (SortDirections[i]) { default: case 0: - Order = 1; + Order = 2; break; case 1: Order = 0; -- 2.30.2