if exiting a custom scheduler, need to reset to update counts

This commit is contained in:
Damien Elmes 2010-11-27 22:41:05 +09:00
parent d897ff7a0b
commit 8870adf528

View file

@ -847,6 +847,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors")
if self.deck is not None:
if self.deck.finishScheduler:
self.deck.finishScheduler()
self.deck.reset()
# update counts
for d in self.browserDecks:
if d['path'] == self.deck.path: