summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-16 09:02:53 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-16 09:02:53 +0000
commit512596c492f6600e5bc03e30f828674227f6a5fb (patch)
treed83acaef27cae1a9bc0fccf26908ac05307e6844
parent7112423c8b150d93c73a402e2d58b929e5ce728d (diff)
downloadurpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar
urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar.gz
urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar.bz2
urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar.xz
urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.zip
use new exception management
-rw-r--r--NEWS2
-rwxr-xr-xgurpmi22
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d54092e8..05265f36 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
o enable rpmdrake/gurpm/drakx to pass their own callbacks for erasure
progress & errors
o enhanced doc
+- gurpmi:
+ o use new exception management
Version 7.19 - 9 February 2013, by Thierry Vignaud
diff --git a/gurpmi2 b/gurpmi2
index 922a85c7..3664664a 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -66,7 +66,7 @@ $> and fatal(N("Must be root"));
#- Now, the graphical stuff.
Gtk2->init;
-Gtk2->croak_execeptions;
+Glib->enable_exceptions2;
my $title = $::auto_select ? N("Distribution Upgrade") : N("Packages installation");