fix invalid XML char regex. Fixes #5427
[gajim.git] / data / gui / change_activity_dialog.ui
blob42b0342dc14bdb09e9b467bf291982f24326ce7a
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="change_activity_dialog">
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Set Activity</property>
8 <property name="default_width">270</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkVBox" id="dialog-vbox5">
12 <property name="visible">True</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">6</property>
15 <child>
16 <object class="GtkCheckButton" id="enable_checkbutton">
17 <property name="label" translatable="yes">Set an activity</property>
18 <property name="visible">True</property>
19 <property name="can_focus">True</property>
20 <property name="receives_default">False</property>
21 <property name="draw_indicator">True</property>
22 <signal name="toggled" handler="on_enable_checkbutton_toggled"/>
23 </object>
24 <packing>
25 <property name="expand">False</property>
26 <property name="fill">False</property>
27 <property name="position">2</property>
28 </packing>
29 </child>
30 <child>
31 <object class="GtkNotebook" id="notebook">
32 <property name="visible">True</property>
33 <property name="sensitive">False</property>
34 <property name="can_focus">True</property>
35 <child>
36 <object class="GtkVBox" id="doing_chores_vbox">
37 <property name="visible">True</property>
38 <property name="orientation">vertical</property>
39 </object>
40 </child>
41 <child type="tab">
42 <object class="GtkImage" id="doing_chores_image">
43 <property name="visible">True</property>
44 <property name="stock">gtk-missing-image</property>
45 <property name="icon-size">1</property>
46 </object>
47 <packing>
48 <property name="tab_fill">False</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkVBox" id="drinking_vbox">
53 <property name="visible">True</property>
54 <property name="orientation">vertical</property>
55 </object>
56 <packing>
57 <property name="position">1</property>
58 </packing>
59 </child>
60 <child type="tab">
61 <object class="GtkImage" id="drinking_image">
62 <property name="visible">True</property>
63 <property name="stock">gtk-missing-image</property>
64 <property name="icon-size">1</property>
65 </object>
66 <packing>
67 <property name="position">1</property>
68 <property name="tab_fill">False</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkVBox" id="eating_vbox">
73 <property name="visible">True</property>
74 <property name="orientation">vertical</property>
75 </object>
76 <packing>
77 <property name="position">2</property>
78 </packing>
79 </child>
80 <child type="tab">
81 <object class="GtkImage" id="eating_image">
82 <property name="visible">True</property>
83 <property name="stock">gtk-missing-image</property>
84 <property name="icon-size">1</property>
85 </object>
86 <packing>
87 <property name="position">2</property>
88 <property name="tab_fill">False</property>
89 </packing>
90 </child>
91 <child>
92 <object class="GtkVBox" id="exercising_vbox">
93 <property name="visible">True</property>
94 <property name="orientation">vertical</property>
95 </object>
96 <packing>
97 <property name="position">3</property>
98 </packing>
99 </child>
100 <child type="tab">
101 <object class="GtkImage" id="exercising_image">
102 <property name="visible">True</property>
103 <property name="stock">gtk-missing-image</property>
104 <property name="icon-size">1</property>
105 </object>
106 <packing>
107 <property name="position">3</property>
108 <property name="tab_fill">False</property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkVBox" id="grooming_vbox">
113 <property name="visible">True</property>
114 <property name="orientation">vertical</property>
115 </object>
116 <packing>
117 <property name="position">4</property>
118 </packing>
119 </child>
120 <child type="tab">
121 <object class="GtkImage" id="grooming_image">
122 <property name="visible">True</property>
123 <property name="stock">gtk-missing-image</property>
124 <property name="icon-size">1</property>
125 </object>
126 <packing>
127 <property name="position">4</property>
128 <property name="tab_fill">False</property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkVBox" id="having_appointment_vbox">
133 <property name="visible">True</property>
134 <property name="orientation">vertical</property>
135 </object>
136 <packing>
137 <property name="position">5</property>
138 </packing>
139 </child>
140 <child type="tab">
141 <object class="GtkImage" id="having_appointment_image">
142 <property name="visible">True</property>
143 <property name="stock">gtk-missing-image</property>
144 <property name="icon-size">1</property>
145 </object>
146 <packing>
147 <property name="position">5</property>
148 <property name="tab_fill">False</property>
149 </packing>
150 </child>
151 <child>
152 <object class="GtkVBox" id="inactive_vbox">
153 <property name="visible">True</property>
154 <property name="orientation">vertical</property>
155 </object>
156 <packing>
157 <property name="position">6</property>
158 </packing>
159 </child>
160 <child type="tab">
161 <object class="GtkImage" id="inactive_image">
162 <property name="visible">True</property>
163 <property name="stock">gtk-missing-image</property>
164 <property name="icon-size">1</property>
165 </object>
166 <packing>
167 <property name="position">6</property>
168 <property name="tab_fill">False</property>
169 </packing>
170 </child>
171 <child>
172 <object class="GtkVBox" id="relaxing_vbox">
173 <property name="visible">True</property>
174 <property name="orientation">vertical</property>
175 </object>
176 <packing>
177 <property name="position">7</property>
178 </packing>
179 </child>
180 <child type="tab">
181 <object class="GtkImage" id="relaxing_image">
182 <property name="visible">True</property>
183 <property name="stock">gtk-missing-image</property>
184 <property name="icon-size">1</property>
185 </object>
186 <packing>
187 <property name="position">7</property>
188 <property name="tab_fill">False</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkVBox" id="talking_vbox">
193 <property name="visible">True</property>
194 <property name="orientation">vertical</property>
195 </object>
196 <packing>
197 <property name="position">8</property>
198 </packing>
199 </child>
200 <child type="tab">
201 <object class="GtkImage" id="talking_image">
202 <property name="visible">True</property>
203 <property name="stock">gtk-missing-image</property>
204 <property name="icon-size">1</property>
205 </object>
206 <packing>
207 <property name="position">8</property>
208 <property name="tab_fill">False</property>
209 </packing>
210 </child>
211 <child>
212 <object class="GtkVBox" id="traveling_vbox">
213 <property name="visible">True</property>
214 <property name="orientation">vertical</property>
215 </object>
216 <packing>
217 <property name="position">9</property>
218 </packing>
219 </child>
220 <child type="tab">
221 <object class="GtkImage" id="traveling_image">
222 <property name="visible">True</property>
223 <property name="stock">gtk-missing-image</property>
224 <property name="icon-size">1</property>
225 </object>
226 <packing>
227 <property name="position">9</property>
228 <property name="tab_fill">False</property>
229 </packing>
230 </child>
231 <child>
232 <object class="GtkVBox" id="working_vbox">
233 <property name="visible">True</property>
234 <property name="orientation">vertical</property>
235 </object>
236 <packing>
237 <property name="position">10</property>
238 </packing>
239 </child>
240 <child type="tab">
241 <object class="GtkImage" id="working_image">
242 <property name="visible">True</property>
243 <property name="stock">gtk-missing-image</property>
244 <property name="icon-size">1</property>
245 </object>
246 <packing>
247 <property name="position">10</property>
248 <property name="tab_fill">False</property>
249 </packing>
250 </child>
251 </object>
252 <packing>
253 <property name="position">3</property>
254 </packing>
255 </child>
256 <child>
257 <object class="GtkHBox" id="hbox1">
258 <property name="visible">True</property>
259 <child>
260 <object class="GtkLabel" id="label1">
261 <property name="visible">True</property>
262 <property name="label" translatable="yes">&lt;b&gt;Message:&lt;/b&gt; </property>
263 <property name="use_markup">True</property>
264 </object>
265 <packing>
266 <property name="expand">False</property>
267 <property name="fill">False</property>
268 <property name="position">0</property>
269 </packing>
270 </child>
271 <child>
272 <object class="GtkEntry" id="description_entry">
273 <property name="visible">True</property>
274 <property name="sensitive">False</property>
275 <property name="can_focus">True</property>
276 </object>
277 <packing>
278 <property name="position">1</property>
279 </packing>
280 </child>
281 </object>
282 <packing>
283 <property name="expand">False</property>
284 <property name="fill">False</property>
285 <property name="position">4</property>
286 </packing>
287 </child>
288 <child internal-child="action_area">
289 <object class="GtkHButtonBox" id="dialog-action_area">
290 <property name="visible">True</property>
291 <property name="layout_style">end</property>
292 <child>
293 <object class="GtkButton" id="cancel_button">
294 <property name="label">gtk-cancel</property>
295 <property name="visible">True</property>
296 <property name="can_focus">True</property>
297 <property name="can_default">True</property>
298 <property name="receives_default">False</property>
299 <property name="use_stock">True</property>
300 <signal name="clicked" handler="on_cancel_button_clicked"/>
301 </object>
302 <packing>
303 <property name="expand">False</property>
304 <property name="fill">False</property>
305 <property name="position">0</property>
306 </packing>
307 </child>
308 <child>
309 <object class="GtkButton" id="ok_button">
310 <property name="label">gtk-ok</property>
311 <property name="visible">True</property>
312 <property name="can_focus">True</property>
313 <property name="can_default">True</property>
314 <property name="has_default">True</property>
315 <property name="receives_default">False</property>
316 <property name="use_stock">True</property>
317 <signal name="clicked" handler="on_ok_button_clicked"/>
318 </object>
319 <packing>
320 <property name="expand">False</property>
321 <property name="fill">False</property>
322 <property name="position">1</property>
323 </packing>
324 </child>
325 </object>
326 <packing>
327 <property name="expand">False</property>
328 <property name="fill">False</property>
329 <property name="pack_type">end</property>
330 <property name="position">0</property>
331 </packing>
332 </child>
333 </object>
334 </child>
335 <action-widgets>
336 <action-widget response="-6">cancel_button</action-widget>
337 <action-widget response="-5">ok_button</action-widget>
338 </action-widgets>
339 </object>
340 </interface>