pidgin/resources/Privacy/dialog.ui

changeset 41864
6f490dec468f
parent 41854
c1d7e7445b0f
equal deleted inserted replaced
41863:0067a0ff5b74 41864:6f490dec468f
21 <requires lib="pidgin" version="3.0"/> 21 <requires lib="pidgin" version="3.0"/>
22 <!-- interface-license-type gplv2 --> 22 <!-- interface-license-type gplv2 -->
23 <!-- interface-name Pidgin --> 23 <!-- interface-name Pidgin -->
24 <!-- interface-description Internet Messenger --> 24 <!-- interface-description Internet Messenger -->
25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> 25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> -->
26 <object class="PidginAccountStore" id="account_store"/>
27 <object class="PidginAccountFilterConnected" id="connected_account_store">
28 <property name="child-model">account_store</property>
29 </object>
30 <object class="GtkListStore" id="allow_store"> 26 <object class="GtkListStore" id="allow_store">
31 <columns> 27 <columns>
32 <column type="gchararray"/> 28 <column type="gchararray"/>
33 </columns> 29 </columns>
34 </object> 30 </object>
64 </object> 60 </object>
65 </child> 61 </child>
66 <child> 62 <child>
67 <object class="PidginAccountChooser" id="account_chooser"> 63 <object class="PidginAccountChooser" id="account_chooser">
68 <property name="hexpand">1</property> 64 <property name="hexpand">1</property>
69 <property name="model">connected_account_store</property> 65 <property name="filter">
70 <property name="active">0</property> 66 <object class="PidginAccountFilterConnected"/>
67 </property>
71 <signal name="notify::account" handler="select_account_cb" swapped="no"/> 68 <signal name="notify::account" handler="select_account_cb" swapped="no"/>
72 <accessibility> 69 <accessibility>
73 <relation name="labelled-by">label1</relation> 70 <relation name="labelled-by">label1</relation>
74 </accessibility> 71 </accessibility>
75 </object> 72 </object>

mercurial