Merge branch 'master' of github.com:dae/anki

This commit is contained in:
Damien Elmes 2012-12-27 05:33:43 +09:00
commit caa4ee685a

View File

@ -755,7 +755,7 @@ by clicking on one on the left."""))
def _userTagTree(self, root):
for t in sorted(self.col.tags.all()):
if t.lower() == "marked":
if t.lower() == "marked" or t.lower() == "leech":
continue
item = self.CallbackItem(
t, lambda t=t: self.setFilter("tag", t))