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 | 94670dd7a07548db9fb17dc499e138c8ef5802d5 (patch) | |
tree | 135207fc91aae80594e66e364381ac96c8c3bd63 /perl-install | |
parent | e55604f6186146394e05daabcd9af786c5f06ef2 (diff) | |
download | drakx-backup-do-not-use-94670dd7a07548db9fb17dc499e138c8ef5802d5.tar drakx-backup-do-not-use-94670dd7a07548db9fb17dc499e138c8ef5802d5.tar.gz drakx-backup-do-not-use-94670dd7a07548db9fb17dc499e138c8ef5802d5.tar.bz2 drakx-backup-do-not-use-94670dd7a07548db9fb17dc499e138c8ef5802d5.tar.xz drakx-backup-do-not-use-94670dd7a07548db9fb17dc499e138c8ef5802d5.zip |
likewise in drakx
Diffstat (limited to 'perl-install')
-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; |