Renamed resource -> resource_override

This commit is contained in:
James Booth
2015-01-10 18:17:10 +00:00
parent f180925c3b
commit 3e1832b02e
5 changed files with 10 additions and 10 deletions

View File

@@ -926,7 +926,7 @@ ui_gone_secure(const char * const barejid, gboolean trusted)
chatwin = (ProfChatWin*)window;
}
FREE_SET_NULL(chatwin->resource);
FREE_SET_NULL(chatwin->resource_override);
chatwin->is_otr = TRUE;
chatwin->is_trusted = trusted;