Mercurial > pidgin.yaz
changeset 32712:0a2cb0061be1
disapproval of revision '1d1b9a2c6eba253299637dbd5775d4c1578e18c2'
Just because Pidgin and Finch don't use this, doesn't mean a third party won't need it
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Sat, 01 Oct 2011 23:24:41 +0000 |
parents | 839116243947 |
children | c774000690b4 |
files | ChangeLog.API libpurple/account.h |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog.API Sat Oct 01 21:32:38 2011 +0000 +++ b/ChangeLog.API Sat Oct 01 23:24:41 2011 +0000 @@ -100,7 +100,6 @@ * _GntProgressBarOrientation * _GntTreeColumnFlag * _GntWidgetFlags - * _PurpleAccount.ui_data * _PurpleCipherBatchMode * _PurpleCipherCaps * _PurpleCmdFlag
--- a/libpurple/account.h Sat Oct 01 21:32:38 2011 +0000 +++ b/libpurple/account.h Sat Oct 01 23:24:41 2011 +0000 @@ -164,6 +164,7 @@ PurplePresence *presence; /**< Presence. */ PurpleLog *system_log; /**< The system log */ + void *ui_data; /**< The UI can put data here. */ PurpleAccountRegistrationCb registration_cb; void *registration_cb_user_data;