# HG changeset patch # User Will Thompson # Date 1203185852 0 # Node ID cccdcc7e56425beea27e6d367901ef25cd34d5bd # Parent 858ce8a1fc8c1eac5ccf0653af93e3e9e1e890e6 I think it's reasonable to just say "don't do this". diff -r 858ce8a1fc8c -r cccdcc7e5642 doc/account-signals.dox --- a/doc/account-signals.dox Sat Feb 16 18:13:48 2008 +0000 +++ b/doc/account-signals.dox Sat Feb 16 18:17:32 2008 +0000 @@ -148,7 +148,8 @@ void (*account_error_changed)(PurpleAccount *account, const PurpleConnectionErrorInfo *old_error, const PurpleConnectionErrorInfo *current_error); @endsignalproto @signaldesc - Emitted when @a account's error changes. + Emitted when @a account's error changes. You should not call + purple_account_clear_current_error() while this signal is being emitted. @param account The account whose error has changed. @param old_error The account's previous error, or @c NULL if it had no error. After this signal is emitted, @a old_error is