--- a/libpurple/protocols/jabber/auth.c Thu May 19 23:08:59 2022 -0500 +++ b/libpurple/protocols/jabber/auth.c Fri May 20 01:34:32 2022 -0500 @@ -120,7 +120,7 @@ PURPLE_ASSERT_CONNECTION_IS_VALID(gc); /* Disable the account as the user has cancelled connecting */ - purple_account_set_enabled(purple_connection_get_account(gc), purple_core_get_ui(), FALSE); + purple_account_set_enabled(purple_connection_get_account(gc), FALSE); } #endif