From 6ec4696b1a06ee022efef43ad2d9142906c05e55 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Sep 2007 14:04:58 +0000 Subject: fix help button (#33684) (still no help displayed though) --- perl-install/diskdrake/hd_gtk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install') 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 { -- cgit v1.2.1