update tag priorities when deck is bundled

This commit is contained in:
Damien Elmes 2009-04-06 23:53:04 +09:00
parent 1d6e3f0b97
commit aed9fb1c61

View file

@ -566,6 +566,7 @@ values
def updateDeck(self, deck):
self.applyDict(self.deck, deck)
self.deck.lastSync = self.deck.modified
self.deck.updateTagPriorities()
self.deck.updateDynamicIndices()
def bundleStats(self):