diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-17 14:04:58 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-17 14:04:58 +0000 |
commit | 6ec4696b1a06ee022efef43ad2d9142906c05e55 (patch) | |
tree | 22d7a81d90e6f1116b6acb40bb3c23be68c4219d /perl-install/diskdrake/hd_gtk.pm | |
parent | 072d9708427d233ecf884152a56b702a67000347 (diff) | |
download | drakx-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar drakx-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar.gz drakx-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar.bz2 drakx-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar.xz drakx-6ec4696b1a06ee022efef43ad2d9142906c05e55.zip |
fix help button (#33684)
(still no help displayed though)
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 { |