| 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="PidginAddChatDialog" parent="GtkDialog"> |
28 <template class="PidginAddChatDialog" parent="GtkDialog"> |
| 36 <property name="title" translatable="1">Add Chat</property> |
29 <property name="title" translatable="1">Add Chat</property> |
| 37 <property name="resizable">0</property> |
30 <property name="resizable">0</property> |
| 38 <signal name="response" handler="pidgin_add_chat_dialog_response_cb" swapped="no"/> |
31 <signal name="response" handler="pidgin_add_chat_dialog_response_cb" swapped="no"/> |
| 39 <child internal-child="content_area"> |
32 <child internal-child="content_area"> |
| 64 </object> |
57 </object> |
| 65 </child> |
58 </child> |
| 66 <child> |
59 <child> |
| 67 <object class="PidginAccountChooser" id="account"> |
60 <object class="PidginAccountChooser" id="account"> |
| 68 <property name="hexpand">1</property> |
61 <property name="hexpand">1</property> |
| 69 <property name="model">filter</property> |
62 <property name="filter"> |
| |
63 <object class="GtkEveryFilter"> |
| |
64 <child> |
| |
65 <object class="GtkCustomFilter" id="filter"/> |
| |
66 </child> |
| |
67 <child> |
| |
68 <object class="PidginAccountFilterConnected"/> |
| |
69 </child> |
| |
70 </object> |
| |
71 </property> |
| 70 <signal name="notify::account" handler="pidgin_add_chat_dialog_account_changed_cb" swapped="no"/> |
72 <signal name="notify::account" handler="pidgin_add_chat_dialog_account_changed_cb" swapped="no"/> |
| 71 </object> |
73 </object> |
| 72 </child> |
74 </child> |
| 73 </object> |
75 </object> |
| 74 </child> |
76 </child> |