diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-01-24 12:57:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-01-24 12:57:22 +0000 |
commit | 21aeb4220e320371d871e2194ab4a9988e1a8599 (patch) | |
tree | 6c4d3ef1685bdeb242410b088fb4e800a9f5f860 | |
parent | 76f730c668826684ee87a2961b505ffde79adbd3 (diff) | |
download | drakx-backup-do-not-use-21aeb4220e320371d871e2194ab4a9988e1a8599.tar drakx-backup-do-not-use-21aeb4220e320371d871e2194ab4a9988e1a8599.tar.gz drakx-backup-do-not-use-21aeb4220e320371d871e2194ab4a9988e1a8599.tar.bz2 drakx-backup-do-not-use-21aeb4220e320371d871e2194ab4a9988e1a8599.tar.xz drakx-backup-do-not-use-21aeb4220e320371d871e2194ab4a9988e1a8599.zip |
remove test for old versions of perl-Gtk2 (is OK since 6 years)
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |