summaryrefslogtreecommitdiffstats
path: root/perl-install/install/gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-26 15:32:43 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-26 15:32:43 +0000
commit632c6f894a6f7b46c9515323d0caf9fa4f4d764f (patch)
tree557c6f49435e11023a3b118b37c27db9c836cca5 /perl-install/install/gtk.pm
parent8d53f439cfb7ee9c94cd9a31ddadebddf3946a3d (diff)
downloaddrakx-backup-do-not-use-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar
drakx-backup-do-not-use-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar.gz
drakx-backup-do-not-use-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar.bz2
drakx-backup-do-not-use-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.tar.xz
drakx-backup-do-not-use-632c6f894a6f7b46c9515323d0caf9fa4f4d764f.zip
(create_steps_window) remove hack
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r--perl-install/install/gtk.pm3
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 {