diff -r 628971e4ecdf -r b5c84f55d5d2 pidgin/gtkconn.c --- a/pidgin/gtkconn.c Thu May 19 23:08:59 2022 -0500 +++ b/pidgin/gtkconn.c Fri May 20 01:34:32 2022 -0500 @@ -126,7 +126,7 @@ if (info != NULL) g_hash_table_remove(auto_reconns, account); - purple_account_set_enabled(account, PIDGIN_UI, FALSE); + purple_account_set_enabled(account, FALSE); } }