summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-12-17 02:51:02 +0000
committerThierry Vignaud <tv@mageia.org>2012-12-17 02:51:02 +0000
commite55604f6186146394e05daabcd9af786c5f06ef2 (patch)
tree70c8f24565ca6a181c80cce83cd035d1fd518a29
parent5c600eeb6094e1195fc939c0421e69337753b903 (diff)
downloaddrakx-backup-do-not-use-e55604f6186146394e05daabcd9af786c5f06ef2.tar
drakx-backup-do-not-use-e55604f6186146394e05daabcd9af786c5f06ef2.tar.gz
drakx-backup-do-not-use-e55604f6186146394e05daabcd9af786c5f06ef2.tar.bz2
drakx-backup-do-not-use-e55604f6186146394e05daabcd9af786c5f06ef2.tar.xz
drakx-backup-do-not-use-e55604f6186146394e05daabcd9af786c5f06ef2.zip
(init) use new exceptions management
-rw-r--r--perl-install/NEWS2
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/mygtk2.pm2
3 files changed, 5 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS
index ecf4c98ec..770a1d420 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,3 +1,5 @@
+- ugtk2: use new exceptions management
+
Version 15.13 - 15 December 2012
- fix checking grub2 installation (mga#8390)
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index fda9e0d4e..9cfa756b9 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- ugtk2: use new exceptions management
+
Version 15.13 - 15 December 2012
- fix checking grub2 installation (mga#8390)
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 9aa95a462..553096a17 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -22,7 +22,7 @@ sub init() {
if_($::isRestore, 'draksnapshot'), if_($::isInstall, 'urpmi'),
'drakx-net', 'drakx-kbd-mouse-x11', # shared translation
@::textdomains;
- Gtk2->croak_execeptions;
+ Glib->enable_exceptions2;
}
init() unless $::no_ugtk_init;
Gtk2->croak_execeptions if $::isInstall;