| 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 <template class="PidginAddChatDialog" parent="GtkDialog"> |
28 <template class="PidginAddChatDialog" parent="GtkDialog"> |
| 29 <property name="title" translatable="1">Add Chat</property> |
29 <property name="title" translatable="1">Add Chat</property> |
| 30 <property name="resizable">0</property> |
|
| 31 <signal name="response" handler="pidgin_add_chat_dialog_response_cb" swapped="no"/> |
30 <signal name="response" handler="pidgin_add_chat_dialog_response_cb" swapped="no"/> |
| 32 <child internal-child="content_area"> |
31 <child internal-child="content_area"> |
| 33 <object class="GtkBox"> |
32 <object class="GtkBox"> |
| 34 <property name="margin-bottom">24</property> |
33 <property name="margin-bottom">24</property> |
| 35 <property name="margin-end">24</property> |
34 <property name="margin-end">24</property> |