From f6b37f7b9f0d43a5824dd1222c8f017e90ab801b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 27 Sep 2000 15:48:38 +0000 Subject: *** empty log message *** --- perl-install/install_steps_gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 1b0e1ae56..31d1acc28 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -557,7 +557,6 @@ _("There was an error installing packages:"), $1, _("Go on anyway?") ], 1) and r sub set_help { my ($o, @l) = @_; - $::live and return 1; $o->{current_help} = formatAlaTeX(join "\n", map { _ deref($help::steps{$_}) } @l); gtktext_insert($o->{help_window_text}, $o->{current_help}); 1; -- cgit v1.2.1