From 9683916d88ce55278f194adfb36b0330fb87694a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 29 Jul 2007 01:55:59 +0000 Subject: [PATCH] - Should fix progress column sorting --- src/GUI.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index b22a961dd..5185e10a8 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -543,7 +543,6 @@ void GUI::sortProgressColumnDelayed() { if(delayedSorting){ sortDownloadListFloat(PROGRESS, delayedSortingOrder); qDebug("Delayed sorting of progress column"); - delayedSorting = false; } }