summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-03-16 09:02:56 +0000
committerThierry Vignaud <tv@mageia.org>2013-03-16 09:02:56 +0000
commit23b10e3ed724431b1af3f4c6353e34933c610df8 (patch)
tree8f58756cec047d203bae4707800ce0a39396f600 /gurpmi2
parent512596c492f6600e5bc03e30f828674227f6a5fb (diff)
downloadurpmi-23b10e3ed724431b1af3f4c6353e34933c610df8.tar
urpmi-23b10e3ed724431b1af3f4c6353e34933c610df8.tar.gz
urpmi-23b10e3ed724431b1af3f4c6353e34933c610df8.tar.bz2
urpmi-23b10e3ed724431b1af3f4c6353e34933c610df8.tar.xz
urpmi-23b10e3ed724431b1af3f4c6353e34933c610df8.zip
support exceptions in gtk+ early
Diffstat (limited to 'gurpmi2')
-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");