typo
This commit is contained in:
parent
cfb307b929
commit
f0b186808f
|
@ -609,7 +609,7 @@ class HigDialog(gtk.MessageDialog):
|
||||||
if not possible_responses[response]:
|
if not possible_responses[response]:
|
||||||
b.connect('clicked', self.just_destroy)
|
b.connect('clicked', self.just_destroy)
|
||||||
elif isinstance(possible_responses[response], tuple):
|
elif isinstance(possible_responses[response], tuple):
|
||||||
if len(possible_response[response]) == 1:
|
if len(possible_responses[response]) == 1:
|
||||||
b.connect('clicked', possible_responses[response][0])
|
b.connect('clicked', possible_responses[response][0])
|
||||||
else:
|
else:
|
||||||
b.connect('clicked', *possible_responses[response])
|
b.connect('clicked', *possible_responses[response])
|
||||||
|
|
Loading…
Reference in New Issue