]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 22 Jul 2011 09:12:14 +0000 (11:12 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 22 Jul 2011 09:12:14 +0000 (11:12 +0200)
  - fix missing download progress in apt-get download

cmdline/apt-get.cc
debian/changelog

index 845c92026b66602e3f9799e0b634451d23f823f8..3f818ffc37802d56319dc30b67ae0fb21778daad 100644 (file)
@@ -2273,7 +2273,7 @@ bool DoDownload(CommandLine &CmdL)
 
    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);
index 244bb83e01d3466d0b2b99b1f93ad42d90fdf1c4..418f37f4d0ab6459ab1652734e4f8f464eac4ce4 100644 (file)
@@ -2,6 +2,8 @@ apt (0.8.15.2) unstable; urgency=high
 
   * 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