From fb4460c0ec0ef8a787a7e81487f7ee6636f4d2f2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 31 Jan 2009 04:15:59 +0900 Subject: [PATCH] use full new card count, ignore spacing --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 2e78e9fc0..bde1a541e 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1009,7 +1009,7 @@ To upgrade an old deck, download Anki 0.9.8.7.""")) s = self.deck.getStats() h['ret'] = cardColour % (s['rev']+s['failed']) h['new'] = cardColour % s['new'] - h['newof'] = str(self.deck.newCount) + h['newof'] = str(self.deck.newCountAll()) dtoday = s['dTotal'] yesterday = self.deck._dailyStats.day - datetime.timedelta(1) res = self.deck.s.first("""