Edit Book; Fix editor hanging when quitting during a background save operation and the save operation completes before the warning dialog is dismissed. Fixes #1363122 [Edit Book: Blocked when saving and exiting...](https://bugs.launchpad.net/calibre/+bug/1363122)

This commit is contained in:
Kovid Goyal 2014-08-29 20:35:36 +05:30
parent 1c971b2478
commit 2087283a4b

View File

@ -1319,6 +1319,7 @@ class Boss(QObject):
'The current book is being saved in the background. Quitting now will'
' <b>abort the save process</b>! Finish saving first?'),
yes_text=_('Finish &saving first'), no_text=_('&Quit immediately')):
if self.save_manager.has_tasks:
self.start_terminal_save_indicator()
return False