diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-09 17:57:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-09 17:57:05 +0000 |
commit | ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39 (patch) | |
tree | 4f36fe88e46c9c10836cfa0f472acde825c15b7e /perl-install/interactive_gtk.pm | |
parent | 9b554e8541426af3c0221ae977317d07ea3d3f59 (diff) | |
download | drakx-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar drakx-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar.gz drakx-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar.bz2 drakx-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.tar.xz drakx-ece0a28a0aeea4c28976b3c842cb53aa6bc5fb39.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r-- | perl-install/interactive_gtk.pm | 2 |
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; |