From 0ac3165c2acfbcc2e094a94c35c17901154d5a53 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 18:10:10 +0000 Subject: (_gtk__Sexy_IconEntry) typo fix (how can this can ever work with perl ?????) --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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); } -- cgit v1.2.1