pidgin/pidgin

Parents 816cb63cfadc
Children ddc26be7f597
Make sure that account action menus have their connection assigned

Testing Done:
Verified that `xmpp account -> search users` doesn't crash.

Bugs closed: PIDGIN-17542

Reviewed at https://reviews.imfreedom.org/r/801/
--- a/pidgin/pidginaccountactionsmenu.c Sat Jul 03 02:44:56 2021 -0500
+++ b/pidgin/pidginaccountactionsmenu.c Tue Jul 13 14:56:02 2021 -0500
@@ -146,6 +146,9 @@
continue;
}
+ /* Make sure the action has its connection set. */
+ action->connection = connection;
+
/* now add the action */
item = gtk_menu_item_new_with_label(action->label);
g_signal_connect_data(G_OBJECT(item), "activate",