From 9621b7d9e490bb3b267d2be9ff15af91b7d8cb7d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 7 Feb 2008 15:39:47 +0000 Subject: (do_search) explain a flush() --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 804b7f6c..6f4fbd11 100755 --- a/rpmdrake +++ b/rpmdrake @@ -116,7 +116,7 @@ sub do_search($$$$$$$) { $searchstop and last; if (my ($pkg) = chomp_(/:name:(.+-[^-]+-[^-]+.[^.-]+)$/)) { $progresscount++; $progresscount <= $total_size and $searchprogress->set_fraction($progresscount/$total_size); - $searchw->flush; + $searchw->flush; # refresh and handle clicks exists $pkgs->{$pkg} and $found and push @search_results, $pkg; undef $found; next; -- cgit v1.2.1