summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2015-03-30 09:27:08 +0200
committerRémi Verschelde <remi@verschelde.fr>2015-03-30 09:27:40 +0200
commit7689ff61dca492a808d1793cfadea025ecad9cf4 (patch)
tree60bbdc197410f25b670d67ff40b4c9bd71c1f10d
parent04cfaf0e0263beb556ed103885f5f1d064ac5c9a (diff)
downloaddrakx-7689ff61dca492a808d1793cfadea025ecad9cf4.tar
drakx-7689ff61dca492a808d1793cfadea025ecad9cf4.tar.gz
drakx-7689ff61dca492a808d1793cfadea025ecad9cf4.tar.bz2
drakx-7689ff61dca492a808d1793cfadea025ecad9cf4.tar.xz
drakx-7689ff61dca492a808d1793cfadea025ecad9cf4.zip
Revert "Revert "work around scrollbar issues during package install""
This reverts commit b79658e0019ed214bd3ca27705a373895c67e16b. As stated in 04cfaf0, the second patch for mga#13894 was not doing the job perfectly so we revert to the first patch.
-rw-r--r--perl-install/install/steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index 4a86aafc1..90368bbee 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -643,6 +643,7 @@ sub installPackages {
gtkval_modify(\$pkg_progress, 0);
my $p = $packages->{depslist}[$id];
mygtk3::gtkadd($pkg_log_widget, text => sprintf("\n%s: %s", $p->name, translate($p->summary)));
+ $pkg_log_widget->{to_bottom}->('force');
$current_total_size += $last_size;
$last_size = $p->size;