diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-26 15:32:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-26 15:32:43 +0000 |
commit | 632c6f894a6f7b46c9515323d0caf9fa4f4d764f (patch) | |
tree | 557c6f49435e11023a3b118b37c27db9c836cca5 /perl-install/install/gtk.pm | |
parent | 8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d (diff) | |
download | drakx-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar drakx-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar.gz drakx-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar.bz2 drakx-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar.xz drakx-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.zip |
(create_steps_window) remove hack
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 28b0ec6f8..eb80cb083 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -161,9 +161,6 @@ sub create_steps_window { ); $root_window->show_all; - - # hide default selection since its position is bogus: - $o->{steps_widget}->hide_selection; } sub update_steps_position { |