typo
This commit is contained in:
parent
4928275537
commit
2be71aa9ea
1 changed files with 2 additions and 2 deletions
|
@ -1662,9 +1662,9 @@ class YesNoDialog(HigDialog):
|
||||||
*self.user_response_yes[1:])
|
*self.user_response_yes[1:])
|
||||||
else:
|
else:
|
||||||
if self.textview:
|
if self.textview:
|
||||||
self.user_response_yes(self.is_checked())
|
|
||||||
else:
|
|
||||||
self.user_response_yes(self.is_checked(), txt)
|
self.user_response_yes(self.is_checked(), txt)
|
||||||
|
else:
|
||||||
|
self.user_response_yes(self.is_checked())
|
||||||
self.call_cancel_on_destroy = False
|
self.call_cancel_on_destroy = False
|
||||||
self.destroy()
|
self.destroy()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue