From d2f17e9156effa063e31eddc239e7b89ac96092b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 3 Mar 2008 17:57:32 +0000 Subject: fix SpinButton class (looks like it had no users) --- perl-install/mygtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/mygtk2.pm') diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 4ba7650bf..2cc4272d4 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -210,7 +210,7 @@ sub _gtk__CheckMenuItem { $w; } -sub _gtk___SpinButton { +sub _gtk__SpinButton { my ($w, $opts) = @_; if (!$w) { -- cgit v1.2.1