diff options
Diffstat (limited to 'perl-install/diskdrake/hd_gtk.pm')
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index b411fd477..19efd4a9e 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -145,8 +145,7 @@ sub add_kind2notebook { $kind; } -sub interactive_help { - my ($in) = @_; +sub interactive_help() { if ($::isInstall) { $in->interactive_help_sub_display_id('partition_with_diskdrake'); } else { |