--- a/pidgin/plugins/gevolution/new_person_dialog.c Tue Aug 13 02:15:07 2019 -0400 +++ b/pidgin/plugins/gevolution/new_person_dialog.c Tue Aug 13 02:23:23 2019 -0400 @@ -277,7 +277,7 @@ { /* Add the account type stuff. */ dialog->accounts_menu = - pidgin_account_chooser_new(account, FALSE, NULL); + pidgin_account_chooser_new(account, FALSE); g_signal_connect(dialog->accounts_menu, "changed", G_CALLBACK(select_account_cb), dialog); add_pref_box(sg, vbox, _("Account type:"), dialog->accounts_menu);