about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 21:07:40 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 21:07:40 +0000
commit965e82b35057414f93c75eb038c2402e019a6777 (patch)
tree08226ed7648bdfa5bf6a04eadf4a4e868bc2b8d9 /src/ui
parent7256e49396c4d5f06de591a03c9e455ffa243b2f (diff)
downloadprofani-tty-965e82b35057414f93c75eb038c2402e019a6777.tar.gz
Added resource override for chat sessions
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 4866a8f2..30ec8749 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -931,8 +931,6 @@ ui_gone_secure(const char * const barejid, gboolean trusted)
         chatwin = (ProfChatWin*)window;
     }
 
-    FREE_SET_NULL(chatwin->resource_override);
-
     chatwin->is_otr = TRUE;
     chatwin->is_trusted = trusted;
     if (trusted) {