Renamed resource -> resource_override

This commit is contained in:
James Booth
2015-01-10 18:17:10 +00:00
parent f180925c3b
commit 3e1832b02e
5 changed files with 10 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ typedef struct prof_chat_win_t {
int unread;
gboolean is_otr;
gboolean is_trusted;
char *resource;
char *resource_override;
gboolean history_shown;
unsigned long memcheck;
} ProfChatWin;