summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 3664664a..de7a7bfe 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -30,6 +30,7 @@ our $test = 0;
our $use_provides = 1;
my $progressbar_size = 450;
+Glib->enable_exceptions2;
#- GUI globals
my ($mainw, $mainbox);
@@ -66,7 +67,6 @@ $> and fatal(N("Must be root"));
#- Now, the graphical stuff.
Gtk2->init;
-Glib->enable_exceptions2;
my $title = $::auto_select ? N("Distribution Upgrade") : N("Packages installation");