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 4eb373f..a116db9 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);