]> git.saurik.com Git - apt.git/commitdiff
use Dpkg::Progress-Fancy to be consitent with Dpkg::Progress
authorMichael Vogt <mvo@debian.org>
Mon, 7 Oct 2013 11:37:28 +0000 (13:37 +0200)
committerMichael Vogt <mvo@debian.org>
Mon, 7 Oct 2013 11:37:28 +0000 (13:37 +0200)
apt-pkg/deb/dpkgpm.cc

index 4eb373fb77fd8b7f6aa0b56074aa45563e8ab058..a116db9cfa31f8a4184cca952fb7364c7f7603f5 100644 (file)
@@ -58,7 +58,7 @@ public:
                         fancy_progress_output(false)
    {
       dpkgbuf[0] = '\0';
-      if(_config->FindB("DpkgPM::Progress-Fancy", false))
+      if(_config->FindB("Dpkg::Progress-Fancy", false) == true)
       {
          fancy_progress_output = true;
          _config->Set("DpkgPM::Progress", true);