diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-08 10:31:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-08 10:31:47 +0000 |
commit | 05692781c18db21f639aa5323a066fab118b8dd7 (patch) | |
tree | b07a88a0eca9c4e93269d8aca51520c6c3bf6733 /perl-install/install_steps_gtk.pm | |
parent | 773576a13c2dca5a0556b8086c8ffd97f3ad2aa5 (diff) | |
download | drakx-05692781c18db21f639aa5323a066fab118b8dd7.tar drakx-05692781c18db21f639aa5323a066fab118b8dd7.tar.gz drakx-05692781c18db21f639aa5323a066fab118b8dd7.tar.bz2 drakx-05692781c18db21f639aa5323a066fab118b8dd7.tar.xz drakx-05692781c18db21f639aa5323a066fab118b8dd7.zip |
- remove the "help" button
- ensure the help box is not created twice (except when changing theme)
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 42ccb5e71..98928e8a9 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -123,7 +123,7 @@ sub enteringStep { printf "Entering step `%s'\n", $o->{steps}{$step}{text}; $o->SUPER::enteringStep($step); install_gtk::create_steps_window($o); - install_gtk::create_help_window($o); + $o->set_help($step); } sub leavingStep { my ($o, $step) = @_; |