summaryrefslogtreecommitdiffstats
path: root/perl-install/bootlook.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-05 16:22:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-05 16:22:45 +0000
commit3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3 (patch)
treefeeb343e2e96e21c616d2526355c7522611dbfce /perl-install/bootlook.pm
parent157c3f3aaf1c6ec1fc087ea061507600a01304c5 (diff)
downloaddrakx-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar
drakx-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.gz
drakx-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.bz2
drakx-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.xz
drakx-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.zip
use gtkflush()
Diffstat (limited to 'perl-install/bootlook.pm')
-rw-r--r--perl-install/bootlook.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm
index 560409abb..fd02a259d 100644
--- a/perl-install/bootlook.pm
+++ b/perl-install/bootlook.pm
@@ -352,7 +352,7 @@ Click on Configure to launch the setup wizard.", $lilogrub),
$window->show_all();
$no_bootsplash and $thm_frame->hide();
-Gtk->main_iteration while Gtk->events_pending;
+gtkflush();
$::isEmbedded and kill 'USR2', $::CCPID;
$inmain = 1;
Gtk->main;