pidgin/plugins/raw.c

changeset 39786
7800f52d0ae6
parent 39785
aa7e3b71802d
child 39787
af7ae86ee287
--- a/pidgin/plugins/raw.c	Fri Aug 09 00:41:13 2019 -0400
+++ b/pidgin/plugins/raw.c	Fri Aug 09 01:51:47 2019 -0400
@@ -150,8 +150,8 @@
 	gtk_container_add(GTK_CONTAINER(window), hbox);
 
 	/* Account drop-down menu. */
-	dropdown = pidgin_account_option_menu_new(NULL, FALSE,
-			G_CALLBACK(account_changed_cb), NULL, NULL);
+	dropdown = pidgin_account_chooser_new(
+	        NULL, FALSE, G_CALLBACK(account_changed_cb), NULL, NULL);
 
 	if (purple_connections_get_all())
 		account = (PurpleAccount *)purple_connections_get_all()->data;

mercurial