summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-17 14:04:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-17 14:04:58 +0000
commit6ec4696b1a06ee022efef43ad2d9142906c05e55 (patch)
tree22d7a81d90e6f1116b6acb40bb3c23be68c4219d /perl-install/diskdrake/hd_gtk.pm
parent072d9708427d233ecf884152a56b702a67000347 (diff)
downloaddrakx-backup-do-not-use-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar
drakx-backup-do-not-use-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar.gz
drakx-backup-do-not-use-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar.bz2
drakx-backup-do-not-use-6ec4696b1a06ee022efef43ad2d9142906c05e55.tar.xz
drakx-backup-do-not-use-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.pm3
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 {