about summary refs log tree commit diff stats
path: root/src/command
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/command
parent4fb0b4b0da41525a8c9d70937fcc538aae2877cb (diff)
downloadprofani-tty-9d3bcf5f90af09eb073b1caf64ccfadaad599e4b.tar.gz
ui_gone_insecure takes ProfChatWin
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index bab32c33..e3dc5613 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -4939,7 +4939,7 @@ cmd_otr(ProfWin *window, const char *const command, gchar **args)
             return TRUE;
         }
 
-        ui_gone_insecure(chatwin->barejid);
+        ui_gone_insecure(chatwin);
         otr_end_session(chatwin->barejid);
         return TRUE;