summaryrefslogtreecommitdiffstats
path: root/perl-install/install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install')
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/gtk.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index da2ef822d..968adef69 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- better positionning of sidepanel's selection bar
+
Version 11.56 - 26 September 2008
- dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182)
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm
index eb80cb083..ef3165543 100644
--- a/perl-install/install/gtk.pm
+++ b/perl-install/install/gtk.pm
@@ -172,7 +172,7 @@ sub update_steps_position {
if ($o->{steps}{$_}{entered} && !$o->{steps}{$_}{done}) {
# we need to flush the X queue since else we got a temporary Y position of -1 when switching locales:
mygtk2::flush(); #- for auto_installs which never go through the Gtk2 main loop
- $o->{steps_widget}->move_selection($steps{steps}{$_}{text}->allocation->y);
+ $o->{steps_widget}->move_selection($steps{steps}{$_}{text});
if ($last_step) {
$steps{steps}{$last_step}{img}->set_from_pixbuf($steps{done});