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:10:30 +0000
committerJames Booth <boothj5@gmail.com>2015-10-26 23:10:30 +0000
commit9d3bcf5f90af09eb073b1caf64ccfadaad599e4b (patch)
treec8e59b4d7e46f139aa90cb3d45e9b5d72a25a729 /src/otr
parent4fb0b4b0da41525a8c9d70937fcc538aae2877cb (diff)
downloadprofani-tty-9d3bcf5f90af09eb073b1caf64ccfadaad599e4b.tar.gz
ui_gone_insecure takes ProfChatWin
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index 6b9dd34d..8d1ee545 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -739,7 +739,10 @@ otr_decrypt_message(const char *const from, const char *const message, gboolean
         if (tlv) {
             if (context) {
                 otrl_context_force_plaintext(context);
-                ui_gone_insecure(from);
+                ProfChatWin *chatwin = wins_get_chat(from);
+                if (chatwin) {
+                    ui_gone_insecure(chatwin);
+                }
             }
         }