From 681bd149105330cc08682c569067daa4effe04e7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 Feb 2008 14:03:10 +0000 Subject: (new) make dialogs be rendered instaneously by showing all widgets _and_ reusing label()'s hack --- Rpmdrake/gurpm.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rpmdrake') diff --git a/Rpmdrake/gurpm.pm b/Rpmdrake/gurpm.pm index 4ddc9d28..2879e77b 100644 --- a/Rpmdrake/gurpm.pm +++ b/Rpmdrake/gurpm.pm @@ -47,6 +47,8 @@ sub new { $mainw->{progressbar} ])); $mainw->{rwindow}->set_position('center-on-parent'); + $mainw->{real_window}->show_all; + select(undef, undef, undef, 0.1); #- hackish :-( $mainw->SUPER::sync; $mainw; } -- cgit v1.2.1