summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
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/standalone/drakautoinst
parent157c3f3aaf1c6ec1fc087ea061507600a01304c5 (diff)
downloaddrakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.gz
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.bz2
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.xz
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.zip
use gtkflush()
Diffstat (limited to 'perl-install/standalone/drakautoinst')
-rwxr-xr-xperl-install/standalone/drakautoinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst
index 1d351959d..88320483f 100755
--- a/perl-install/standalone/drakautoinst
+++ b/perl-install/standalone/drakautoinst
@@ -208,7 +208,7 @@ if (!$::isEmbedded && $in->isa('interactive::gtk')) {
# ),
# );
# $notebook->set_tab_pos('left');
-# $::isEmbedded and Gtk2->main_iteration while Gtk2->events_pending;
+# $::isEmbedded and gtkflush();
$::isEmbedded and kill ('USR2', $::CCPID);
$W->main;
# $W->destroy();