diff ChangeLog.API @ 21390:aa52a0a224be

Add purple_account_clear_current_error(), which does what it says on the tin.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 02 Nov 2007 15:00:24 +0000
parents b7a004e65702
children 0f469b9a4302
line wrap: on
line diff
--- a/ChangeLog.API	Fri Nov 02 14:48:06 2007 +0000
+++ b/ChangeLog.API	Fri Nov 02 15:00:24 2007 +0000
@@ -39,6 +39,8 @@
 		  account is happy with life), to allow bits of the UI to know
 		  the last error without caching it themselves (as
 		  PidginBuddyList does).
+		* purple_account_clear_current_error() to reset an account's
+		  error state to NULL.
 		* An account-error-changed signal, firing when
 		  purple_account_get_current_error()'s return value changes.