From 9078633772bc361d75b03777b7185af41035f944 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Sep 2008 16:20:17 +0000 Subject: (ask_warn_) make "ask_warn" dialogs be centered at intall time --- perl-install/interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index d1148a46b..3ac1a208b 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -218,6 +218,7 @@ sub ask_okcancel { sub ask_warn_ { my ($o, $common) = @_; + local $o->{modal} = $o->{modal} || $::isInstall; # make these popup at install time ask_from_listf_raw_no_check($o, $common, \&translate, [ $o->ok ]); } -- cgit v1.2.1