From bd30c2f68c8a6bb2a690354998748fb4e1bf2b05 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 15 Sep 2000 21:34:08 +0000 Subject: no_comment --- perl-install/install_steps_gtk.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (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 06777fd12..6e36560c9 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -558,9 +558,8 @@ sub set_help { my ($o, @l) = @_; $::live and return 1; - gtktext_insert($o->{help_window_text}, - formatAlaTeX(join "\n", - map { _ deref($help::steps{$_}) } @l)); + $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