diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-12-17 02:53:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-12-17 02:53:26 +0000 |
commit | e5660bf092c9a54871d60b7eaf9393133d509e2e (patch) | |
tree | 135207fc91aae80594e66e364381ac96c8c3bd63 | |
parent | 349dae08ca2b2179e2023a7a5f9c252f58701f0d (diff) | |
download | drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar.gz drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar.bz2 drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.tar.xz drakx-e5660bf092c9a54871d60b7eaf9393133d509e2e.zip |
likewise in drakx
-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 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; |