Author: justi9
Date: 2008-12-10 13:52:59 -0500 (Wed, 10 Dec 2008)
New Revision: 2963
Modified:
mgmt/trunk/mint/python/mint/update.py
Log:
Use the correct name of the update thread
Modified: mgmt/trunk/mint/python/mint/update.py
===================================================================
--- mgmt/trunk/mint/python/mint/update.py 2008-12-10 17:18:30 UTC (rev 2962)
+++ mgmt/trunk/mint/python/mint/update.py 2008-12-10 18:52:59 UTC (rev 2963)
@@ -262,7 +262,7 @@
len(orphans))
for orphan in orphans:
- self.model.processThread.enqueue(orphan)
+ self.model.updateThread.enqueue(orphan)
except KeyError:
pass