From 21aeb4220e320371d871e2194ab4a9988e1a8599 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jan 2008 12:57:22 +0000 Subject: remove test for old versions of perl-Gtk2 (is OK since 6 years) --- 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 f1b2acece..d9702a080 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -24,7 +24,7 @@ sub init() { @::textdomains; } init() unless ($::no_ugtk_init); -Gtk2->croak_execeptions if (!$::no_ugtk_init || $::isInstall) && 0.95 < $Gtk2::VERSION; +Gtk2->croak_execeptions if (!$::no_ugtk_init || $::isInstall); -- cgit v1.2.1