mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
acba22eb09
commit
42d335a5c2
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