summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-30 04:13:28 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-30 04:13:28 +0000
commit174c1bf4baf78d83bcbfae169af2d934748b3476 (patch)
tree062f329b995537611765c8c5a98b01c6a8f64c0c /perl-install/services.pm
parent52d23f43f57b0c0fcf3147ff2542663575b309f5 (diff)
downloaddrakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar
drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.gz
drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.bz2
drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.tar.xz
drakx-174c1bf4baf78d83bcbfae169af2d934748b3476.zip
fix/adjust some help pages (#42986)
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r--perl-install/services.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index f9f0e8727..6fe9aee33 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -173,8 +173,10 @@ sub ask_ {
scalar(values %services));
},
get_info => sub { formatLines(description($_[0])) },
- interactive_help => sub {
- interactive::gtk::display_help($o, { interactive_help_id => 'misc-params' }, $w) },
+ interactive_help => sub {
+ interactive::gtk::display_help($o,
+ { interactive_help_id =>
+ 'misc-params#drakxid-configureServices' }, $w) },
}) or return $l, $on_services; #- no change on cancel.
[ grep { $services{$_} } @$l ];
}