summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-09 22:47:43 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-09 22:47:43 +0000
commit0bb57741992125b7d9786e6d43f26f69b54417dd (patch)
tree7b847c7179a950f3ce939231a9f912987f6a4c9e /perl-install/ugtk2.pm
parentb6d05b3d0d1b3552b1b5791c8d58b380f2a7d956 (diff)
downloaddrakx-backup-do-not-use-0bb57741992125b7d9786e6d43f26f69b54417dd.tar
drakx-backup-do-not-use-0bb57741992125b7d9786e6d43f26f69b54417dd.tar.gz
drakx-backup-do-not-use-0bb57741992125b7d9786e6d43f26f69b54417dd.tar.bz2
drakx-backup-do-not-use-0bb57741992125b7d9786e6d43f26f69b54417dd.tar.xz
drakx-backup-do-not-use-0bb57741992125b7d9786e6d43f26f69b54417dd.zip
handle exceptions with Glib-1.020/Gtk2-1.022
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index c008513bf..e1e3d5847 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -48,6 +48,7 @@ unless ($::no_ugtk_init) {
Gtk2->init;
c::bind_textdomain_codeset($_, 'UTF8') foreach 'libDrakX', @::textdomains;
$::need_utf8_i18n = 1;
+ Gtk2->croak_execeptions() if 0.95 < $Gtk2::VERSION;
}