diff options
-rwxr-xr-x | rpmdrake | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); } } |