aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index 6b5294eb..c368c001 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -379,6 +379,7 @@ sub statusbar_msg {
$::w and $::w->{rwindow} and gtkset_mousecursor_wait($::w->{rwindow}->window);
#- returns a msg_id to be passed optionnally to statusbar_msg_remove
my $id = $::statusbar->push($cx, $msg);
+ gtkflush();
Glib::Timeout->add(5000, sub { statusbar_msg_remove($id); 0 }) if $o_timeout;
$id;
}