summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm3
1 files changed, 2 insertions, 1 deletions
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');