| 23 <requires lib="pidgin" version="3.0"/> |
23 <requires lib="pidgin" version="3.0"/> |
| 24 <!-- interface-license-type gplv2 --> |
24 <!-- interface-license-type gplv2 --> |
| 25 <!-- interface-name Pidgin --> |
25 <!-- interface-name Pidgin --> |
| 26 <!-- interface-description Internet Messenger --> |
26 <!-- interface-description Internet Messenger --> |
| 27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
27 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 28 <object class="PidginAccountStore" id="account_store"/> |
|
| 29 <object class="PidginAccountFilterConnected" id="account_filter_connected"> |
|
| 30 <property name="child-model">account_store</property> |
|
| 31 </object> |
|
| 32 <object class="GtkTreeModelFilter" id="filter"> |
|
| 33 <property name="child-model">account_filter_connected</property> |
|
| 34 </object> |
|
| 35 <template class="PidginAddBuddyDialog" parent="GtkDialog"> |
28 <template class="PidginAddBuddyDialog" parent="GtkDialog"> |
| 36 <property name="title" translatable="1">Add Buddy</property> |
29 <property name="title" translatable="1">Add Buddy</property> |
| 37 <property name="resizable">0</property> |
30 <property name="resizable">0</property> |
| 38 <signal name="response" handler="pidgin_add_buddy_dialog_response_cb" swapped="no"/> |
31 <signal name="response" handler="pidgin_add_buddy_dialog_response_cb" swapped="no"/> |
| 39 <child internal-child="content_area"> |
32 <child internal-child="content_area"> |
| 63 </object> |
56 </object> |
| 64 </child> |
57 </child> |
| 65 <child> |
58 <child> |
| 66 <object class="PidginAccountChooser" id="account"> |
59 <object class="PidginAccountChooser" id="account"> |
| 67 <property name="hexpand">1</property> |
60 <property name="hexpand">1</property> |
| 68 <property name="model">filter</property> |
61 <property name="filter"> |
| |
62 <object class="GtkEveryFilter"> |
| |
63 <child> |
| |
64 <object class="GtkCustomFilter" id="filter"/> |
| |
65 </child> |
| |
66 <child> |
| |
67 <object class="PidginAccountFilterConnected"/> |
| |
68 </child> |
| |
69 </object> |
| |
70 </property> |
| 69 <signal name="notify::account" handler="pidgin_add_buddy_dialog_account_changed_cb" swapped="no"/> |
71 <signal name="notify::account" handler="pidgin_add_buddy_dialog_account_changed_cb" swapped="no"/> |
| 70 <accessibility> |
72 <accessibility> |
| 71 <relation name="labelled-by">label1</relation> |
73 <relation name="labelled-by">label1</relation> |
| 72 </accessibility> |
74 </accessibility> |
| 73 </object> |
75 </object> |