diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-18 11:05:02 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-18 11:05:02 +0000 |
commit | 25ac601493b613125fb8045d229272bec5340e41 (patch) | |
tree | 7567e17f016dbf8b8216c053cf38596e2ebdbb25 /perl-install | |
parent | 472fd05c0a0c7722a67a91bd29a97934332b843c (diff) | |
download | drakx-25ac601493b613125fb8045d229272bec5340e41.tar drakx-25ac601493b613125fb8045d229272bec5340e41.tar.gz drakx-25ac601493b613125fb8045d229272bec5340e41.tar.bz2 drakx-25ac601493b613125fb8045d229272bec5340e41.tar.xz drakx-25ac601493b613125fb8045d229272bec5340e41.zip |
(_gtk__MagicWindow) note that 'pop_it' setting does now take account
titles (since they no more use Banners)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/mygtk2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index e60206f0d..802d3e355 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -645,6 +645,7 @@ sub _gtk__MagicWindow { my $pop_it = delete $opts->{pop_it} || !$::isWizard && !$::isEmbedded || $::WizardTable && do { #- do not take into account the wizard banner + # FIXME!!! any { !$_->isa('Gtk2::DrawingArea') && $_->visible } $::WizardTable->get_children; }; |