From 40bcaffa0cf1d819ffd1219df604c4d7b433e55e Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 31 Jan 2013 01:09:06 +0000 Subject: [PATCH] Added priority properties to ProfAccount --- src/accounts.h | 5 +++++ 1 file changed, 5 insertions(+) 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;