diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-11 15:55:46 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-04-11 15:55:46 +0000 |
| commit | 7c49549a00c2be19e476153255cb7115a79c2bf8 (patch) | |
| tree | 842ad0086cf97d71d0c223e49d1782329f1ae641 /python/depcache.cc | |
| parent | fa60f6847ebc68383799b0a8f4fb36b16726d0f7 (diff) | |
| download | python-apt-7c49549a00c2be19e476153255cb7115a79c2bf8.tar.gz | |
* alway call pkgApplyStatus() in DepCache.Init()
Diffstat (limited to 'python/depcache.cc')
| -rw-r--r-- | python/depcache.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/depcache.cc b/python/depcache.cc index 8a8cb22d..ae6da3b9 100644 --- a/python/depcache.cc +++ b/python/depcache.cc @@ -66,6 +66,8 @@ static PyObject *PkgDepCacheInit(PyObject *Self,PyObject *Args) Struct.depcache->Init(0); } + pkgApplyStatus(*Struct.depcache); + Py_INCREF(Py_None); return HandleErrors(Py_None); } |
