summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-11 09:35:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-11 09:35:19 +0000
commitd072329c9629050e2ed32af7b0366f87d73eae77 (patch)
tree6bfd9fa6cb7b2a96b80cf147080ffc5554e32983 /perl-install/ugtk2.pm
parent3e33ebb9e2d5accc27107c6c087bbb29679dcdf9 (diff)
downloaddrakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar
drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar.gz
drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar.bz2
drakx-d072329c9629050e2ed32af7b0366f87d73eae77.tar.xz
drakx-d072329c9629050e2ed32af7b0366f87d73eae77.zip
better comment
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
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;
};