diff options
author | James Booth <boothj5@gmail.com> | 2013-01-31 01:09:06 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-01-31 01:09:06 +0000 |
commit | 40bcaffa0cf1d819ffd1219df604c4d7b433e55e (patch) | |
tree | 44da94ec1df7d70e26c51ea4e80304f404c73c44 | |
parent | ac3987869b7ca72477f34ac90c5c8962220b1525 (diff) | |
download | profani-tty-40bcaffa0cf1d819ffd1219df604c4d7b433e55e.tar.gz |
Added priority properties to ProfAccount
-rw-r--r-- | src/accounts.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/accounts.h b/src/accounts.h index f6e54358..e4601e9e 100644 --- a/src/accounts.h +++ b/src/accounts.h @@ -32,6 +32,11 @@ typedef struct prof_account_t { gchar *server; gchar *last_presence; gchar *login_presence; + gint priority_online; + gint priority_chat; + gint priority_away; + gint priority_xa; + gint priority_dnd; gboolean enabled; } ProfAccount; |