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

@@ -278,7 +278,7 @@ _show_privacy(ProfChatWin *chatwin)
wattron(win, bracket_attrs);
wprintw(win, "]");
wattroff(win, bracket_attrs);
if (chatwin->is_trusted) {
if (chatwin->otr_is_trusted) {
int trusted_attrs = theme_attrs(THEME_TITLE_TRUSTED);
wprintw(win, " ");
wattron(win, bracket_attrs);