From 4a654de9322fb2c54f8703a0804aefbbeb63a392 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Tue, 7 Jan 2003 10:35:06 +0000 Subject: - new way to use request help --- perl-install/standalone/drakbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 00709369d..5e9c952c1 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -119,7 +119,7 @@ $Report_Button->signal_connect(clicked => sub { my $options = "mdkbugreport=1"; print($bugzilla_url . "?" . $options . "\n"); connect_bugzilla($bugzilla_url."?".$options) }); my $help_button = new Gtk2::Button(" ".N("Help")." "); -$help_button->signal_connect(clicked => sub { my $r = standalone::on_request_help('/usr/share/doc/HTML/index.html') }); +$help_button->signal_connect(clicked => sub { $window->standalone::on_request_help('/usr/share/doc/HTML/index.html') }); $hbx->pack_end($Report_Button,0,0,0); $hbx->pack_end($help_button,0,0,5); $vbx->pack_start($hbx,0,0,0); -- cgit v1.2.1