From ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Nov 1999 17:57:05 +0000 Subject: *** empty log message *** --- perl-install/interactive_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive_gtk.pm') 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; -- cgit v1.2.1