summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 6519d8f2a..2f20a952d 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -468,7 +468,7 @@ sub _gtk__Sexy_IconEntry {
$w->set_icon_highlight('primary', $icon);
}
if (my $icon = delete $opts->{secondary_icon}) {
- $w->set_icon('secondary',i $icon);
+ $w->set_icon('secondary', $icon);
$w->set_icon_highlight('secondary', $icon);
}