From e60ca6f9c72bf33dcc8237e2312e4c6eecab32ee Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 Sep 2016 14:32:17 +0200 Subject: perl_checker cleanup --- perl-install/mygtk3.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/mygtk3.pm') diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm index 564af1d3f..7b09e279f 100644 --- a/perl-install/mygtk3.pm +++ b/perl-install/mygtk3.pm @@ -605,8 +605,8 @@ sub _gtk__TextView { sub _gtk__WebKit2_WebView { - my ($w, $opts, $class, $_action) = @_; - _gtk__WebKit_WebView($w, $opts, $class, $_action); + my ($w, $opts, $class, $action) = @_; + _gtk__WebKit_WebView($w, $opts, $class, $action); } sub _gtk__WebKit_WebView { -- cgit v1.2.1