mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 09:43:48 +02:00
...
This commit is contained in:
parent
b2f10c99ca
commit
f36f367c1b
1 changed files with 1 additions and 0 deletions
|
|
@ -259,6 +259,7 @@ class JobError(QDialog): # {{{
|
|||
|
||||
def __init__(self, gui):
|
||||
QDialog.__init__(self, gui)
|
||||
self.setAttribute(Qt.WA_DeleteOnClose, False)
|
||||
self.gui = gui
|
||||
self.queue = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue