ui_smp_aborted takes ProfChatWin

This commit is contained in:
James Booth
2015-10-26 23:45:39 +00:00
parent 0b51f4d36f
commit 3cea2bc4f4
5 changed files with 13 additions and 9 deletions

View File

@@ -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;