aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake')
-rw-r--r--Rpmdrake/gurpm.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rpmdrake/gurpm.pm b/Rpmdrake/gurpm.pm
index a148d7c1..f3337cf3 100644
--- a/Rpmdrake/gurpm.pm
+++ b/Rpmdrake/gurpm.pm
@@ -45,10 +45,10 @@ sub new {
$mainw->{label},
$mainw->{progressbar}
]));
+ mygtk2::enable_sync_flush($mainw->{rwindow});
$mainw->{rwindow}->set_position('center-on-parent');
$mainw->{real_window}->show_all;
- select(undef, undef, undef, 0.1); #- hackish :-(
- $mainw->SUPER::sync;
+ mygtk2::sync_flush($mainw->{rwindow});
$mainw;
}