Merge pull request #2 from sobjornstad/master

"leech" tag has the same problem "marked" did
This commit is contained in:
Damien Elmes 2012-12-26 12:33:30 -08:00
commit 5a3f644d26

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))