From 0b690781203ed2113d85e5a53c4d260847c25387 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Sep 2003 16:04:49 +0000 Subject: - move call to ->charsetChanged from install_steps_interactive to install_steps so that we can use it in install_steps_auto_install_non_interactive - don't overload ->selectLanguage to call lang::load_console_font(), overload ->charsetChanged instead --- perl-install/install_steps_interactive.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index fa88007a2..b431c1bf4 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -59,8 +59,6 @@ sub selectLanguage { $o->{locale}{lang} = any::selectLanguage($o, $o->{locale}{lang}, $o->{locale}{langs} ||= {}); install_steps::selectLanguage($o); - $o->charsetChanged; - if ($o->isa('interactive::gtk')) { $o->ask_warn('', formatAlaTeX( "If you see this message it is because you chose a language for -- cgit v1.2.1