mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2befe1eb58
commit
0114039787
@ -116,7 +116,7 @@ class IdentifyWorker(Thread):
|
|||||||
self.daemon = True
|
self.daemon = True
|
||||||
|
|
||||||
self.log, self.abort = log, abort
|
self.log, self.abort = log, abort
|
||||||
self.title, self.authors, self.identifiers = (title, authors.
|
self.title, self.authors, self.identifiers = (title, authors,
|
||||||
identifiers)
|
identifiers)
|
||||||
|
|
||||||
self.results = []
|
self.results = []
|
||||||
@ -194,8 +194,8 @@ class IdentifyWidget(QWidget):
|
|||||||
self.query.setText(_('Query: ')+'; '.join(parts))
|
self.query.setText(_('Query: ')+'; '.join(parts))
|
||||||
self.log(unicode(self.query.text()))
|
self.log(unicode(self.query.text()))
|
||||||
|
|
||||||
self.worker = IdentifyWorker(self.log, self.abort, self.title,
|
self.worker = IdentifyWorker(self.log, self.abort, title,
|
||||||
self.authors, self.identifiers)
|
authors, identifiers)
|
||||||
|
|
||||||
# self.worker.start()
|
# self.worker.start()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user