This commit is contained in:
Kovid Goyal 2011-04-06 22:54:15 -06:00
parent 2befe1eb58
commit 0114039787

View File

@ -116,7 +116,7 @@ class IdentifyWorker(Thread):
self.daemon = True
self.log, self.abort = log, abort
self.title, self.authors, self.identifiers = (title, authors.
self.title, self.authors, self.identifiers = (title, authors,
identifiers)
self.results = []
@ -194,8 +194,8 @@ class IdentifyWidget(QWidget):
self.query.setText(_('Query: ')+'; '.join(parts))
self.log(unicode(self.query.text()))
self.worker = IdentifyWorker(self.log, self.abort, self.title,
self.authors, self.identifiers)
self.worker = IdentifyWorker(self.log, self.abort, title,
authors, identifiers)
# self.worker.start()