From 75782ed4f2c0dec3f27a440f831f455bee8400dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Wed, 25 May 2011 21:56:08 +0200 Subject: [PATCH] fix headquarters in chooser --- src/calibre/gui2/store/config/chooser/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/store/config/chooser/models.py b/src/calibre/gui2/store/config/chooser/models.py index 460b698878..f76ca45a01 100644 --- a/src/calibre/gui2/store/config/chooser/models.py +++ b/src/calibre/gui2/store/config/chooser/models.py @@ -132,7 +132,7 @@ class Matches(QAbstractItemModel): 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 @@ class SearchFilter(SearchQueryParser): traceback.print_exc() return matches - \ No newline at end of file +