summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-09 17:57:05 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-09 17:57:05 +0000
commitece0a28a0aeea4c28976b3c842cb53aa6bc5fb39 (patch)
tree4f36fe88e46c9c10836cfa0f472acde825c15b7e /perl-install/interactive_gtk.pm
parent9b554e8541426af3c0221ae977317d07ea3d3f59 (diff)
downloaddrakx-backup-do-not-use-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar
drakx-backup-do-not-use-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar.gz
drakx-backup-do-not-use-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar.bz2
drakx-backup-do-not-use-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar.xz
drakx-backup-do-not-use-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.zip
*** empty log message ***
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index d4978a026..40b97be7c 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -226,7 +226,7 @@ sub kill {
my ($o) = @_;
$o->{before_killing} ||= 0;
- while (my $e = shift @tempory::objects) { $e->DESTROY }
+ while (my $e = shift @tempory::objects) { $e->destroy }
while (@interactive::objects > $o->{before_killing}) {
my $w = pop @interactive::objects;
$w->destroy;