From 2d80437bde9d8bf7f365e7d6d397f29ef3b0f120 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 27 Aug 2008 16:41:21 +0000 Subject: (main) do not show up big titles in standalone mode (read: draklive-install) --- perl-install/fs/partitioning_wizard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs') diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index c28261426..947bad0d0 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -275,7 +275,7 @@ sub main { interactive_help_id => 'doPartitionDisks', }, [ - { label => N("The DrakX Partitioning wizard found the following solutions:"), title => 1 }, + { label => N("The DrakX Partitioning wizard found the following solutions:"), title => $::isInstall }, { val => \$sol, list => \@solutions, format => sub { $_[0][1] }, type => 'list' }, ]); log::l("partitionWizard calling solution $sol->[1]"); -- cgit v1.2.1