--- a/libpurple/protocols/jabber/auth_cyrus.c Thu May 19 23:08:59 2022 -0500 +++ b/libpurple/protocols/jabber/auth_cyrus.c Fri May 20 01:34:32 2022 -0500 @@ -179,7 +179,7 @@ account = purple_connection_get_account(gc); /* Disable the account as the user has cancelled connecting */ - purple_account_set_enabled(account, purple_core_get_ui(), FALSE); + purple_account_set_enabled(account, FALSE); } static gboolean remove_current_mech(JabberStream *js) {