diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-06-05 19:10:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-06-05 19:10:21 +0000 |
commit | f4f2d5e5a0ad224db2e5983054657b3cefdc9d06 (patch) | |
tree | 3b12d5f8e1b6156a44ab859e9f49f83e3faec223 /perl-install/Xconfigurator.pm | |
parent | db2b62bdd8670a29de6ad645f28a48d758b3cb84 (diff) | |
download | drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.gz drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.bz2 drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.xz drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 0a312f8eb..2cc67e0ce 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -9,6 +9,7 @@ use common qw(:common :file :functional :system); use log; use run_program; use Xconfigurator_consts; +use sbus_probing::main; use my_gtk qw(:wrappers); my $tmpconfig = "/tmp/Xconfig"; @@ -414,7 +415,7 @@ You can switch if off if you want, you'll hear a beep when it's over"), 1) or re #- restore the virtual console setVirtual($vt); - print "\a"; #- beeeep! + local $| = 1; print "\a"; #- beeeep! } sub autoDefaultDepth($$) { |