Implemented pdicts (persistent dictionaries), used them in feed properties.
[straw.git] / data / feed-properties.glade
blobd7ccef987ac4c71c68ca2e906da4dfdaef3a49af
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: nxml -*-->
4 <glade-interface>
5 <widget class="GtkDialog" id="feed_properties">
6 <property name="width_request">450</property>
7 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
8 <property name="border_width">5</property>
9 <property name="modal">True</property>
10 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
11 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
12 <property name="has_separator">False</property>
13 <child internal-child="vbox">
14 <widget class="GtkVBox" id="dialog-vbox1">
15 <property name="visible">True</property>
16 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
17 <property name="spacing">2</property>
18 <child>
19 <widget class="GtkNotebook" id="notebook1">
20 <property name="visible">True</property>
21 <property name="can_focus">True</property>
22 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
23 <child>
24 <widget class="GtkVBox" id="vbox1">
25 <property name="visible">True</property>
26 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
27 <child>
28 <widget class="GtkVBox" id="vbox2">
29 <property name="visible">True</property>
30 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
31 <property name="border_width">6</property>
32 <property name="spacing">6</property>
33 <child>
34 <widget class="GtkLabel" id="label9">
35 <property name="visible">True</property>
36 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
37 <property name="xalign">0</property>
38 <property name="label" translatable="yes">&lt;b&gt;Feed information&lt;/b&gt;</property>
39 <property name="use_markup">True</property>
40 </widget>
41 <packing>
42 <property name="expand">False</property>
43 </packing>
44 </child>
45 <child>
46 <widget class="GtkVBox" id="vbox3">
47 <property name="visible">True</property>
48 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
49 <property name="spacing">6</property>
50 <child>
51 <widget class="GtkHBox" id="hbox1">
52 <property name="visible">True</property>
53 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
54 <property name="spacing">12</property>
55 <child>
56 <widget class="GtkLabel" id="label1">
57 <property name="width_request">75</property>
58 <property name="visible">True</property>
59 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
60 <property name="xalign">0</property>
61 <property name="label" translatable="yes">_Title:</property>
62 <property name="use_underline">True</property>
63 <property name="single_line_mode">True</property>
64 </widget>
65 <packing>
66 <property name="expand">False</property>
67 <property name="padding">12</property>
68 </packing>
69 </child>
70 <child>
71 <widget class="GtkEntry" id="title_entry">
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 </widget>
75 <packing>
76 <property name="position">1</property>
77 </packing>
78 </child>
79 </widget>
80 </child>
81 <child>
82 <widget class="GtkHBox" id="hbox2">
83 <property name="visible">True</property>
84 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
85 <property name="spacing">12</property>
86 <child>
87 <widget class="GtkLabel" id="label2">
88 <property name="width_request">75</property>
89 <property name="visible">True</property>
90 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
91 <property name="xalign">0</property>
92 <property name="label" translatable="yes">_Location:</property>
93 <property name="use_underline">True</property>
94 </widget>
95 <packing>
96 <property name="expand">False</property>
97 <property name="padding">12</property>
98 </packing>
99 </child>
100 <child>
101 <widget class="GtkHBox" id="hbox3">
102 <property name="visible">True</property>
103 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
104 <child>
105 <widget class="GtkEntry" id="location_entry">
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 </widget>
109 </child>
110 <child>
111 <widget class="GtkButton" id="location_button">
112 <property name="visible">True</property>
113 <property name="can_focus">True</property>
114 <property name="receives_default">True</property>
115 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
116 <property name="relief">GTK_RELIEF_NONE</property>
117 <property name="focus_on_click">False</property>
118 <property name="response_id">0</property>
119 <signal name="clicked" handler="on_location_button_clicked"/>
120 <child>
121 <widget class="GtkImage" id="image1">
122 <property name="visible">True</property>
123 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
124 <property name="stock">gtk-index</property>
125 <property name="icon_size">2</property>
126 </widget>
127 </child>
128 </widget>
129 <packing>
130 <property name="expand">False</property>
131 <property name="fill">False</property>
132 <property name="padding">6</property>
133 <property name="position">1</property>
134 </packing>
135 </child>
136 </widget>
137 <packing>
138 <property name="position">1</property>
139 </packing>
140 </child>
141 </widget>
142 <packing>
143 <property name="position">1</property>
144 </packing>
145 </child>
146 <child>
147 <widget class="GtkHBox" id="hbox4">
148 <property name="visible">True</property>
149 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
150 <property name="spacing">12</property>
151 <child>
152 <widget class="GtkLabel" id="label4">
153 <property name="width_request">75</property>
154 <property name="visible">True</property>
155 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
156 <property name="xalign">0</property>
157 <property name="label" translatable="yes">Website:</property>
158 <property name="use_underline">True</property>
159 </widget>
160 <packing>
161 <property name="expand">False</property>
162 <property name="padding">12</property>
163 </packing>
164 </child>
165 <child>
166 <widget class="GtkHBox" id="hbox9">
167 <property name="visible">True</property>
168 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
169 <child>
170 <widget class="GtkEntry" id="website_entry">
171 <property name="visible">True</property>
172 <property name="can_focus">True</property>
173 <property name="editable">False</property>
174 </widget>
175 </child>
176 <child>
177 <widget class="GtkButton" id="website_button">
178 <property name="visible">True</property>
179 <property name="can_focus">True</property>
180 <property name="receives_default">True</property>
181 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
182 <property name="relief">GTK_RELIEF_NONE</property>
183 <property name="focus_on_click">False</property>
184 <property name="response_id">0</property>
185 <signal name="clicked" handler="on_website_button_clicked"/>
186 <child>
187 <widget class="GtkImage" id="image4">
188 <property name="visible">True</property>
189 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
190 <property name="stock">gtk-index</property>
191 <property name="icon_size">2</property>
192 </widget>
193 </child>
194 </widget>
195 <packing>
196 <property name="expand">False</property>
197 <property name="fill">False</property>
198 <property name="padding">6</property>
199 <property name="position">1</property>
200 </packing>
201 </child>
202 </widget>
203 <packing>
204 <property name="position">1</property>
205 </packing>
206 </child>
207 </widget>
208 <packing>
209 <property name="position">2</property>
210 </packing>
211 </child>
212 <child>
213 <widget class="GtkHBox" id="hbox7">
214 <property name="visible">True</property>
215 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
216 <property name="spacing">12</property>
217 <child>
218 <widget class="GtkLabel" id="label11">
219 <property name="width_request">75</property>
220 <property name="visible">True</property>
221 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
222 <property name="xalign">0</property>
223 <property name="yalign">0</property>
224 <property name="label" translatable="yes">Description:</property>
225 <property name="use_underline">True</property>
226 <property name="single_line_mode">True</property>
227 </widget>
228 <packing>
229 <property name="expand">False</property>
230 <property name="padding">12</property>
231 </packing>
232 </child>
233 <child>
234 <widget class="GtkScrolledWindow" id="scrolledwindow1">
235 <property name="height_request">50</property>
236 <property name="visible">True</property>
237 <property name="can_focus">True</property>
238 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
239 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
240 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
241 <child>
242 <widget class="GtkViewport" id="viewport1">
243 <property name="visible">True</property>
244 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
245 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
246 <child>
247 <widget class="GtkLabel" id="description_label">
248 <property name="width_request">250</property>
249 <property name="visible">True</property>
250 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
251 <property name="xalign">0</property>
252 <property name="yalign">0</property>
253 <property name="label" translatable="yes">label</property>
254 <property name="wrap">True</property>
255 <property name="selectable">True</property>
256 </widget>
257 </child>
258 </widget>
259 </child>
260 </widget>
261 <packing>
262 <property name="position">1</property>
263 </packing>
264 </child>
265 </widget>
266 <packing>
267 <property name="position">3</property>
268 </packing>
269 </child>
270 <child>
271 <widget class="GtkHBox" id="hbox8">
272 <property name="visible">True</property>
273 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
274 <property name="spacing">12</property>
275 <child>
276 <widget class="GtkLabel" id="label13">
277 <property name="width_request">75</property>
278 <property name="visible">True</property>
279 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
280 <property name="xalign">0</property>
281 <property name="yalign">0</property>
282 <property name="label" translatable="yes">Copyright:</property>
283 <property name="use_underline">True</property>
284 <property name="single_line_mode">True</property>
285 </widget>
286 <packing>
287 <property name="expand">False</property>
288 <property name="padding">12</property>
289 </packing>
290 </child>
291 <child>
292 <widget class="GtkScrolledWindow" id="scrolledwindow3">
293 <property name="height_request">50</property>
294 <property name="visible">True</property>
295 <property name="can_focus">True</property>
296 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
297 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
298 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
299 <child>
300 <widget class="GtkViewport" id="viewport3">
301 <property name="visible">True</property>
302 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
303 <property name="resize_mode">GTK_RESIZE_QUEUE</property>
304 <child>
305 <widget class="GtkLabel" id="copyright_label">
306 <property name="width_request">250</property>
307 <property name="visible">True</property>
308 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
309 <property name="xalign">0</property>
310 <property name="yalign">0</property>
311 <property name="label" translatable="yes">label</property>
312 <property name="wrap">True</property>
313 <property name="selectable">True</property>
314 </widget>
315 </child>
316 </widget>
317 </child>
318 </widget>
319 <packing>
320 <property name="position">1</property>
321 </packing>
322 </child>
323 </widget>
324 <packing>
325 <property name="position">4</property>
326 </packing>
327 </child>
328 <child>
329 <widget class="GtkHBox" id="category_hbox">
330 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
331 <property name="spacing">12</property>
332 <child>
333 <widget class="GtkLabel" id="label14">
334 <property name="width_request">75</property>
335 <property name="visible">True</property>
336 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
337 <property name="xalign">0</property>
338 <property name="label" translatable="yes">Category:</property>
339 <property name="use_underline">True</property>
340 <property name="single_line_mode">True</property>
341 </widget>
342 <packing>
343 <property name="expand">False</property>
344 <property name="padding">12</property>
345 </packing>
346 </child>
347 <child>
348 <widget class="GtkLabel" id="category_label">
349 <property name="visible">True</property>
350 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
351 <property name="xalign">0</property>
352 <property name="label" translatable="yes">label</property>
353 <property name="selectable">True</property>
354 </widget>
355 <packing>
356 <property name="position">1</property>
357 </packing>
358 </child>
359 </widget>
360 <packing>
361 <property name="position">5</property>
362 </packing>
363 </child>
364 <child>
365 <widget class="GtkHBox" id="creator_hbox">
366 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
367 <property name="spacing">12</property>
368 <child>
369 <widget class="GtkLabel" id="label15">
370 <property name="width_request">75</property>
371 <property name="visible">True</property>
372 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
373 <property name="xalign">0</property>
374 <property name="label" translatable="yes">Creator:</property>
375 <property name="use_underline">True</property>
376 <property name="single_line_mode">True</property>
377 </widget>
378 <packing>
379 <property name="expand">False</property>
380 <property name="padding">12</property>
381 </packing>
382 </child>
383 <child>
384 <widget class="GtkLabel" id="creator_label">
385 <property name="visible">True</property>
386 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
387 <property name="xalign">0</property>
388 <property name="label" translatable="yes">label</property>
389 <property name="selectable">True</property>
390 </widget>
391 <packing>
392 <property name="position">1</property>
393 </packing>
394 </child>
395 </widget>
396 <packing>
397 <property name="position">6</property>
398 </packing>
399 </child>
400 <child>
401 <widget class="GtkHBox" id="generator_hbox">
402 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
403 <property name="spacing">12</property>
404 <child>
405 <widget class="GtkLabel" id="label17">
406 <property name="width_request">75</property>
407 <property name="visible">True</property>
408 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
409 <property name="xalign">0</property>
410 <property name="label" translatable="yes">Generator:</property>
411 <property name="use_underline">True</property>
412 <property name="single_line_mode">True</property>
413 </widget>
414 <packing>
415 <property name="expand">False</property>
416 <property name="padding">12</property>
417 </packing>
418 </child>
419 <child>
420 <widget class="GtkLabel" id="generator_label">
421 <property name="visible">True</property>
422 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
423 <property name="xalign">0</property>
424 <property name="label" translatable="yes">label</property>
425 <property name="selectable">True</property>
426 </widget>
427 <packing>
428 <property name="position">1</property>
429 </packing>
430 </child>
431 </widget>
432 <packing>
433 <property name="position">7</property>
434 </packing>
435 </child>
436 <child>
437 <widget class="GtkHBox" id="ttl_hbox">
438 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
439 <property name="spacing">12</property>
440 <child>
441 <widget class="GtkLabel" id="label19">
442 <property name="width_request">75</property>
443 <property name="visible">True</property>
444 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
445 <property name="xalign">0</property>
446 <property name="label" translatable="yes">Time To Live:</property>
447 <property name="use_underline">True</property>
448 <property name="single_line_mode">True</property>
449 </widget>
450 <packing>
451 <property name="expand">False</property>
452 <property name="padding">12</property>
453 </packing>
454 </child>
455 <child>
456 <widget class="GtkLabel" id="ttl_label">
457 <property name="visible">True</property>
458 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
459 <property name="xalign">0</property>
460 <property name="label" translatable="yes">label</property>
461 <property name="selectable">True</property>
462 </widget>
463 <packing>
464 <property name="position">1</property>
465 </packing>
466 </child>
467 </widget>
468 <packing>
469 <property name="position">8</property>
470 </packing>
471 </child>
472 <child>
473 <widget class="GtkHBox" id="webmaster_hbox">
474 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
475 <property name="spacing">12</property>
476 <child>
477 <widget class="GtkLabel" id="label20">
478 <property name="width_request">75</property>
479 <property name="visible">True</property>
480 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
481 <property name="xalign">0</property>
482 <property name="label" translatable="yes">Webmaster:</property>
483 <property name="use_underline">True</property>
484 <property name="single_line_mode">True</property>
485 </widget>
486 <packing>
487 <property name="expand">False</property>
488 <property name="padding">12</property>
489 </packing>
490 </child>
491 <child>
492 <widget class="GtkLabel" id="webmaster_label">
493 <property name="visible">True</property>
494 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
495 <property name="xalign">0</property>
496 <property name="label" translatable="yes">label</property>
497 <property name="selectable">True</property>
498 </widget>
499 <packing>
500 <property name="position">1</property>
501 </packing>
502 </child>
503 </widget>
504 <packing>
505 <property name="position">9</property>
506 </packing>
507 </child>
508 </widget>
509 <packing>
510 <property name="position">1</property>
511 </packing>
512 </child>
513 </widget>
514 <packing>
515 <property name="expand">False</property>
516 </packing>
517 </child>
518 </widget>
519 <packing>
520 <property name="tab_fill">False</property>
521 </packing>
522 </child>
523 <child>
524 <widget class="GtkLabel" id="label12">
525 <property name="visible">True</property>
526 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
527 <property name="label" translatable="yes">General</property>
528 </widget>
529 <packing>
530 <property name="type">tab</property>
531 <property name="tab_fill">False</property>
532 </packing>
533 </child>
534 <child>
535 <widget class="GtkVBox" id="vbox6">
536 <property name="visible">True</property>
537 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
538 <child>
539 <widget class="GtkVBox" id="vbox4">
540 <property name="visible">True</property>
541 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
542 <property name="border_width">6</property>
543 <property name="spacing">6</property>
544 <child>
545 <widget class="GtkLabel" id="label16">
546 <property name="visible">True</property>
547 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
548 <property name="xalign">0</property>
549 <property name="label" translatable="yes">&lt;b&gt;Feed update&lt;/b&gt;</property>
550 <property name="use_markup">True</property>
551 </widget>
552 <packing>
553 <property name="expand">False</property>
554 </packing>
555 </child>
556 <child>
557 <widget class="GtkVBox" id="vbox7">
558 <property name="visible">True</property>
559 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
560 <property name="spacing">6</property>
561 <child>
562 <widget class="GtkTable" id="table1">
563 <property name="visible">True</property>
564 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
565 <property name="n_rows">3</property>
566 <property name="n_columns">2</property>
567 <property name="row_spacing">6</property>
568 <child>
569 <widget class="GtkLabel" id="label35">
570 <property name="visible">True</property>
571 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
572 <property name="xalign">0</property>
573 <property name="label" translatable="yes">Last update:</property>
574 <property name="use_underline">True</property>
575 <property name="single_line_mode">True</property>
576 </widget>
577 <packing>
578 <property name="x_options">GTK_FILL</property>
579 <property name="x_padding">12</property>
580 </packing>
581 </child>
582 <child>
583 <widget class="GtkLabel" id="label36">
584 <property name="visible">True</property>
585 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
586 <property name="xalign">0</property>
587 <property name="label" translatable="yes">Next update:</property>
588 <property name="use_underline">True</property>
589 <property name="single_line_mode">True</property>
590 </widget>
591 <packing>
592 <property name="top_attach">1</property>
593 <property name="bottom_attach">2</property>
594 <property name="x_options">GTK_FILL</property>
595 <property name="x_padding">12</property>
596 </packing>
597 </child>
598 <child>
599 <widget class="GtkLabel" id="label30">
600 <property name="visible">True</property>
601 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
602 <property name="xalign">0</property>
603 <property name="label" translatable="yes">Update frequency:</property>
604 <property name="use_underline">True</property>
605 <property name="single_line_mode">True</property>
606 </widget>
607 <packing>
608 <property name="top_attach">2</property>
609 <property name="bottom_attach">3</property>
610 <property name="x_options">GTK_FILL</property>
611 <property name="x_padding">12</property>
612 </packing>
613 </child>
614 <child>
615 <widget class="GtkLabel" id="last_update_label">
616 <property name="visible">True</property>
617 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
618 <property name="xalign">0</property>
619 <property name="label" translatable="yes">label</property>
620 <property name="selectable">True</property>
621 </widget>
622 <packing>
623 <property name="left_attach">1</property>
624 <property name="right_attach">2</property>
625 </packing>
626 </child>
627 <child>
628 <widget class="GtkLabel" id="next_update_label">
629 <property name="visible">True</property>
630 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
631 <property name="xalign">0</property>
632 <property name="label" translatable="yes">label</property>
633 <property name="selectable">True</property>
634 </widget>
635 <packing>
636 <property name="left_attach">1</property>
637 <property name="right_attach">2</property>
638 <property name="top_attach">1</property>
639 <property name="bottom_attach">2</property>
640 </packing>
641 </child>
642 <child>
643 <widget class="GtkHBox" id="hbox5">
644 <property name="visible">True</property>
645 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
646 <child>
647 <widget class="GtkSpinButton" id="spinbutton1">
648 <property name="visible">True</property>
649 <property name="can_focus">True</property>
650 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
651 <property name="width_chars">3</property>
652 <property name="adjustment">0 0 100 1 10 10</property>
653 <property name="snap_to_ticks">True</property>
654 <property name="numeric">True</property>
655 </widget>
656 <packing>
657 <property name="expand">False</property>
658 <property name="fill">False</property>
659 </packing>
660 </child>
661 <child>
662 <widget class="GtkCheckButton" id="properties_keep_refresh_default1">
663 <property name="visible">True</property>
664 <property name="can_focus">True</property>
665 <property name="label" translatable="yes">Us_e Default</property>
666 <property name="use_underline">True</property>
667 <property name="response_id">0</property>
668 <property name="draw_indicator">True</property>
669 </widget>
670 <packing>
671 <property name="expand">False</property>
672 <property name="fill">False</property>
673 <property name="padding">12</property>
674 <property name="position">1</property>
675 </packing>
676 </child>
677 </widget>
678 <packing>
679 <property name="left_attach">1</property>
680 <property name="right_attach">2</property>
681 <property name="top_attach">2</property>
682 <property name="bottom_attach">3</property>
683 <property name="x_options">GTK_FILL</property>
684 </packing>
685 </child>
686 </widget>
687 </child>
688 </widget>
689 <packing>
690 <property name="position">1</property>
691 </packing>
692 </child>
693 </widget>
694 <packing>
695 <property name="expand">False</property>
696 </packing>
697 </child>
698 <child>
699 <widget class="GtkVBox" id="vbox9">
700 <property name="visible">True</property>
701 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
702 <property name="border_width">6</property>
703 <property name="spacing">6</property>
704 <child>
705 <widget class="GtkLabel" id="label10">
706 <property name="visible">True</property>
707 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
708 <property name="xalign">0</property>
709 <property name="label" translatable="yes">&lt;b&gt;Storage&lt;/b&gt;</property>
710 <property name="use_markup">True</property>
711 </widget>
712 <packing>
713 <property name="expand">False</property>
714 </packing>
715 </child>
716 <child>
717 <widget class="GtkVBox" id="vbox10">
718 <property name="visible">True</property>
719 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
720 <property name="spacing">6</property>
721 <child>
722 <widget class="GtkTable" id="table3">
723 <property name="visible">True</property>
724 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
725 <property name="n_rows">1</property>
726 <property name="n_columns">2</property>
727 <property name="row_spacing">6</property>
728 <child>
729 <widget class="GtkLabel" id="label22">
730 <property name="visible">True</property>
731 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
732 <property name="xalign">0</property>
733 <property name="label" translatable="yes">Items to store:</property>
734 <property name="use_underline">True</property>
735 <property name="single_line_mode">True</property>
736 </widget>
737 <packing>
738 <property name="x_options">GTK_FILL</property>
739 <property name="x_padding">12</property>
740 </packing>
741 </child>
742 <child>
743 <widget class="GtkHBox" id="hbox10">
744 <property name="visible">True</property>
745 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
746 <child>
747 <widget class="GtkSpinButton" id="spinbutton3">
748 <property name="visible">True</property>
749 <property name="can_focus">True</property>
750 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
751 <property name="width_chars">3</property>
752 <property name="adjustment">0 0 100 1 10 10</property>
753 <property name="snap_to_ticks">True</property>
754 <property name="numeric">True</property>
755 </widget>
756 <packing>
757 <property name="expand">False</property>
758 <property name="fill">False</property>
759 </packing>
760 </child>
761 <child>
762 <widget class="GtkCheckButton" id="properties_keep_refresh_default3">
763 <property name="visible">True</property>
764 <property name="can_focus">True</property>
765 <property name="label" translatable="yes">Us_e Default</property>
766 <property name="use_underline">True</property>
767 <property name="response_id">0</property>
768 <property name="draw_indicator">True</property>
769 </widget>
770 <packing>
771 <property name="expand">False</property>
772 <property name="fill">False</property>
773 <property name="padding">12</property>
774 <property name="position">1</property>
775 </packing>
776 </child>
777 </widget>
778 <packing>
779 <property name="left_attach">1</property>
780 <property name="right_attach">2</property>
781 <property name="x_options">GTK_FILL</property>
782 </packing>
783 </child>
784 </widget>
785 </child>
786 </widget>
787 <packing>
788 <property name="position">1</property>
789 </packing>
790 </child>
791 </widget>
792 <packing>
793 <property name="expand">False</property>
794 <property name="position">1</property>
795 </packing>
796 </child>
797 </widget>
798 <packing>
799 <property name="position">1</property>
800 <property name="tab_fill">False</property>
801 </packing>
802 </child>
803 <child>
804 <widget class="GtkLabel" id="label3">
805 <property name="visible">True</property>
806 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
807 <property name="label" translatable="yes">Settings</property>
808 </widget>
809 <packing>
810 <property name="type">tab</property>
811 <property name="position">1</property>
812 <property name="tab_fill">False</property>
813 </packing>
814 </child>
815 </widget>
816 <packing>
817 <property name="position">1</property>
818 </packing>
819 </child>
820 <child internal-child="action_area">
821 <widget class="GtkHButtonBox" id="dialog-action_area1">
822 <property name="visible">True</property>
823 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
824 <property name="layout_style">GTK_BUTTONBOX_END</property>
825 <child>
826 <placeholder/>
827 </child>
828 <child>
829 <widget class="GtkButton" id="close_button">
830 <property name="visible">True</property>
831 <property name="can_focus">True</property>
832 <property name="can_default">True</property>
833 <property name="has_default">True</property>
834 <property name="receives_default">True</property>
835 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
836 <property name="label" translatable="yes">gtk-close</property>
837 <property name="use_stock">True</property>
838 <property name="response_id">0</property>
839 <signal name="clicked" handler="on_close_button_clicked"/>
840 </widget>
841 <packing>
842 <property name="position">1</property>
843 </packing>
844 </child>
845 </widget>
846 <packing>
847 <property name="expand">False</property>
848 <property name="pack_type">GTK_PACK_END</property>
849 <property name="position">1</property>
850 </packing>
851 </child>
852 </widget>
853 </child>
854 </widget>
855 </glade-interface>