mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 10:46:21 +00:00
ui_smp_aborted takes ProfChatWin
This commit is contained in:
@@ -229,7 +229,9 @@ cb_handle_smp_event(void *opdata, OtrlSMPEvent smp_event,
|
||||
break;
|
||||
|
||||
case OTRL_SMPEVENT_ABORT:
|
||||
ui_smp_aborted(context->username);
|
||||
if (chatwin) {
|
||||
ui_smp_aborted(chatwin);
|
||||
}
|
||||
ui_untrust(context->username);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user