summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-14 21:48:14 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-14 21:48:14 +0100
commitc176c4d0adad246ac0768f9e2b60aa8e4c56fffb (patch)
treeda08c8a9b514a8f6347271defe0f596590a2eb40 /apt-pkg/depcache.h
parent7f912c325b207beac9deb5daafb7ec34b9db067a (diff)
* apt-pkg/depcache.cc:
- remove Auto-Installed information from extended_states together with the package itself (Closes: #572364)
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r--apt-pkg/depcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h
index 0306861a1..fd1f202be 100644
--- a/apt-pkg/depcache.h
+++ b/apt-pkg/depcache.h
@@ -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;};