From cab2b7e6014c035ee18e7eda24846c8e78950227 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Sep 2007 13:00:25 +0000 Subject: (interactive_help) fix displaying help (#33994) --- perl-install/diskdrake/hd_gtk.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/diskdrake/hd_gtk.pm') diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 19efd4a9e..38f9f01c6 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -147,7 +147,8 @@ sub add_kind2notebook { sub interactive_help() { if ($::isInstall) { - $in->interactive_help_sub_display_id('partition_with_diskdrake'); + my $func = $in->interactive_help_sub_display_id('partition_with_diskdrake'); + $func and $func->(); } else { require run_program; run_program::raw({ detach => 1 }, 'drakhelp', '--id', 'diskdrake'); -- cgit v1.2.1