summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--gurpm/RPMProgressDialog.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e8c99f90..ce5073c5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
* always display space information
o display the addionnal space that will be used and the amount of downloaded
packages instead of the total size of the packages (like urpmi)
+ o fix return value (mga#9519)
Version 7.22 - 21 March 2013, by Thierry Vignaud
diff --git a/gurpm/RPMProgressDialog.pm b/gurpm/RPMProgressDialog.pm
index a2c1c0c0..b62bfd40 100644
--- a/gurpm/RPMProgressDialog.pm
+++ b/gurpm/RPMProgressDialog.pm
@@ -361,7 +361,6 @@ sub DESTROY {
undef $urpm;
$::main_window = $old_main_window;
- $self and $self->destroy;
$self = undef;
}