pidgin: a87c7d20: Is there any reason this is an int inste...

markdoliner at pidgin.im markdoliner at pidgin.im
Thu Mar 12 22:25:28 EDT 2009


-----------------------------------------------------------------
Revision: a87c7d20cd4af1716e08f892a6a39895185f9f3e
Ancestor: 54da791ad8d26949571afcbd931518f5b27f2bfd
Author: markdoliner at pidgin.im
Date: 2009-03-13T02:21:27
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a87c7d20cd4af1716e08f892a6a39895185f9f3e

Modified files:
        libpurple/account.h

ChangeLog: 

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

-------------- next part --------------
============================================================
--- libpurple/account.h	be136dcdee168221e044615d478d6153b433cda5
+++ libpurple/account.h	9b08f5687265f22f391b0c71cb1631fd360b1681
@@ -42,6 +42,7 @@ typedef void (*PurpleAccountUnregistrati
 
 #include "connection.h"
 #include "log.h"
+#include "privacy.h"
 #include "proxy.h"
 #include "prpl.h"
 #include "status.h"
@@ -141,7 +142,7 @@ struct _PurpleAccount
 	 */
 	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.                          */
 


More information about the Commits mailing list