| 30 <property name="can_focus">False</property> |
30 <property name="can_focus">False</property> |
| 31 <property name="model">model</property> |
31 <property name="model">model</property> |
| 32 <child> |
32 <child> |
| 33 <object class="GtkCellRendererPixbuf" id="icon"/> |
33 <object class="GtkCellRendererPixbuf" id="icon"/> |
| 34 <attributes> |
34 <attributes> |
| 35 <attribute name="pixbuf">2</attribute> |
35 <attribute name="pixbuf">3</attribute> |
| 36 </attributes> |
36 </attributes> |
| 37 </child> |
37 </child> |
| 38 <child> |
38 <child> |
| 39 <object class="GtkCellRendererText" id="name"/> |
39 <object class="GtkCellRendererText" id="name"/> |
| 40 <attributes> |
40 <attributes> |
| 41 <attribute name="text">1</attribute> |
41 <attribute name="text">2</attribute> |
| 42 </attributes> |
42 </attributes> |
| 43 </child> |
43 </child> |
| 44 </template> |
44 </template> |
| 45 <object class="PidginProtocolStore" id="model"/> |
45 <object class="PidginProtocolStore" id="model"/> |
| 46 </interface> |
46 </interface> |