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 bb8e60f5..7f346a39 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -29,7 +29,7 @@ our $test = 0;
our $use_provides = 1;
# For other distros w/o exception support:
-eval { Glib->enable_exceptions2 };
+eval { Glib->enable_exceptions3 };
if (my $err = $@) {
warn "Error: $err\n";
}