aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpmdrake b/rpmdrake
index d4584dfe..3d1e7281 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -140,8 +140,7 @@ sub do_search($$$$$$$) {
$tree->expand_row($path, 0);
$tree->scroll_to_cell($path, undef, 1, 0.5, 0);
} else {
- my $wait = statusbar_msg(N("Search results (none)"));
- Glib::Timeout->add(5000, sub { statusbar_msg_remove($wait); 0 });
+ my $wait = statusbar_msg(N("Search results (none)"), 1);
gtkset_mousecursor_normal($::w->{rwindow}->window);
}
}