This commit is contained in:
Denis Fomin 2012-08-24 10:33:46 +04:00
parent 4928275537
commit 2be71aa9ea

View file

@ -1662,9 +1662,9 @@ class YesNoDialog(HigDialog):
*self.user_response_yes[1:])
else:
if self.textview:
self.user_response_yes(self.is_checked())
else:
self.user_response_yes(self.is_checked(), txt)
else:
self.user_response_yes(self.is_checked())
self.call_cancel_on_destroy = False
self.destroy()