summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_steps_gtk.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index 864f1f6dc..98888fbec 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -436,8 +436,6 @@ sub installPackages {
my $advertize = sub {
my ($update) = @_;
- $pkg_log_widget->{to_bottom}->('force');
-
@install_any::advertising_images && $show_advertising && $update or return;
$change_time = time();
@@ -459,7 +457,7 @@ sub installPackages {
format => sub { $show_advertising ? N("Details") : N("No details") },
clicked => sub {
gtkval_modify(\$show_advertising, !$show_advertising);
- $advertize->('update');
+ $pkg_log_widget->{to_bottom}->('force');
});
ugtk2::gtkadd($w->{window}, my $box = gtknew('VBox', children_tight => [