default to 2 for new cards

This commit is contained in:
Damien Elmes 2010-01-29 17:44:07 +09:00
parent 1eaedfafa5
commit e96472b2b7

View file

@ -642,7 +642,7 @@ new:
self.mainWin.easeButton4.setText(_("Easy"))
def defaultEaseButton(self):
if self.currentCard.reps and not self.currentCard.successive:
if not self.currentCard.successive:
return 2
else:
return 3