summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-04-01 09:22:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-04-01 09:22:06 +0000
commitcab5f748752bba19fddabd658e052f14b5c17581 (patch)
tree6d8505a6da32179518f980b1f36f417b6482040a /perl-install/ugtk2.pm
parent7b4148c23600561f9839bc858cc68fe5ddc3d5f2 (diff)
downloaddrakx-cab5f748752bba19fddabd658e052f14b5c17581.tar
drakx-cab5f748752bba19fddabd658e052f14b5c17581.tar.gz
drakx-cab5f748752bba19fddabd658e052f14b5c17581.tar.bz2
drakx-cab5f748752bba19fddabd658e052f14b5c17581.tar.xz
drakx-cab5f748752bba19fddabd658e052f14b5c17581.zip
space cleanup
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 1e3abdbaa..eff1c8b95 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -49,7 +49,7 @@ unless ($::no_ugtk_init) {
c::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', @::textdomains;
$::need_utf8_i18n = 1;
}
-Gtk2->croak_execeptions if (!$::no_ugtk_init || $::isInstall) && 0.95 < $Gtk2::VERSION ;
+Gtk2->croak_execeptions if (!$::no_ugtk_init || $::isInstall) && 0.95 < $Gtk2::VERSION;
$border = 5;