don't call cancel handler after we call ok handler

This commit is contained in:
Yann Leboulanger 2010-02-06 20:22:28 +01:00
parent 71e97426e9
commit 00db7df873
1 changed files with 1 additions and 0 deletions

View File

@ -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):