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 /gurpmi2 | |
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
Diffstat (limited to 'gurpmi2')
-rwxr-xr-x | gurpmi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |