--- a/pidgin/resources/Privacy/dialog.ui Sat Oct 29 02:05:16 2022 -0500 +++ b/pidgin/resources/Privacy/dialog.ui Sun Oct 30 03:29:33 2022 -0500 @@ -23,10 +23,6 @@ <!-- interface-name Pidgin --> <!-- interface-description Internet Messenger --> <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> - <object class="PidginAccountStore" id="account_store"/> - <object class="PidginAccountFilterConnected" id="connected_account_store"> - <property name="child-model">account_store</property> - </object> <object class="GtkListStore" id="allow_store"> <columns> <column type="gchararray"/> @@ -66,8 +62,9 @@ <child> <object class="PidginAccountChooser" id="account_chooser"> <property name="hexpand">1</property> - <property name="model">connected_account_store</property> - <property name="active">0</property> + <property name="filter"> + <object class="PidginAccountFilterConnected"/> + </property> <signal name="notify::account" handler="select_account_cb" swapped="no"/> <accessibility> <relation name="labelled-by">label1</relation>