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