diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 09:35:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 09:35:19 +0000 |
commit | d072329c9629050e2ed32af7b0366f87d73eae77 (patch) | |
tree | 6bfd9fa6cb7b2a96b80cf147080ffc5554e32983 | |
parent | 3e33ebb9e2d5accc27107c6c087bbb29679dcdf9 (diff) | |
download | drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar.gz drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar.bz2 drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar.xz drakx-d072329c9629050e2ed32af7b0366f87d73eae77.zip |
better comment
-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; }; |