From 512596c492f6600e5bc03e30f828674227f6a5fb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 16 Mar 2013 09:02:53 +0000 Subject: use new exception management --- gurpmi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gurpmi2') 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"); -- cgit v1.2.1