summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
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");