summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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 5805590a7..19fd2269e 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -845,7 +845,7 @@ sub new {
my $o = bless { %opts }, $type;
while (my $e = shift @tempory::objects) { $e->destroy }
- my $icon = find { _find_imgfile($_) } $opts{icon}, 'banner-generic-ad',;
+ my $icon = find { _find_imgfile($_) } $opts{icon}, 'banner-generic-ad';
my $window = gtknew(
'MagicWindow',
title => $title || '',