summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-10 15:43:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-10 15:43:29 +0000
commit7968d316799feeab5c65b13a173bf516ea1414bd (patch)
tree5e05f9940e24cb4024be252c4009f7b38756439e /perl-install/ugtk2.pm
parent641c0c33393c051bf20d3fcc506a71097ecb19e7 (diff)
downloaddrakx-7968d316799feeab5c65b13a173bf516ea1414bd.tar
drakx-7968d316799feeab5c65b13a173bf516ea1414bd.tar.gz
drakx-7968d316799feeab5c65b13a173bf516ea1414bd.tar.bz2
drakx-7968d316799feeab5c65b13a173bf516ea1414bd.tar.xz
drakx-7968d316799feeab5c65b13a173bf516ea1414bd.zip
$ugtk2::pop_it is unused
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 83f076a19..c7fa4793c 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -2,7 +2,7 @@ package ugtk2;
use diagnostics;
use strict;
-use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @icon_paths $wm_icon $force_center_at_pos $force_center $force_focus $grab $pop_it $border); #- leave it on one line, for automatic removal of the line at package creation
+use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @icon_paths $wm_icon $force_center_at_pos $force_center $force_focus $grab $border); #- leave it on one line, for automatic removal of the line at package creation
@ISA = qw(Exporter);
%EXPORT_TAGS = (
@@ -831,7 +831,7 @@ sub new {
my $o = bless { %opts }, $type;
while (my $e = shift @tempory::objects) { $e->destroy }
- $o->{pop_it} ||= $pop_it || !$::isWizard && !$::isEmbedded || $::WizardTable && do {
+ $o->{pop_it} ||= !$::isWizard && !$::isEmbedded || $::WizardTable && do {
#- do not take into account the DrawingArea
any { !$_->isa('Gtk2::DrawingArea') && $_->visible } $::WizardTable->get_children;
};