]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.cc
merge from the mvo branch
[apt.git] / apt-pkg / depcache.cc
index 37b1c889da78e99cd26ebaa47b97fb959ae115db..0f30f13c244f824fb7aed35e6b836f7b1ca859d9 100644 (file)
@@ -192,10 +192,10 @@ bool pkgDepCache::readStateFile(OpProgress *Prog)                 /*{{{*/
               Prog->OverallProgress(amt, file_size, 1, 
                                     _("Reading state information"));
         }
-        if(Prog != NULL)
-           Prog->OverallProgress(file_size, file_size, 1, 
-                                 _("Reading state information"));
       }
+      if(Prog != NULL)
+        Prog->OverallProgress(file_size, file_size, 1,
+                              _("Reading state information"));
    }
 
    return true;