when showing leeches, no need to ensure they're suspended

This commit is contained in:
Damien Elmes 2009-06-26 08:26:20 +09:00
parent 136d056779
commit f7dd0623b7

View file

@ -514,7 +514,7 @@ class EditDeck(QMainWindow):
elif idx == 3: elif idx == 3:
filter = "is:due" filter = "is:due"
elif idx == 4: elif idx == 4:
filter = "is:suspended tag:leech" filter = "tag:leech"
elif idx == 5: elif idx == 5:
filter = "tag:none" filter = "tag:none"
else: else: