--- a/pidgin/plugins/disco/gtkdisco.h Thu Feb 23 23:44:43 2023 -0600 +++ b/pidgin/plugins/disco/gtkdisco.h Fri Feb 24 00:45:22 2023 -0600 @@ -43,13 +43,11 @@ GSimpleAction *add_action; XmppDiscoService *selected; - GtkTreeView *tree; - GtkTreeStore *model; + GtkSortListModel *sorter; + GListStore *root; PurpleAccount *account; PidginDiscoList *discolist; - GtkPopoverMenu *popover; - gpointer prompt_handle; };