Mercurial > pidgin
changeset 26179:413b445a6018
Is there any reason this is an int instead of PurplePrivacyType? I
believe this is safe to do without breaking binary or API compatibility,
but someone please yell at me if not
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 13 Mar 2009 02:21:27 +0000 |
parents | 37a3f30a8d80 |
children | b03430dae08e 00c659e55902 |
files | libpurple/account.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/account.h Thu Mar 12 11:02:02 2009 +0000 +++ b/libpurple/account.h Fri Mar 13 02:21:27 2009 +0000 @@ -42,6 +42,7 @@ #include "connection.h" #include "log.h" +#include "privacy.h" #include "proxy.h" #include "prpl.h" #include "status.h" @@ -141,7 +142,7 @@ */ GSList *permit; /**< Permit list. */ GSList *deny; /**< Deny list. */ - int perm_deny; /**< The permit/deny setting. */ + PurplePrivacyType perm_deny; /**< The permit/deny setting. */ GList *status_types; /**< Status types. */