From 0bfe08cab62a58c25a2ecb57c9a9039db10bfed9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 1 Jul 2005 08:56:40 +0000 Subject: remove spurious comment --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index f04f0e882..115203dbf 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -835,7 +835,7 @@ sub new { my ($type, $title, %opts) = @_; my $o = bless { %opts }, $type; - while (my $e = shift @tempory::objects) { $e->destroy } #- uh ? + while (my $e = shift @tempory::objects) { $e->destroy } my $window = gtknew( 'MagicWindow', -- cgit v1.2.1