From 045d9264479a5db4596ce74cc33e2283379c96b9 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Aug 2007 11:05:48 +0000 Subject: fix previous commit: focus_first focuses first editable entry (ie skip "title" entries) --- perl-install/interactive.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 417b39126..0fc9a4b55 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -473,8 +473,6 @@ sub ask_from_normalize { _normalize_entries($o, $l); - $l->[0]{focus} = sub { 1 } if $common->{focus_first}; - if (!$common->{title} && $::isStandalone) { ($common->{title} = $0) =~ s|.*/||; } -- cgit v1.2.1