summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-17 02:53:26 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-17 02:53:26 +0000
commite5660bf092c9a54871d60b7eaf9393133d509e2e (patch)
tree135207fc91aae80594e66e364381ac96c8c3bd63 /perl-install/mygtk2.pm
parent349dae08ca2b2179e2023a7a5f9c252f58701f0d (diff)
downloaddrakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar
drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar.gz
drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar.bz2
drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar.xz
drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.zip
likewise in drakx
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 553096a17..3cd9e59f2 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -25,7 +25,7 @@ sub init() {
Glib->enable_exceptions2;
}
init() unless $::no_ugtk_init;
-Gtk2->croak_execeptions if $::isInstall;
+Glib->enable_exceptions2 if $::isInstall;