| 1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- Generated with glade 3.38.2 |
2 <!-- |
| 3 |
|
| 4 Pidgin - Internet Messenger |
3 Pidgin - Internet Messenger |
| 5 Copyright (C) Pidgin Developers <devel@pidgin.im> |
4 Copyright (C) Pidgin Developers <devel@pidgin.im> |
| 6 |
5 |
| 7 This program is free software; you can redistribute it and/or |
6 This program is free software; you can redistribute it and/or |
| 8 modify it under the terms of the GNU General Public License |
7 modify it under the terms of the GNU General Public License |
| 13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 GNU General Public License for more details. |
14 GNU General Public License for more details. |
| 16 |
15 |
| 17 You should have received a copy of the GNU General Public License |
16 You should have received a copy of the GNU General Public License |
| 18 along with this program; if not, write to the Free Software |
17 along with this library; if not, see <https://www.gnu.org/licenses/>. |
| 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
| 20 |
|
| 21 --> |
18 --> |
| 22 <interface domain="pidgin"> |
19 <interface domain="pidgin"> |
| 23 <requires lib="gtk+" version="3.22"/> |
20 <requires lib="gtk" version="4.0"/> |
| 24 <requires lib="pidgin" version="3.0"/> |
21 <requires lib="pidgin" version="3.0"/> |
| 25 <!-- interface-license-type gplv2 --> |
22 <!-- interface-license-type gplv2 --> |
| 26 <!-- interface-name Pidgin --> |
23 <!-- interface-name Pidgin --> |
| 27 <!-- interface-description Internet Messenger --> |
24 <!-- interface-description Internet Messenger --> |
| 28 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
25 <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> |
| 29 <object class="PidginProtocolStore" id="raw_model"/> |
26 <object class="PidginProtocolStore" id="raw_model"/> |
| 30 <object class="GtkTreeModelSort" id="model"> |
27 <object class="GtkTreeModelSort" id="model"> |
| 31 <property name="model">raw_model</property> |
28 <property name="model">raw_model</property> |
| 32 </object> |
29 </object> |
| 33 <template class="PidginProtocolChooser" parent="GtkComboBox"> |
30 <template class="PidginProtocolChooser" parent="GtkComboBox"> |
| 34 <property name="visible">True</property> |
|
| 35 <property name="can-focus">False</property> |
|
| 36 <property name="model">model</property> |
31 <property name="model">model</property> |
| 37 <child> |
32 <child> |
| 38 <object class="GtkCellRendererPixbuf" id="icon"/> |
33 <object class="GtkCellRendererPixbuf" id="icon"/> |
| 39 <attributes> |
34 <attributes> |
| 40 <attribute name="icon-name">3</attribute> |
35 <attribute name="icon-name">3</attribute> |