don't call cancel handler after we call ok handler
This commit is contained in:
parent
71e97426e9
commit
00db7df873
|
@ -1626,6 +1626,7 @@ class ConfirmationDialogDubbleCheck(ConfirmationDialog):
|
|||
*self.user_response_ok[1:])
|
||||
else:
|
||||
self.user_response_ok(self.is_checked())
|
||||
self.call_cancel_on_destroy = False
|
||||
self.destroy()
|
||||
|
||||
def on_response_cancel(self, widget):
|
||||
|
|
Loading…
Reference in New Issue