aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
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;