diff options
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index ae713582d..58be4621c 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -577,10 +577,10 @@ sub installPackages { my $details = new Gtk::Button(_("Details")), ), )), 0, 1, 0); + $details->hide if !@install_any::advertising_images; $w->sync; $msg->set(_("Please wait, preparing installation")); gtkset_mousecursor_normal($cancel->window); - $details->hide if !@install_any::advertising_images; my $advertize = sub { @install_any::advertising_images or return; |