Mercurial > pidgin
diff ChangeLog.API @ 18829:7a594763c229
Correct the types of the authorize_cb and deny_cb parameters of
PurpleAccountUiOps.request_authorize to be
PurpleAccountRequestAuthorizationCb rather than GCallback, and amend
Pidgin and Finch accordingly. Fixes #2437
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 10 Aug 2007 17:30:59 +0000 |
parents | adb8092d3267 |
children | db7afbe91b63 |
line wrap: on
line diff
--- a/ChangeLog.API Tue Aug 07 09:47:39 2007 +0000 +++ b/ChangeLog.API Fri Aug 10 17:30:59 2007 +0000 @@ -1,5 +1,15 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +Version 2.1.1 (x/x/x): + libpurple: + Changed: + * PurpleAccountUiOps.request_authorize's authorize_cb and + deny_cb parameters now correctly have type + PurpleAccountRequestAuthorizationCb rather than GCallback. + (You'll want to change your UI's implementation's signature + to avoid warnings, and then remove some now-redundant casts + back to the proper type.) + version 2.1.0 (7/28/2007): libpurple: Added: