diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-23 20:50:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-23 20:50:56 +0000 |
commit | a061c3bb3c46565b18eeea43b8e038e1cc01a236 (patch) | |
tree | 889ab558c582b065e932049b38b1c1f835c411ae /perl-install/mygtk2.pm | |
parent | 85d8c5e7278f0cd99191aef911a879a922a0b472 (diff) | |
download | drakx-a061c3bb3c46565b18eeea43b8e038e1cc01a236.tar drakx-a061c3bb3c46565b18eeea43b8e038e1cc01a236.tar.gz drakx-a061c3bb3c46565b18eeea43b8e038e1cc01a236.tar.bz2 drakx-a061c3bb3c46565b18eeea43b8e038e1cc01a236.tar.xz drakx-a061c3bb3c46565b18eeea43b8e038e1cc01a236.zip |
perl_checker cleanups
Diffstat (limited to 'perl-install/mygtk2.pm')
-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 f6f80949c..53251b72b 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -24,7 +24,7 @@ sub init() { @::textdomains; Gtk2->croak_execeptions; } -init() unless ($::no_ugtk_init); +init() unless $::no_ugtk_init; Gtk2->croak_execeptions if $::isInstall; |