From 335750cf319ffb81c431334dff3b58b39c670f15 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 7 Aug 2009 18:01:22 +0000 Subject: use gtk instead of X to focus window and revert workaround for the crash --- perl-install/install/NEWS | 4 ++++ perl-install/install/install2 | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/install') 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); -- cgit v1.2.1