mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 21:53:38 +02:00
fix headquarters in chooser
This commit is contained in:
parent
df81def0cf
commit
75782ed4f2
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ def data_as_text(self, match, col):
|
|||
elif col == 2:
|
||||
text = 'b' if match.drm else 'a'
|
||||
elif col == 3:
|
||||
text = match.headquarteres
|
||||
text = match.headquarters
|
||||
return text
|
||||
|
||||
def sort(self, col, order, reset=True):
|
||||
|
|
@ -241,4 +241,4 @@ def get_matches(self, location, query):
|
|||
traceback.print_exc()
|
||||
return matches
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue