Moved chat resource to WIN_CHAT type

This commit is contained in:
James Booth
2014-12-10 01:44:32 +00:00
parent 12d0d22ab3
commit 706f31422d
6 changed files with 19 additions and 17 deletions

View File

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