diff options
-rwxr-xr-x | gurpmi2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |