summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/steps_gtk.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 1f1107ff6..136c49dee 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -479,7 +479,8 @@ sub choosePackagesTree {
return;
},
auto_deps => N("Show automatically selected packages"),
- interactive_help_id => 'choosePackagesTree',
+ interactive_help => sub { interactive::gtk::display_help($o, { interactive_help_id => 'choosePackages' }, $w) },
+
ok => N("Install"),
cancel => N("Previous"),
icons => [ { icon => 'floppy',