fix SSLError dialog. Fixes #7033
This commit is contained in:
parent
70fcdcdab2
commit
8eadb35884
|
@ -5239,8 +5239,8 @@ class SSLErrorDialog(ConfirmationDialogDoubleCheck):
|
|||
self.account = account
|
||||
self.cert = certificate
|
||||
ConfirmationDialogDoubleCheck.__init__(self, pritext, sectext,
|
||||
checktext1, checktext2, on_response_ok, on_response_cancel,
|
||||
is_modal=False)
|
||||
checktext1, checktext2, on_response_ok=on_response_ok,
|
||||
on_response_cancel=on_response_cancel, is_modal=False)
|
||||
b = gtk.Button(_('View cert...'))
|
||||
b.connect('clicked', self.on_cert_clicked)
|
||||
b.show_all()
|
||||
|
|
Loading…
Reference in New Issue