diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-16 09:02:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-16 09:02:53 +0000 |
commit | 512596c492f6600e5bc03e30f828674227f6a5fb (patch) | |
tree | d83acaef27cae1a9bc0fccf26908ac05307e6844 | |
parent | 7112423c8b150d93c73a402e2d58b929e5ce728d (diff) | |
download | urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar.gz urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar.bz2 urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.tar.xz urpmi-512596c492f6600e5bc03e30f828674227f6a5fb.zip |
use new exception management
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | gurpmi2 | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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"); |