summaryrefslogtreecommitdiffstats
path: root/gurpmi2
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 /gurpmi2
parent7112423c8b150d93c73a402e2d58b929e5ce728d (diff)
downloadurpmi-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-xgurpmi22
1 files changed, 1 insertions, 1 deletions
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");