Renamed otr trusted window property

This commit is contained in:
James Booth
2015-06-13 01:13:56 +01:00
parent 362c1d81ae
commit e0783e20db
4 changed files with 7 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ win_create_chat(const char * const barejid)
new_win->barejid = strdup(barejid);
new_win->resource_override = NULL;
new_win->enc_mode = PROF_ENC_NONE;
new_win->is_trusted = FALSE;
new_win->otr_is_trusted = FALSE;
new_win->history_shown = FALSE;
new_win->unread = 0;
new_win->state = chat_state_new();