fix headquarters in chooser

This commit is contained in:
Tomasz Długosz 2011-05-25 21:56:08 +02:00
parent df81def0cf
commit 75782ed4f2

View File

@ -132,7 +132,7 @@ class Matches(QAbstractItemModel):
elif col == 2: elif col == 2:
text = 'b' if match.drm else 'a' text = 'b' if match.drm else 'a'
elif col == 3: elif col == 3:
text = match.headquarteres text = match.headquarters
return text return text
def sort(self, col, order, reset=True): def sort(self, col, order, reset=True):
@ -241,4 +241,4 @@ class SearchFilter(SearchQueryParser):
traceback.print_exc() traceback.print_exc()
return matches return matches