summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mandriva.org>2009-08-07 18:01:22 +0000
committerPascal Terjan <pterjan@mandriva.org>2009-08-07 18:01:22 +0000
commit335750cf319ffb81c431334dff3b58b39c670f15 (patch)
tree22b7717b919c40b906ffd057bc5deb386ae8b969 /perl-install/install
parent0ca1aeec8743a6d16ba8305967d2bddff3ba0648 (diff)
downloaddrakx-335750cf319ffb81c431334dff3b58b39c670f15.tar
drakx-335750cf319ffb81c431334dff3b58b39c670f15.tar.gz
drakx-335750cf319ffb81c431334dff3b58b39c670f15.tar.bz2
drakx-335750cf319ffb81c431334dff3b58b39c670f15.tar.xz
drakx-335750cf319ffb81c431334dff3b58b39c670f15.zip
use gtk instead of X to focus window and revert workaround for the crash
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS4
-rwxr-xr-xperl-install/install/install23
2 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 98110efa5..3b5b03c19 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,7 @@
+Version 12.42 - 7 Aug 2009
+
+- use gtk instead of X to focus window and revert workaround
+
Version 12.41 - 7 Aug 2009
- do not crash when trying to create a partition on a device with
diff --git a/perl-install/install/install2 b/perl-install/install/install2
index f9271b5c2..a080c0aef 100755
--- a/perl-install/install/install2
+++ b/perl-install/install/install2
@@ -27,9 +27,6 @@ use install::install2;
$::testing = $ENV{PERL_INSTALL_TEST};
$::isStandalone = 0;
-# Workaround crashes in async mode
-unshift (@ARGV, "--sync");
-
install::install2::main(@ARGV);
c::_exit(0);