summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-10-07 12:19:24 +0000
committerThierry Vignaud <tv@mandriva.org>2008-10-07 12:19:24 +0000
commitcc537d0c2e3b4de3036dbda66fbab890a25c3706 (patch)
treee40ad7b61172796d8d5bffaaae92763a15d35a60 /perl-install/services.pm
parentef3baf385d558a3f613dc21a6bfed7e75b7f635d (diff)
downloaddrakx-cc537d0c2e3b4de3036dbda66fbab890a25c3706.tar
drakx-cc537d0c2e3b4de3036dbda66fbab890a25c3706.tar.gz
drakx-cc537d0c2e3b4de3036dbda66fbab890a25c3706.tar.bz2
drakx-cc537d0c2e3b4de3036dbda66fbab890a25c3706.tar.xz
drakx-cc537d0c2e3b4de3036dbda66fbab890a25c3706.zip
(ask_) fix calling interactive::gtk::display_help()
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r--perl-install/services.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index 6fe9aee33..2e0e454a6 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -174,9 +174,9 @@ sub ask_ {
},
get_info => sub { formatLines(description($_[0])) },
interactive_help => sub {
- interactive::gtk::display_help($o,
+ interactive::gtk::display_help($in,
{ interactive_help_id =>
- 'misc-params#drakxid-configureServices' }, $w) },
+ 'misc-params#drakxid-configureServices' }, $::main_window) },
}) or return $l, $on_services; #- no change on cancel.
[ grep { $services{$_} } @$l ];
}