mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02:00
KG fix for Job spinner crash
This commit is contained in:
commit
156d10fc1d
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ def kill_job(self):
|
|||
|
||||
def show_details(self):
|
||||
for index in self.jobs_view.selectedIndexes():
|
||||
self.jobs_view.show_details(index)
|
||||
self.show_job_details(index)
|
||||
return
|
||||
|
||||
def kill_all_jobs(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue