diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | gurpm/RPMProgressDialog.pm | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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; } |