oops, reverse logic

This commit is contained in:
David Rose 2007-08-23 23:10:55 +00:00
parent 6526d3a57a
commit 54d7527019

View File

@ -70,7 +70,7 @@ class ClientRepositoryBase(ConnectionRepository):
no deferring will occur."""
self.deferInterval = deferInterval
self.setHandleCUpdates(self.deferInterval != 0)
self.setHandleCUpdates(self.deferInterval == 0)
if self.deferredGenerates:
taskMgr.remove('deferredGenerate')