aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-01-25 18:14:19 +0000
committerThierry Vignaud <tv@mandriva.org>2008-01-25 18:14:19 +0000
commit03f7fd52394f3c172c9035ae507de7355150374c (patch)
tree89d00290bb00e90077b7417b26f5837aaa42ff8b
parent27aac5612604269899e2c399f65c3c1d0a437806 (diff)
downloadrpmdrake-03f7fd52394f3c172c9035ae507de7355150374c.tar
rpmdrake-03f7fd52394f3c172c9035ae507de7355150374c.tar.gz
rpmdrake-03f7fd52394f3c172c9035ae507de7355150374c.tar.bz2
rpmdrake-03f7fd52394f3c172c9035ae507de7355150374c.tar.xz
rpmdrake-03f7fd52394f3c172c9035ae507de7355150374c.zip
(get_pkgs) adapt it to gurpm API changes from 2007-09-18
-rw-r--r--Rpmdrake/pkg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/pkg.pm b/Rpmdrake/pkg.pm
index 9018b1d4..1db5b7e6 100644
--- a/Rpmdrake/pkg.pm
+++ b/Rpmdrake/pkg.pm
@@ -251,7 +251,7 @@ sub get_pkgs {
my $w = $::main_window;
my $gurpm = Rpmdrake::gurpm->new(1 ? N("Please wait") : N("Package installation..."), N("Initializing..."), transient => $::main_window);
- my $_gurpm_clean_guard = before_leaving { Rpmdrake::gurpm::end() };
+ my $_gurpm_clean_guard = before_leaving { undef $gurpm };
#my $_flush_guard = Gtk2::GUI_Update_Guard->new;
warn_about_media($w, $opts);