about summary refs log tree commit diff stats
path: root/src/otr/otrlibv4.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-26 23:45:39 +0000
committerJames Booth <boothj5@gmail.com>2015-10-26 23:45:39 +0000
commit3cea2bc4f4ae6d57cf4cdead868c1e02311aca40 (patch)
tree2b74f4e5922503d41379ec2b8c4a5770dfb99fd5 /src/otr/otrlibv4.c
parent0b51f4d36f4fe91147d2d06930798f84d1878a49 (diff)
downloadprofani-tty-3cea2bc4f4ae6d57cf4cdead868c1e02311aca40.tar.gz
ui_smp_aborted takes ProfChatWin
Diffstat (limited to 'src/otr/otrlibv4.c')
-rw-r--r--src/otr/otrlibv4.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index acce648e..089585fb 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -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;