summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakbug2
1 files changed, 1 insertions, 1 deletions
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);