From 7689ff61dca492a808d1793cfadea025ecad9cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 30 Mar 2015 09:27:08 +0200 Subject: 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. --- perl-install/install/steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') 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; -- cgit v1.2.1