summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-04-22 16:46:08 +0000
committerThierry Vignaud <tv@mandriva.org>2009-04-22 16:46:08 +0000
commit2cdad7380fbe8559b81ebdb781286fe222dbc8ee (patch)
treeda484e8e2798a3772097f79eafc263653592a9d5
parent55c38bdaa345d4ea3ac6716f6ee1279bf0a4ceb3 (diff)
downloaddrakx-backup-do-not-use-2cdad7380fbe8559b81ebdb781286fe222dbc8ee.tar
drakx-backup-do-not-use-2cdad7380fbe8559b81ebdb781286fe222dbc8ee.tar.gz
drakx-backup-do-not-use-2cdad7380fbe8559b81ebdb781286fe222dbc8ee.tar.bz2
drakx-backup-do-not-use-2cdad7380fbe8559b81ebdb781286fe222dbc8ee.tar.xz
drakx-backup-do-not-use-2cdad7380fbe8559b81ebdb781286fe222dbc8ee.zip
(interactive_help) fix displaying help at install time
-rw-r--r--perl-install/diskdrake/hd_gtk.pm3
-rw-r--r--perl-install/install/NEWS3
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