diff -r 51b578fe492e -r 966bb404064f finch/gntblist.c --- a/finch/gntblist.c Thu Aug 10 20:49:07 2017 -0500 +++ b/finch/gntblist.c Thu Aug 24 14:13:51 2017 -0400 @@ -1171,6 +1171,11 @@ g_signal_connect_swapped(G_OBJECT(menu), "destroy", G_CALLBACK(purple_menu_action_free), action); + /* Protocol actions */ + append_proto_menu(menu, + purple_account_get_connection(purple_chat_get_account(chat)), + (PurpleBlistNode*)chat); + add_custom_action(menu, _("Edit Settings"), (PurpleCallback)chat_components_edit, chat); }