diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 86174d77e..f9903a8e4 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -831,7 +831,7 @@ sub new { while (my $e = shift @tempory::objects) { $e->destroy } $o->{pop_it} ||= !$::isWizard && !$::isEmbedded || $::WizardTable && do { - #- do not take into account the DrawingArea + #- do not take into account the wizard banner any { !$_->isa('Gtk2::DrawingArea') && $_->visible } $::WizardTable->get_children; }; |