summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-27 22:41:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-27 22:41:42 +0000
commit1c0127d9f80cb91dc16a212f7380f3a45381c0df (patch)
tree4d90407e4531605bfd9e290bd259cb2214a95cd4 /perl-install/install_steps_gtk.pm
parent32add8d1612f809a0185db584e0e3e9dd4794c8e (diff)
downloaddrakx-1c0127d9f80cb91dc16a212f7380f3a45381c0df.tar
drakx-1c0127d9f80cb91dc16a212f7380f3a45381c0df.tar.gz
drakx-1c0127d9f80cb91dc16a212f7380f3a45381c0df.tar.bz2
drakx-1c0127d9f80cb91dc16a212f7380f3a45381c0df.tar.xz
drakx-1c0127d9f80cb91dc16a212f7380f3a45381c0df.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index a95249ed9..1f03f6e78 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -179,7 +179,7 @@ sub new($$) {
exec $_[0], "-dpms","-s" ,"240", "-allowMouseOpenFail", "-xf86config", $f or exit 1;
}
foreach (1..15) {
- sleep 1000;
+ sleep 1;
return 0 if !$ok;
return 1 if c::Xtest($ENV{DISPLAY});
}