- fix missing download progress in apt-get download
pkgAcquire Fetcher;
AcqTextStatus Stat(ScreenWidth, _config->FindI("quiet",0));
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);
Fetcher.Setup(&Stat);
pkgRecords Recs(Cache);
* fix from David Kalnischkies for the InRelease gpg verification
code (LP: #784473)
* 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 <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200
-- Michael Vogt <mvo@debian.org> Tue, 12 Jul 2011 11:54:47 +0200