diff options
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | gurpmi2 | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ o enable rpmdrake/gurpm/drakx to pass their own callbacks for erasure progress & errors o enhanced doc +- gurpmi: + o use new exception management Version 7.19 - 9 February 2013, by Thierry Vignaud @@ -66,7 +66,7 @@ $> and fatal(N("Must be root")); #- Now, the graphical stuff. Gtk2->init; -Gtk2->croak_execeptions; +Glib->enable_exceptions2; my $title = $::auto_select ? N("Distribution Upgrade") : N("Packages installation"); |