summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi')
-rwxr-xr-xgurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi b/gurpmi
index bc66e877..7c79f87e 100755
--- a/gurpmi
+++ b/gurpmi
@@ -17,7 +17,7 @@ use gurpmi;
use urpm::util 'basename';
# For other distros w/o exception support:
-eval { Glib->enable_exceptions2 };
+eval { Glib->enable_exceptions3 };
if (my $err = $@) {
warn "Error: $err\n";
}