about summary refs log tree commit diff stats
path: root/src/otr
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-26 23:04:45 +0000
committerJames Booth <boothj5@gmail.com>2015-10-26 23:04:45 +0000
commit4fb0b4b0da41525a8c9d70937fcc538aae2877cb (patch)
tree599636699965a46ab83285dd5f98e7d82eb19d8e /src/otr
parent2efaa464bf6629a4f59be2834ce646d7abb8ecda (diff)
downloadprofani-tty-4fb0b4b0da41525a8c9d70937fcc538aae2877cb.tar.gz
ui_gone_secure takes ProfChatWin
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index 9ff4a503..6b9dd34d 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -42,6 +42,7 @@
 #include "otr/otrlib.h"
 #include "log.h"
 #include "roster_list.h"
+#include "window_list.h"
 #include "contact.h"
 #include "ui/ui.h"
 #include "config/preferences.h"
@@ -143,7 +144,12 @@ cb_write_fingerprints(void *opdata)
 static void
 cb_gone_secure(void *opdata, ConnContext *context)
 {
-    ui_gone_secure(context->username, otr_is_trusted(context->username));
+    ProfChatWin *chatwin = wins_get_chat(context->username);
+    if (!chatwin) {
+        chatwin = (ProfChatWin*) wins_new_chat(context->username);
+    }
+
+    ui_gone_secure(chatwin, otr_is_trusted(context->username));
 }
 
 char*