mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
924301c6a7
commit
3b72f160e0
@ -202,9 +202,9 @@ class ProceedNotification(MessageBox): # {{{
|
|||||||
gui = get_gui()
|
gui = get_gui()
|
||||||
gui.proceed_requested.emit(func, self.payload)
|
gui.proceed_requested.emit(func, self.payload)
|
||||||
# Ensure this notification is garbage collected
|
# Ensure this notification is garbage collected
|
||||||
|
self.vlb.clicked.disconnect()
|
||||||
self.callback = self.cancel_callback = self.payload = None
|
self.callback = self.cancel_callback = self.payload = None
|
||||||
self.setParent(None)
|
self.setParent(None)
|
||||||
self.vlb.clicked.disconnect()
|
|
||||||
_proceed_memory.remove(self)
|
_proceed_memory.remove(self)
|
||||||
|
|
||||||
def done(self, r):
|
def done(self, r):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user