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

@@ -119,7 +119,7 @@ typedef struct prof_chat_win_t {
int unread;
ChatState *state;
prof_enc_t enc_mode;
gboolean is_trusted;
gboolean otr_is_trusted;
char *resource_override;
gboolean history_shown;
unsigned long memcheck;