Skip to content
Snippets Groups Projects
Commit 00db7df8 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't call cancel handler after we call ok handler

parent 71e97426
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment