From fd8b88d6ece1382cf3441efe721ec84d43a19bbe Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 22 Jul 2011 11:12:14 +0200 Subject: * cmdline/apt-get.cc: - fix missing download progress in apt-get download --- cmdline/apt-get.cc | 2 +- debian/changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 845c92026..3f818ffc3 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2273,7 +2273,7 @@ bool DoDownload(CommandLine &CmdL) pkgAcquire Fetcher; AcqTextStatus Stat(ScreenWidth, _config->FindI("quiet",0)); - if (_config->FindB("APT::Get::Print-URIs") == true) + if (_config->FindB("APT::Get::Print-URIs") == false) Fetcher.Setup(&Stat); pkgRecords Recs(Cache); diff --git a/debian/changelog b/debian/changelog index 244bb83e0..418f37f4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ apt (0.8.15.2) unstable; urgency=high * fix from David Kalnischkies for the InRelease gpg verification code (LP: #784473) + * cmdline/apt-get.cc: + - fix missing download progress in apt-get download -- Michael Vogt Tue, 12 Jul 2011 11:54:47 +0200 -- cgit v1.2.3