Add account name to SSL Certificate Verification dialog title
This commit is contained in:
parent
69b6673290
commit
b214f9161f
|
@ -1352,7 +1352,7 @@ class Interface:
|
||||||
sectext, checktext1, checktext2, on_response_ok=on_ok,
|
sectext, checktext1, checktext2, on_response_ok=on_ok,
|
||||||
on_response_cancel=on_cancel)
|
on_response_cancel=on_cancel)
|
||||||
self.instances[account]['online_dialog']['ssl_error'].set_title(
|
self.instances[account]['online_dialog']['ssl_error'].set_title(
|
||||||
_('SSL Certificate Verification'))
|
_('SSL Certificate Verification for %s') % account)
|
||||||
|
|
||||||
def handle_event_fingerprint_error(self, obj):
|
def handle_event_fingerprint_error(self, obj):
|
||||||
# ('FINGERPRINT_ERROR', account, (new_fingerprint,))
|
# ('FINGERPRINT_ERROR', account, (new_fingerprint,))
|
||||||
|
|
Loading…
Reference in New Issue