diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 3 | ||||
-rw-r--r-- | perl-install/install/NEWS | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index dfbbfeb0d..13f57b5ea 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -162,8 +162,7 @@ sub add_kind2notebook { sub interactive_help() { if ($::isInstall) { - my $func = $in->interactive_help_sub_display_id('diskdrake'); - $func and $func->(); + $in->display_help({ interactive_help_id => 'diskdrake' }, $w); } else { require run_program; run_program::raw({ detach => 1 }, 'drakhelp', '--id', 'diskdrake'); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 94f2413d5..6ec3827aa 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,6 @@ +- advanced partitionning step: + o fix displaying help at install time + Version 12.31 - 22 April 2009 - fix final banner |