| 45 <property name="title" translatable="1">Notifications</property> |
45 <property name="title" translatable="1">Notifications</property> |
| 46 <property name="widget"> |
46 <property name="widget"> |
| 47 <object class="GtkScrolledWindow"> |
47 <object class="GtkScrolledWindow"> |
| 48 <child> |
48 <child> |
| 49 <object class="PidginNotificationList" id="notification_list"> |
49 <object class="PidginNotificationList" id="notification_list"> |
| |
50 <property name="orientation">vertical</property> |
| |
51 </object> |
| |
52 </child> |
| |
53 </object> |
| |
54 </property> |
| |
55 </object> |
| |
56 </child> |
| |
57 <child> |
| |
58 <object class="PidginDisplayItem"> |
| |
59 <property name="id">__plugins__</property> |
| |
60 <property name="title" translatable="1">Plugins</property> |
| |
61 <property name="widget"> |
| |
62 <object class="GtkBox"> |
| |
63 <property name="orientation">vertical</property> |
| |
64 <child> |
| |
65 <object class="PidginInfoPane"> |
| |
66 <property name="title" translatable="yes">Plugins</property> |
| |
67 <child> |
| |
68 <object class="GtkBox"> |
| |
69 <property name="margin-end">6</property> |
| |
70 <property name="orientation">horizontal</property> |
| |
71 <property name="spacing">6</property> |
| |
72 <property name="valign">center</property> |
| |
73 <child> |
| |
74 <object class="GtkButton"> |
| |
75 <property name="tooltip-text" translatable="yes">Refresh</property> |
| |
76 <!-- we can't actually refresh the gplugin pluging list right now, so we just show an insensitive button to remind us to fix it later. --> |
| |
77 <property name="sensitive">false</property> |
| |
78 <child> |
| |
79 <object class="GtkImage"> |
| |
80 <property name="icon-name">view-refresh-symbolic</property> |
| |
81 </object> |
| |
82 </child> |
| |
83 </object> |
| |
84 </child> |
| |
85 </object> |
| |
86 </child> |
| |
87 </object> |
| |
88 </child> |
| |
89 <child> |
| |
90 <object class="GPluginGtkView" id="plugin_list"> |
| 50 <property name="orientation">vertical</property> |
91 <property name="orientation">vertical</property> |
| 51 </object> |
92 </object> |
| 52 </child> |
93 </child> |
| 53 </object> |
94 </object> |
| 54 </property> |
95 </property> |