summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_newt.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-19 00:05:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-19 00:05:25 +0000
commit65c4cf5a5db0dc5e8900256960960a54fdec0b69 (patch)
tree1af06108ec5fad6dca8c9821b8c3b2003f6dc394 /perl-install/install_steps_newt.pm
parent4239729f41a697b744609b24993e756ec48a1303 (diff)
downloaddrakx-backup-do-not-use-65c4cf5a5db0dc5e8900256960960a54fdec0b69.tar
drakx-backup-do-not-use-65c4cf5a5db0dc5e8900256960960a54fdec0b69.tar.gz
drakx-backup-do-not-use-65c4cf5a5db0dc5e8900256960960a54fdec0b69.tar.bz2
drakx-backup-do-not-use-65c4cf5a5db0dc5e8900256960960a54fdec0b69.tar.xz
drakx-backup-do-not-use-65c4cf5a5db0dc5e8900256960960a54fdec0b69.zip
based on Michael Brown <mbrown@fensystems.co.uk> patch:
- enables graphical steps in auto_installs for more than gtk - various cleanup
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r--perl-install/install_steps_newt.pm1
1 files changed, 1 insertions, 0 deletions
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($$) {