diff options
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 3 |
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'); |