update tags when importing

This commit is contained in:
Damien Elmes 2009-02-20 00:11:44 +09:00
parent 780010ad68
commit ebaa37fe55

View file

@ -47,11 +47,13 @@ class Importer(object):
def doImport(self):
"Import."
self.deck.startProgress(6)
self.deck.startProgress(7)
self.deck.updateProgress(_("Importing..."))
c = self.foreignCards()
self.importCards(c)
self.deck.updateProgress()
self.deck.updateCardTags()
self.deck.updateProgress()
self.deck.updateAllPriorities()
self.deck.finishProgress()
if c: