This commit is contained in:
Kovid Goyal 2012-02-29 10:41:01 +05:30
parent b2f10c99ca
commit f36f367c1b

View File

@ -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 = []