libpurple/purpleaccountmanager.c

changeset 43001
a4b2110b2908
parent 42997
368deff13c21
child 43004
06521648500e
--- a/libpurple/purpleaccountmanager.c	Mon Oct 14 00:51:46 2024 -0500
+++ b/libpurple/purpleaccountmanager.c	Mon Oct 14 20:26:55 2024 -0500
@@ -543,7 +543,7 @@
 	/* Clearing the error ensures that account-error-changed is emitted,
 	 * which is the end of the guarantee that the error's pointer is valid.
 	 */
-	purple_account_set_error(account, NULL);
+	purple_account_set_error_info(account, NULL);
 
 	g_signal_emit(manager, signals[SIG_REMOVED], 0, account);
 

mercurial