summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
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',