]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/depcache.h
* apt-pkg/depcache.cc:
[apt.git] / apt-pkg / depcache.h
index 0306861a1b4ea0399a09c008ce08e847a560ef88..fd1f202be3bc1e3166890ecafe6bdc0451f15e81 100644 (file)
@@ -447,7 +447,7 @@ class pkgDepCache : protected pkgCache::Namespace
 
    // read persistent states
    bool readStateFile(OpProgress *prog);
-   bool writeStateFile(OpProgress *prog, bool InstalledOnly=false);
+   bool writeStateFile(OpProgress *prog, bool InstalledOnly=true);
    
    // Size queries
    inline double UsrSize() {return iUsrSize;};