Renamed chat_resource -> resource

This commit is contained in:
James Booth
2014-12-10 21:17:31 +00:00
parent 706f31422d
commit 742748b05c
6 changed files with 16 additions and 16 deletions

View File

@@ -888,7 +888,7 @@ _ui_gone_secure(const char * const recipient, gboolean trusted)
return;
}
FREE_SET_NULL(window->wins.chat.chat_resource);
FREE_SET_NULL(window->wins.chat.resource);
window->wins.chat.is_otr = TRUE;
window->wins.chat.is_trusted = trusted;