pidgin/plugins/gevolution/new_person_dialog.c

changeset 39793
2a29bc06910b
parent 39787
af7ae86ee287
child 40197
75ffd76260fc
--- 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);

mercurial