don't dirty cards on sync

This commit is contained in:
Damien Elmes 2009-04-22 21:57:25 +09:00
parent cd87adbe71
commit 19584bd642

View file

@ -157,7 +157,7 @@ class SyncTools(object):
self.deck.rebuildCounts(full=False)
def rebuildPriorities(self, cardIds, suspend=[]):
self.deck.updatePriorities(cardIds, suspend=suspend)
self.deck.updatePriorities(cardIds, suspend=suspend, dirty=False)
def postSyncRefresh(self):
"Flush changes to DB, and reload object associations."