Added rooms history to ProfAccount

This commit is contained in:
James Booth
2013-05-23 22:29:41 +01:00
parent 486cbd6245
commit 4d9148e734
2 changed files with 17 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ typedef struct prof_account_t {
gint priority_xa;
gint priority_dnd;
gboolean enabled;
GSList *room_history;
} ProfAccount;
void accounts_load(void);