From 65c4cf5a5db0dc5e8900256960960a54fdec0b69 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 19 Jul 2001 00:05:25 +0000 Subject: based on Michael Brown patch: - enables graphical steps in auto_installs for more than gtk - various cleanup --- perl-install/install_steps_newt.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_newt.pm') diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm index 20e0293e6..34710782e 100644 --- a/perl-install/install_steps_newt.pm +++ b/perl-install/install_steps_newt.pm @@ -22,6 +22,7 @@ sub banner { my $banner = translate(__("Mandrake Linux Installation %s")); my $l = first(Newt::GetScreenSize) - length($banner) - length($_[0]) + 1; Newt::DrawRootText(0, 0, sprintf($banner, ' ' x $l . $_[0])); + Newt::Refresh; } sub new($$) { -- cgit v1.2.1