diff -r bc2a26d3c966 -r f84f2b4ef0e5 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Thu Jan 14 20:34:32 2021 -0600 +++ b/pidgin/gtkaccount.c Thu Jan 14 21:20:10 2021 -0600 @@ -2791,16 +2791,10 @@ static PurpleAccountUiOps ui_ops = { - pidgin_accounts_notify_added, - NULL, - pidgin_accounts_request_add, - pidgin_accounts_request_authorization, - pidgin_accounts_request_close, - NULL, - NULL, - NULL, - NULL, - NULL, NULL, NULL, NULL + .notify_added = pidgin_accounts_notify_added, + .request_add = pidgin_accounts_request_add, + .request_authorize = pidgin_accounts_request_authorization, + .close_account_request = pidgin_accounts_request_close, }; PurpleAccountUiOps *