~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to glade/liferea.ui

  • Committer: Package Import Robot
  • Author(s): bojo42
  • Date: 2012-03-29 14:17:21 UTC
  • mfrom: (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: package-import@ubuntu.com-20120329141721-qqj1hupcvhglekf1
ImportĀ upstreamĀ versionĀ 1.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkListStore" id="liststore1">
 
6
    <columns>
 
7
      <!-- column-name item -->
 
8
      <column type="gchararray"/>
 
9
    </columns>
 
10
  </object>
 
11
  <object class="GtkListStore" id="liststore2">
 
12
    <columns>
 
13
      <!-- column-name item -->
 
14
      <column type="gchararray"/>
 
15
    </columns>
 
16
  </object>
 
17
  <object class="GtkListStore" id="liststore3">
 
18
    <columns>
 
19
      <!-- column-name item -->
 
20
      <column type="gchararray"/>
 
21
    </columns>
 
22
  </object>
 
23
  <object class="GtkListStore" id="liststore4">
 
24
    <columns>
 
25
      <!-- column-name item -->
 
26
      <column type="gchararray"/>
 
27
    </columns>
 
28
  </object>
 
29
  <object class="GtkListStore" id="liststore5">
 
30
    <columns>
 
31
      <!-- column-name item -->
 
32
      <column type="gchararray"/>
 
33
    </columns>
 
34
  </object>
 
35
  <object class="GtkListStore" id="liststore6">
 
36
    <columns>
 
37
      <!-- column-name item -->
 
38
      <column type="gchararray"/>
 
39
    </columns>
 
40
  </object>
 
41
  <object class="GtkWindow" id="mainwindow">
 
42
    <property name="title" translatable="yes">Liferea</property>
 
43
    <property name="default_width">640</property>
 
44
    <property name="default_height">480</property>
 
45
    <property name="icon_name">liferea</property>
 
46
    <child>
 
47
      <object class="GtkVBox" id="vbox1">
 
48
        <property name="visible">True</property>
 
49
        <child>
 
50
          <object class="GtkHPaned" id="leftpane">
 
51
            <property name="visible">True</property>
 
52
            <property name="can_focus">True</property>
 
53
            <property name="position">170</property>
 
54
            <child>
 
55
              <object class="GtkScrolledWindow" id="scrolledwindow3">
 
56
                <property name="visible">True</property>
 
57
                <property name="can_focus">True</property>
 
58
                <property name="hscrollbar_policy">never</property>
 
59
                <property name="vscrollbar_policy">automatic</property>
 
60
                <property name="shadow_type">in</property>
 
61
                <child>
 
62
                  <object class="GtkTreeView" id="feedlist">
 
63
                    <property name="visible">True</property>
 
64
                    <property name="can_focus">True</property>
 
65
                    <property name="has_focus">True</property>
 
66
                    <property name="headers_visible">False</property>
 
67
                    <property name="reorderable">True</property>
 
68
                    <signal name="button_press_event" handler="on_mainfeedlist_button_press_event"/>
 
69
                    <signal name="popup_menu" handler="on_mainfeedlist_popup_menu"/>
 
70
                  </object>
 
71
                </child>
 
72
              </object>
 
73
              <packing>
 
74
                <property name="resize">False</property>
 
75
                <property name="shrink">True</property>
 
76
              </packing>
 
77
            </child>
 
78
            <child>
 
79
              <object class="GtkNotebook" id="browsertabs">
 
80
                <property name="visible">True</property>
 
81
                <property name="can_focus">True</property>
 
82
                <property name="show_border">False</property>
 
83
                <property name="scrollable">True</property>
 
84
                <child>
 
85
                  <object class="GtkVBox" id="vbox18">
 
86
                    <property name="visible">True</property>
 
87
                    <child>
 
88
                      <object class="GtkNotebook" id="itemtabs">
 
89
                        <property name="visible">True</property>
 
90
                        <property name="show_tabs">False</property>
 
91
                        <property name="show_border">False</property>
 
92
                        <child>
 
93
                          <object class="GtkVPaned" id="normalViewPane">
 
94
                            <property name="visible">True</property>
 
95
                            <property name="can_focus">True</property>
 
96
                            <property name="position">199</property>
 
97
                            <child>
 
98
                              <object class="GtkViewport" id="normalViewItems">
 
99
                                <property name="visible">True</property>
 
100
                                <property name="shadow_type">none</property>
 
101
                                <child>
 
102
                                  <placeholder/>
 
103
                                </child>
 
104
                              </object>
 
105
                              <packing>
 
106
                                <property name="resize">False</property>
 
107
                                <property name="shrink">True</property>
 
108
                              </packing>
 
109
                            </child>
 
110
                            <child>
 
111
                              <object class="GtkVBox" id="normalViewVBox">
 
112
                                <property name="visible">True</property>
 
113
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
114
                                <child>
 
115
                                  <object class="GtkViewport" id="normalViewHtml">
 
116
                                    <property name="visible">True</property>
 
117
                                    <property name="shadow_type">none</property>
 
118
                                    <child>
 
119
                                      <placeholder/>
 
120
                                    </child>
 
121
                                  </object>
 
122
                                  <packing>
 
123
                                    <property name="position">0</property>
 
124
                                  </packing>
 
125
                                </child>
 
126
                                <child>
 
127
                                  <placeholder/>
 
128
                                </child>
 
129
                              </object>
 
130
                              <packing>
 
131
                                <property name="resize">True</property>
 
132
                                <property name="shrink">True</property>
 
133
                              </packing>
 
134
                            </child>
 
135
                          </object>
 
136
                        </child>
 
137
                        <child type="tab">
 
138
                          <object class="GtkLabel" id="label30">
 
139
                            <property name="visible">True</property>
 
140
                            <property name="label" translatable="yes">normal view</property>
 
141
                          </object>
 
142
                          <packing>
 
143
                            <property name="tab_fill">False</property>
 
144
                          </packing>
 
145
                        </child>
 
146
                        <child>
 
147
                          <object class="GtkHPaned" id="wideViewPane">
 
148
                            <property name="visible">True</property>
 
149
                            <property name="can_focus">True</property>
 
150
                            <property name="position">100</property>
 
151
                            <child>
 
152
                              <object class="GtkViewport" id="wideViewItems">
 
153
                                <property name="visible">True</property>
 
154
                                <property name="shadow_type">none</property>
 
155
                                <child>
 
156
                                  <placeholder/>
 
157
                                </child>
 
158
                              </object>
 
159
                              <packing>
 
160
                                <property name="resize">False</property>
 
161
                                <property name="shrink">True</property>
 
162
                              </packing>
 
163
                            </child>
 
164
                            <child>
 
165
                              <object class="GtkVBox" id="wideViewVBox">
 
166
                                <property name="visible">True</property>
 
167
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
168
                                <child>
 
169
                                  <object class="GtkViewport" id="wideViewHtml">
 
170
                                    <property name="visible">True</property>
 
171
                                    <property name="shadow_type">none</property>
 
172
                                    <child>
 
173
                                      <placeholder/>
 
174
                                    </child>
 
175
                                  </object>
 
176
                                  <packing>
 
177
                                    <property name="position">0</property>
 
178
                                  </packing>
 
179
                                </child>
 
180
                                <child>
 
181
                                  <placeholder/>
 
182
                                </child>
 
183
                              </object>
 
184
                              <packing>
 
185
                                <property name="resize">True</property>
 
186
                                <property name="shrink">True</property>
 
187
                              </packing>
 
188
                            </child>
 
189
                          </object>
 
190
                          <packing>
 
191
                            <property name="position">1</property>
 
192
                          </packing>
 
193
                        </child>
 
194
                        <child type="tab">
 
195
                          <object class="GtkLabel" id="label252">
 
196
                            <property name="visible">True</property>
 
197
                            <property name="label" translatable="yes">wide view</property>
 
198
                          </object>
 
199
                          <packing>
 
200
                            <property name="position">1</property>
 
201
                            <property name="tab_fill">False</property>
 
202
                          </packing>
 
203
                        </child>
 
204
                        <child>
 
205
                          <object class="GtkVBox" id="vbox2628">
 
206
                            <property name="visible">True</property>
 
207
                            <child>
 
208
                              <object class="GtkToolbar" id="toolbar1">
 
209
                                <child>
 
210
                                  <object class="GtkToolItem" id="toolitem1">
 
211
                                    <property name="visible">True</property>
 
212
                                    <child>
 
213
                                      <object class="GtkButton" id="button9">
 
214
                                        <property name="label">gtk-go-back</property>
 
215
                                        <property name="visible">True</property>
 
216
                                        <property name="can_focus">True</property>
 
217
                                        <property name="receives_default">False</property>
 
218
                                        <property name="use_stock">True</property>
 
219
                                      </object>
 
220
                                    </child>
 
221
                                  </object>
 
222
                                  <packing>
 
223
                                    <property name="expand">False</property>
 
224
                                  </packing>
 
225
                                </child>
 
226
                                <child>
 
227
                                  <object class="GtkToolItem" id="toolitem2">
 
228
                                    <property name="visible">True</property>
 
229
                                    <child>
 
230
                                      <object class="GtkButton" id="button10">
 
231
                                        <property name="label">gtk-go-forward</property>
 
232
                                        <property name="visible">True</property>
 
233
                                        <property name="can_focus">True</property>
 
234
                                        <property name="receives_default">False</property>
 
235
                                        <property name="use_stock">True</property>
 
236
                                      </object>
 
237
                                    </child>
 
238
                                  </object>
 
239
                                  <packing>
 
240
                                    <property name="expand">False</property>
 
241
                                  </packing>
 
242
                                </child>
 
243
                                <child>
 
244
                                  <object class="GtkToolItem" id="toolitem3">
 
245
                                    <property name="visible">True</property>
 
246
                                    <child>
 
247
                                      <object class="GtkSpinButton" id="spinbutton1">
 
248
                                        <property name="visible">True</property>
 
249
                                        <property name="can_focus">True</property>
 
250
                                        <property name="adjustment">adjustment6</property>
 
251
                                        <property name="climb_rate">1</property>
 
252
                                      </object>
 
253
                                    </child>
 
254
                                  </object>
 
255
                                  <packing>
 
256
                                    <property name="expand">False</property>
 
257
                                  </packing>
 
258
                                </child>
 
259
                                <child>
 
260
                                  <object class="GtkToolItem" id="toolitem4">
 
261
                                    <property name="visible">True</property>
 
262
                                    <child>
 
263
                                      <object class="GtkLabel" id="label253">
 
264
                                        <property name="visible">True</property>
 
265
                                        <property name="label" translatable="yes">View Headlines</property>
 
266
                                      </object>
 
267
                                    </child>
 
268
                                  </object>
 
269
                                  <packing>
 
270
                                    <property name="expand">False</property>
 
271
                                  </packing>
 
272
                                </child>
 
273
                              </object>
 
274
                              <packing>
 
275
                                <property name="expand">False</property>
 
276
                                <property name="fill">False</property>
 
277
                                <property name="position">0</property>
 
278
                              </packing>
 
279
                            </child>
 
280
                            <child>
 
281
                              <object class="GtkViewport" id="combinedViewHtml">
 
282
                                <property name="visible">True</property>
 
283
                                <property name="shadow_type">none</property>
 
284
                                <child>
 
285
                                  <placeholder/>
 
286
                                </child>
 
287
                              </object>
 
288
                              <packing>
 
289
                                <property name="position">1</property>
 
290
                              </packing>
 
291
                            </child>
 
292
                          </object>
 
293
                          <packing>
 
294
                            <property name="position">2</property>
 
295
                          </packing>
 
296
                        </child>
 
297
                        <child type="tab">
 
298
                          <object class="GtkLabel" id="label133">
 
299
                            <property name="visible">True</property>
 
300
                            <property name="label" translatable="yes">combined view</property>
 
301
                          </object>
 
302
                          <packing>
 
303
                            <property name="position">2</property>
 
304
                            <property name="tab_fill">False</property>
 
305
                          </packing>
 
306
                        </child>
 
307
                      </object>
 
308
                      <packing>
 
309
                        <property name="position">0</property>
 
310
                      </packing>
 
311
                    </child>
 
312
                  </object>
 
313
                </child>
 
314
                <child type="tab">
 
315
                  <object class="GtkLabel" id="label162">
 
316
                    <property name="visible">True</property>
 
317
                    <property name="label" translatable="yes">Headlines</property>
 
318
                  </object>
 
319
                  <packing>
 
320
                    <property name="tab_fill">False</property>
 
321
                  </packing>
 
322
                </child>
 
323
              </object>
 
324
              <packing>
 
325
                <property name="resize">True</property>
 
326
                <property name="shrink">True</property>
 
327
              </packing>
 
328
            </child>
 
329
          </object>
 
330
          <packing>
 
331
            <property name="position">0</property>
 
332
          </packing>
 
333
        </child>
 
334
        <child>
 
335
          <object class="GtkHBox" id="hbox30">
 
336
            <property name="visible">True</property>
 
337
            <child>
 
338
              <object class="GtkButton" id="onlinebtn">
 
339
                <property name="visible">True</property>
 
340
                <property name="can_focus">True</property>
 
341
                <property name="receives_default">False</property>
 
342
                <property name="relief">none</property>
 
343
                <signal name="clicked" handler="on_onlinebtn_clicked"/>
 
344
                <child>
 
345
                  <object class="GtkImage" id="onlineimage">
 
346
                    <property name="visible">True</property>
 
347
                    <property name="stock">gtk-missing-image</property>
 
348
                    <child internal-child="accessible">
 
349
                      <object class="AtkObject" id="onlineimage-atkobject">
 
350
                        <property name="AtkObject::accessible-name" translatable="yes">Online/Offline Button</property>
 
351
                      </object>
 
352
                    </child>
 
353
                  </object>
 
354
                </child>
 
355
              </object>
 
356
              <packing>
 
357
                <property name="expand">False</property>
 
358
                <property name="fill">False</property>
 
359
                <property name="position">0</property>
 
360
              </packing>
 
361
            </child>
 
362
            <child>
 
363
              <object class="GtkStatusbar" id="statusbar">
 
364
                <property name="visible">True</property>
 
365
                <property name="has_resize_grip">False</property>
 
366
              </object>
 
367
              <packing>
 
368
                <property name="position">1</property>
 
369
              </packing>
 
370
            </child>
 
371
          </object>
 
372
          <packing>
 
373
            <property name="expand">False</property>
 
374
            <property name="fill">False</property>
 
375
            <property name="position">1</property>
 
376
          </packing>
 
377
        </child>
 
378
      </object>
 
379
    </child>
 
380
  </object>
 
381
  <object class="GtkDialog" id="propdialog">
 
382
    <property name="visible">True</property>
 
383
    <property name="border_width">5</property>
 
384
    <property name="title" translatable="yes">Subscription Properties</property>
 
385
    <property name="resizable">False</property>
 
386
    <property name="window_position">center</property>
 
387
    <property name="type_hint">dialog</property>
 
388
    <child internal-child="vbox">
 
389
      <object class="GtkVBox" id="dialog-vbox13">
 
390
        <property name="visible">True</property>
 
391
        <property name="spacing">2</property>
 
392
        <child>
 
393
          <object class="GtkNotebook" id="subscriptionPropNotebook">
 
394
            <property name="visible">True</property>
 
395
            <property name="can_focus">True</property>
 
396
            <property name="border_width">5</property>
 
397
            <child>
 
398
              <object class="GtkVBox" id="vbox233">
 
399
                <property name="visible">True</property>
 
400
                <property name="border_width">12</property>
 
401
                <property name="spacing">18</property>
 
402
                <child>
 
403
                  <object class="GtkVBox" id="vbox234">
 
404
                    <property name="visible">True</property>
 
405
                    <property name="spacing">6</property>
 
406
                    <child>
 
407
                      <object class="GtkLabel" id="label69">
 
408
                        <property name="visible">True</property>
 
409
                        <property name="xalign">0</property>
 
410
                        <property name="label" translatable="yes">Feed Name</property>
 
411
                        <attributes>
 
412
                          <attribute name="weight" value="bold"/>
 
413
                        </attributes>
 
414
                      </object>
 
415
                      <packing>
 
416
                        <property name="expand">False</property>
 
417
                        <property name="fill">False</property>
 
418
                        <property name="position">0</property>
 
419
                      </packing>
 
420
                    </child>
 
421
                    <child>
 
422
                      <object class="GtkAlignment" id="alignment30">
 
423
                        <property name="visible">True</property>
 
424
                        <property name="left_padding">12</property>
 
425
                        <child>
 
426
                          <object class="GtkHBox" id="hbox35">
 
427
                            <property name="visible">True</property>
 
428
                            <property name="spacing">12</property>
 
429
                            <child>
 
430
                              <object class="GtkLabel" id="label85">
 
431
                                <property name="visible">True</property>
 
432
                                <property name="label" translatable="yes">Feed _Name:</property>
 
433
                                <property name="use_underline">True</property>
 
434
                                <property name="mnemonic_widget">feedNameEntry</property>
 
435
                              </object>
 
436
                              <packing>
 
437
                                <property name="expand">False</property>
 
438
                                <property name="fill">False</property>
 
439
                                <property name="position">0</property>
 
440
                              </packing>
 
441
                            </child>
 
442
                            <child>
 
443
                              <object class="GtkEntry" id="feedNameEntry">
 
444
                                <property name="visible">True</property>
 
445
                                <property name="can_focus">True</property>
 
446
                                <property name="activates_default">True</property>
 
447
                              </object>
 
448
                              <packing>
 
449
                                <property name="position">1</property>
 
450
                              </packing>
 
451
                            </child>
 
452
                          </object>
 
453
                        </child>
 
454
                      </object>
 
455
                      <packing>
 
456
                        <property name="position">1</property>
 
457
                      </packing>
 
458
                    </child>
 
459
                  </object>
 
460
                  <packing>
 
461
                    <property name="expand">False</property>
 
462
                    <property name="position">0</property>
 
463
                  </packing>
 
464
                </child>
 
465
                <child>
 
466
                  <object class="GtkVBox" id="vbox236">
 
467
                    <property name="visible">True</property>
 
468
                    <property name="spacing">6</property>
 
469
                    <child>
 
470
                      <object class="GtkLabel" id="label73">
 
471
                        <property name="visible">True</property>
 
472
                        <property name="xalign">0</property>
 
473
                        <property name="label" translatable="yes">Update Interval</property>
 
474
                        <attributes>
 
475
                          <attribute name="weight" value="bold"/>
 
476
                        </attributes>
 
477
                      </object>
 
478
                      <packing>
 
479
                        <property name="expand">False</property>
 
480
                        <property name="fill">False</property>
 
481
                        <property name="position">0</property>
 
482
                      </packing>
 
483
                    </child>
 
484
                    <child>
 
485
                      <object class="GtkAlignment" id="alignment31">
 
486
                        <property name="visible">True</property>
 
487
                        <property name="left_padding">12</property>
 
488
                        <child>
 
489
                          <object class="GtkVBox" id="vbox237">
 
490
                            <property name="visible">True</property>
 
491
                            <property name="spacing">6</property>
 
492
                            <child>
 
493
                              <object class="GtkRadioButton" id="updateIntervalDefault">
 
494
                                <property name="label" translatable="yes">_Use global default update interval.</property>
 
495
                                <property name="visible">True</property>
 
496
                                <property name="can_focus">True</property>
 
497
                                <property name="receives_default">False</property>
 
498
                                <property name="use_underline">True</property>
 
499
                                <property name="draw_indicator">True</property>
 
500
                              </object>
 
501
                              <packing>
 
502
                                <property name="expand">False</property>
 
503
                                <property name="fill">False</property>
 
504
                                <property name="position">0</property>
 
505
                              </packing>
 
506
                            </child>
 
507
                            <child>
 
508
                              <object class="GtkHBox" id="hbox70">
 
509
                                <property name="visible">True</property>
 
510
                                <property name="spacing">6</property>
 
511
                                <child>
 
512
                                  <object class="GtkRadioButton" id="updateIntervalSpecific">
 
513
                                    <property name="label" translatable="yes">_Feed specific update interval of</property>
 
514
                                    <property name="visible">True</property>
 
515
                                    <property name="can_focus">True</property>
 
516
                                    <property name="receives_default">False</property>
 
517
                                    <property name="use_underline">True</property>
 
518
                                    <property name="draw_indicator">True</property>
 
519
                                    <property name="group">updateIntervalDefault</property>
 
520
                                  </object>
 
521
                                  <packing>
 
522
                                    <property name="expand">False</property>
 
523
                                    <property name="fill">False</property>
 
524
                                    <property name="position">0</property>
 
525
                                  </packing>
 
526
                                </child>
 
527
                                <child>
 
528
                                  <object class="GtkHBox" id="hbox71">
 
529
                                    <property name="visible">True</property>
 
530
                                    <property name="spacing">6</property>
 
531
                                    <child>
 
532
                                      <object class="GtkSpinButton" id="refreshIntervalSpinButton">
 
533
                                        <property name="visible">True</property>
 
534
                                        <property name="can_focus">True</property>
 
535
                                        <property name="adjustment">adjustment5</property>
 
536
                                        <property name="climb_rate">1</property>
 
537
                                      </object>
 
538
                                      <packing>
 
539
                                        <property name="position">0</property>
 
540
                                      </packing>
 
541
                                    </child>
 
542
                                    <child>
 
543
                                      <object class="GtkComboBox" id="refreshIntervalUnitComboBox">
 
544
                                        <property name="visible">True</property>
 
545
                                        <property name="model">liststore6</property>
 
546
                                        <child>
 
547
                                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
548
                                          <attributes>
 
549
                                            <attribute name="text">0</attribute>
 
550
                                          </attributes>
 
551
                                        </child>
 
552
                                      </object>
 
553
                                      <packing>
 
554
                                        <property name="expand">False</property>
 
555
                                        <property name="fill">False</property>
 
556
                                        <property name="position">1</property>
 
557
                                      </packing>
 
558
                                    </child>
 
559
                                  </object>
 
560
                                  <packing>
 
561
                                    <property name="position">1</property>
 
562
                                  </packing>
 
563
                                </child>
 
564
                              </object>
 
565
                              <packing>
 
566
                                <property name="expand">False</property>
 
567
                                <property name="fill">False</property>
 
568
                                <property name="position">1</property>
 
569
                              </packing>
 
570
                            </child>
 
571
                            <child>
 
572
                              <object class="GtkRadioButton" id="updateIntervalNever">
 
573
                                <property name="label" translatable="yes">_Don't update this feed automatically.</property>
 
574
                                <property name="visible">True</property>
 
575
                                <property name="can_focus">True</property>
 
576
                                <property name="receives_default">False</property>
 
577
                                <property name="use_underline">True</property>
 
578
                                <property name="draw_indicator">True</property>
 
579
                                <property name="group">updateIntervalDefault</property>
 
580
                              </object>
 
581
                              <packing>
 
582
                                <property name="expand">False</property>
 
583
                                <property name="fill">False</property>
 
584
                                <property name="position">2</property>
 
585
                              </packing>
 
586
                            </child>
 
587
                            <child>
 
588
                              <object class="GtkLabel" id="label161">
 
589
                                <property name="visible">True</property>
 
590
                                <property name="label" translatable="yes"> </property>
 
591
                              </object>
 
592
                              <packing>
 
593
                                <property name="expand">False</property>
 
594
                                <property name="fill">False</property>
 
595
                                <property name="position">3</property>
 
596
                              </packing>
 
597
                            </child>
 
598
                            <child>
 
599
                              <object class="GtkLabel" id="feedUpdateInfo">
 
600
                                <property name="width_request">339</property>
 
601
                                <property name="visible">True</property>
 
602
                                <property name="xalign">0</property>
 
603
                                <property name="label" translatable="yes">This feed provider suggests an update interval of %d minutes.</property>
 
604
                                <property name="wrap">True</property>
 
605
                              </object>
 
606
                              <packing>
 
607
                                <property name="expand">False</property>
 
608
                                <property name="fill">False</property>
 
609
                                <property name="position">4</property>
 
610
                              </packing>
 
611
                            </child>
 
612
                          </object>
 
613
                        </child>
 
614
                      </object>
 
615
                      <packing>
 
616
                        <property name="expand">False</property>
 
617
                        <property name="position">1</property>
 
618
                      </packing>
 
619
                    </child>
 
620
                  </object>
 
621
                  <packing>
 
622
                    <property name="expand">False</property>
 
623
                    <property name="position">1</property>
 
624
                  </packing>
 
625
                </child>
 
626
              </object>
 
627
            </child>
 
628
            <child type="tab">
 
629
              <object class="GtkLabel" id="label66">
 
630
                <property name="visible">True</property>
 
631
                <property name="label" translatable="yes">General</property>
 
632
              </object>
 
633
              <packing>
 
634
                <property name="tab_fill">False</property>
 
635
              </packing>
 
636
            </child>
 
637
            <child>
 
638
              <object class="GtkVBox" id="vbox2589">
 
639
                <property name="visible">True</property>
 
640
                <property name="border_width">12</property>
 
641
                <property name="spacing">18</property>
 
642
                <child>
 
643
                  <object class="GtkVBox" id="vbox2621">
 
644
                    <property name="visible">True</property>
 
645
                    <property name="spacing">6</property>
 
646
                    <child>
 
647
                      <object class="GtkLabel" id="label167">
 
648
                        <property name="visible">True</property>
 
649
                        <property name="xalign">0</property>
 
650
                        <property name="label" translatable="yes">Feed Source</property>
 
651
                        <attributes>
 
652
                          <attribute name="weight" value="bold"/>
 
653
                        </attributes>
 
654
                      </object>
 
655
                      <packing>
 
656
                        <property name="expand">False</property>
 
657
                        <property name="fill">False</property>
 
658
                        <property name="position">0</property>
 
659
                      </packing>
 
660
                    </child>
 
661
                    <child>
 
662
                      <object class="GtkAlignment" id="alignment32">
 
663
                        <property name="visible">True</property>
 
664
                        <property name="left_padding">12</property>
 
665
                        <child>
 
666
                          <object class="GtkVBox" id="vbox2619">
 
667
                            <property name="visible">True</property>
 
668
                            <property name="spacing">6</property>
 
669
                            <child>
 
670
                              <object class="GtkTable" id="table7">
 
671
                                <property name="visible">True</property>
 
672
                                <property name="n_rows">2</property>
 
673
                                <property name="n_columns">2</property>
 
674
                                <property name="column_spacing">12</property>
 
675
                                <property name="row_spacing">6</property>
 
676
                                <child>
 
677
                                  <object class="GtkLabel" id="label170">
 
678
                                    <property name="visible">True</property>
 
679
                                    <property name="xalign">0</property>
 
680
                                    <property name="yalign">0</property>
 
681
                                    <property name="label" translatable="yes">Source Type:</property>
 
682
                                  </object>
 
683
                                  <packing>
 
684
                                    <property name="x_options">GTK_FILL</property>
 
685
                                    <property name="y_options">GTK_FILL</property>
 
686
                                  </packing>
 
687
                                </child>
 
688
                                <child>
 
689
                                  <object class="GtkLabel" id="label171">
 
690
                                    <property name="visible">True</property>
 
691
                                    <property name="xalign">0</property>
 
692
                                    <property name="label" translatable="yes">_Source:</property>
 
693
                                    <property name="use_underline">True</property>
 
694
                                    <property name="mnemonic_widget">sourceEntry</property>
 
695
                                  </object>
 
696
                                  <packing>
 
697
                                    <property name="top_attach">1</property>
 
698
                                    <property name="bottom_attach">2</property>
 
699
                                    <property name="x_options">GTK_FILL</property>
 
700
                                    <property name="y_options"></property>
 
701
                                  </packing>
 
702
                                </child>
 
703
                                <child>
 
704
                                  <object class="GtkVBox" id="vbox2590">
 
705
                                    <property name="visible">True</property>
 
706
                                    <property name="spacing">6</property>
 
707
                                    <child>
 
708
                                      <object class="GtkRadioButton" id="feed_loc_url">
 
709
                                        <property name="label" translatable="yes">_URL</property>
 
710
                                        <property name="visible">True</property>
 
711
                                        <property name="can_focus">True</property>
 
712
                                        <property name="receives_default">False</property>
 
713
                                        <property name="use_underline">True</property>
 
714
                                        <property name="draw_indicator">True</property>
 
715
                                      </object>
 
716
                                      <packing>
 
717
                                        <property name="expand">False</property>
 
718
                                        <property name="fill">False</property>
 
719
                                        <property name="position">0</property>
 
720
                                      </packing>
 
721
                                    </child>
 
722
                                    <child>
 
723
                                      <object class="GtkRadioButton" id="feed_loc_command">
 
724
                                        <property name="label" translatable="yes">_Command</property>
 
725
                                        <property name="visible">True</property>
 
726
                                        <property name="can_focus">True</property>
 
727
                                        <property name="receives_default">False</property>
 
728
                                        <property name="use_underline">True</property>
 
729
                                        <property name="draw_indicator">True</property>
 
730
                                        <property name="group">feed_loc_url</property>
 
731
                                      </object>
 
732
                                      <packing>
 
733
                                        <property name="expand">False</property>
 
734
                                        <property name="fill">False</property>
 
735
                                        <property name="position">1</property>
 
736
                                      </packing>
 
737
                                    </child>
 
738
                                    <child>
 
739
                                      <object class="GtkHBox" id="hbox76">
 
740
                                        <property name="visible">True</property>
 
741
                                        <child>
 
742
                                          <object class="GtkRadioButton" id="feed_loc_file">
 
743
                                            <property name="label" translatable="yes">_Local File</property>
 
744
                                            <property name="visible">True</property>
 
745
                                            <property name="can_focus">True</property>
 
746
                                            <property name="receives_default">False</property>
 
747
                                            <property name="use_underline">True</property>
 
748
                                            <property name="draw_indicator">True</property>
 
749
                                            <property name="group">feed_loc_url</property>
 
750
                                          </object>
 
751
                                          <packing>
 
752
                                            <property name="expand">False</property>
 
753
                                            <property name="fill">False</property>
 
754
                                            <property name="position">0</property>
 
755
                                          </packing>
 
756
                                        </child>
 
757
                                        <child>
 
758
                                          <object class="GtkLabel" id="label169">
 
759
                                            <property name="visible">True</property>
 
760
                                            <property name="xpad">10</property>
 
761
                                          </object>
 
762
                                          <packing>
 
763
                                            <property name="fill">False</property>
 
764
                                            <property name="position">1</property>
 
765
                                          </packing>
 
766
                                        </child>
 
767
                                        <child>
 
768
                                          <object class="GtkButton" id="selectSourceFileButton">
 
769
                                            <property name="label" translatable="yes">Select File...</property>
 
770
                                            <property name="visible">True</property>
 
771
                                            <property name="can_focus">True</property>
 
772
                                            <property name="receives_default">False</property>
 
773
                                            <property name="use_underline">True</property>
 
774
                                          </object>
 
775
                                          <packing>
 
776
                                            <property name="expand">False</property>
 
777
                                            <property name="fill">False</property>
 
778
                                            <property name="position">2</property>
 
779
                                          </packing>
 
780
                                        </child>
 
781
                                      </object>
 
782
                                      <packing>
 
783
                                        <property name="fill">False</property>
 
784
                                        <property name="position">2</property>
 
785
                                      </packing>
 
786
                                    </child>
 
787
                                  </object>
 
788
                                  <packing>
 
789
                                    <property name="left_attach">1</property>
 
790
                                    <property name="right_attach">2</property>
 
791
                                    <property name="x_options">GTK_FILL</property>
 
792
                                    <property name="y_options">GTK_FILL</property>
 
793
                                  </packing>
 
794
                                </child>
 
795
                                <child>
 
796
                                  <object class="GtkEntry" id="sourceEntry">
 
797
                                    <property name="visible">True</property>
 
798
                                    <property name="can_focus">True</property>
 
799
                                  </object>
 
800
                                  <packing>
 
801
                                    <property name="left_attach">1</property>
 
802
                                    <property name="right_attach">2</property>
 
803
                                    <property name="top_attach">1</property>
 
804
                                    <property name="bottom_attach">2</property>
 
805
                                    <property name="y_options"></property>
 
806
                                  </packing>
 
807
                                </child>
 
808
                              </object>
 
809
                              <packing>
 
810
                                <property name="expand">False</property>
 
811
                                <property name="position">0</property>
 
812
                              </packing>
 
813
                            </child>
 
814
                            <child>
 
815
                              <object class="GtkVBox" id="vbox2620">
 
816
                                <property name="visible">True</property>
 
817
                                <property name="spacing">6</property>
 
818
                                <child>
 
819
                                  <object class="GtkCheckButton" id="filterCheckbox">
 
820
                                    <property name="label" translatable="yes">Use conversion _filter</property>
 
821
                                    <property name="visible">True</property>
 
822
                                    <property name="can_focus">True</property>
 
823
                                    <property name="receives_default">False</property>
 
824
                                    <property name="use_underline">True</property>
 
825
                                    <property name="draw_indicator">True</property>
 
826
                                  </object>
 
827
                                  <packing>
 
828
                                    <property name="expand">False</property>
 
829
                                    <property name="fill">False</property>
 
830
                                    <property name="position">0</property>
 
831
                                  </packing>
 
832
                                </child>
 
833
                                <child>
 
834
                                  <object class="GtkAlignment" id="innerfiltervbox">
 
835
                                    <property name="visible">True</property>
 
836
                                    <property name="left_padding">12</property>
 
837
                                    <child>
 
838
                                      <object class="GtkVBox" id="vbox2592">
 
839
                                        <property name="visible">True</property>
 
840
                                        <property name="spacing">6</property>
 
841
                                        <child>
 
842
                                          <object class="GtkLabel" id="label174">
 
843
                                            <property name="visible">True</property>
 
844
                                            <property name="xalign">0</property>
 
845
                                            <property name="label" translatable="yes">Liferea can use external filter plugins in order to access feeds and directories in non-supported formats.  See the documentation for more information.</property>
 
846
                                            <property name="wrap">True</property>
 
847
                                          </object>
 
848
                                          <packing>
 
849
                                            <property name="expand">False</property>
 
850
                                            <property name="fill">False</property>
 
851
                                            <property name="position">0</property>
 
852
                                          </packing>
 
853
                                        </child>
 
854
                                        <child>
 
855
                                          <object class="GtkHBox" id="filterbox">
 
856
                                            <property name="visible">True</property>
 
857
                                            <property name="spacing">12</property>
 
858
                                            <child>
 
859
                                              <object class="GtkLabel" id="label176">
 
860
                                                <property name="visible">True</property>
 
861
                                                <property name="label" translatable="yes">Convert _using:</property>
 
862
                                                <property name="use_underline">True</property>
 
863
                                                <property name="mnemonic_widget">filterEntry</property>
 
864
                                              </object>
 
865
                                              <packing>
 
866
                                                <property name="expand">False</property>
 
867
                                                <property name="fill">False</property>
 
868
                                                <property name="position">0</property>
 
869
                                              </packing>
 
870
                                            </child>
 
871
                                            <child>
 
872
                                              <object class="GtkHBox" id="hbox92231">
 
873
                                                <property name="visible">True</property>
 
874
                                                <property name="spacing">6</property>
 
875
                                                <child>
 
876
                                                  <object class="GtkEntry" id="filterEntry">
 
877
                                                    <property name="visible">True</property>
 
878
                                                    <property name="can_focus">True</property>
 
879
                                                  </object>
 
880
                                                  <packing>
 
881
                                                    <property name="position">0</property>
 
882
                                                  </packing>
 
883
                                                </child>
 
884
                                                <child>
 
885
                                                  <object class="GtkButton" id="filterSelectFile">
 
886
                                                    <property name="label" translatable="yes">Select File...</property>
 
887
                                                    <property name="visible">True</property>
 
888
                                                    <property name="can_focus">True</property>
 
889
                                                    <property name="receives_default">False</property>
 
890
                                                    <property name="use_underline">True</property>
 
891
                                                  </object>
 
892
                                                  <packing>
 
893
                                                    <property name="expand">False</property>
 
894
                                                    <property name="fill">False</property>
 
895
                                                    <property name="position">1</property>
 
896
                                                  </packing>
 
897
                                                </child>
 
898
                                              </object>
 
899
                                              <packing>
 
900
                                                <property name="position">1</property>
 
901
                                              </packing>
 
902
                                            </child>
 
903
                                          </object>
 
904
                                          <packing>
 
905
                                            <property name="expand">False</property>
 
906
                                            <property name="fill">False</property>
 
907
                                            <property name="position">1</property>
 
908
                                          </packing>
 
909
                                        </child>
 
910
                                      </object>
 
911
                                    </child>
 
912
                                  </object>
 
913
                                  <packing>
 
914
                                    <property name="position">1</property>
 
915
                                  </packing>
 
916
                                </child>
 
917
                              </object>
 
918
                              <packing>
 
919
                                <property name="position">1</property>
 
920
                              </packing>
 
921
                            </child>
 
922
                          </object>
 
923
                        </child>
 
924
                      </object>
 
925
                      <packing>
 
926
                        <property name="position">1</property>
 
927
                      </packing>
 
928
                    </child>
 
929
                  </object>
 
930
                  <packing>
 
931
                    <property name="position">0</property>
 
932
                  </packing>
 
933
                </child>
 
934
              </object>
 
935
              <packing>
 
936
                <property name="position">1</property>
 
937
              </packing>
 
938
            </child>
 
939
            <child type="tab">
 
940
              <object class="GtkLabel" id="label67">
 
941
                <property name="visible">True</property>
 
942
                <property name="label" translatable="yes">Source</property>
 
943
              </object>
 
944
              <packing>
 
945
                <property name="position">1</property>
 
946
                <property name="tab_fill">False</property>
 
947
              </packing>
 
948
            </child>
 
949
            <child>
 
950
              <object class="GtkVBox" id="vbox240">
 
951
                <property name="visible">True</property>
 
952
                <property name="border_width">12</property>
 
953
                <property name="spacing">6</property>
 
954
                <child>
 
955
                  <object class="GtkLabel" id="label83">
 
956
                    <property name="width_request">347</property>
 
957
                    <property name="visible">True</property>
 
958
                    <property name="xalign">0</property>
 
959
                    <property name="label" translatable="yes">The cache setting controls if the contents of feeds are saved when Liferea exits. Marked items are always saved to the cache.</property>
 
960
                    <property name="wrap">True</property>
 
961
                  </object>
 
962
                  <packing>
 
963
                    <property name="expand">False</property>
 
964
                    <property name="fill">False</property>
 
965
                    <property name="position">0</property>
 
966
                  </packing>
 
967
                </child>
 
968
                <child>
 
969
                  <object class="GtkRadioButton" id="feedCacheDefault">
 
970
                    <property name="label" translatable="yes">_Default cache settings</property>
 
971
                    <property name="visible">True</property>
 
972
                    <property name="can_focus">True</property>
 
973
                    <property name="receives_default">False</property>
 
974
                    <property name="use_underline">True</property>
 
975
                    <property name="draw_indicator">True</property>
 
976
                  </object>
 
977
                  <packing>
 
978
                    <property name="expand">False</property>
 
979
                    <property name="fill">False</property>
 
980
                    <property name="position">1</property>
 
981
                  </packing>
 
982
                </child>
 
983
                <child>
 
984
                  <object class="GtkRadioButton" id="feedCacheDisable">
 
985
                    <property name="label" translatable="yes">Di_sable cache</property>
 
986
                    <property name="visible">True</property>
 
987
                    <property name="can_focus">True</property>
 
988
                    <property name="receives_default">False</property>
 
989
                    <property name="use_underline">True</property>
 
990
                    <property name="draw_indicator">True</property>
 
991
                    <property name="group">feedCacheDefault</property>
 
992
                  </object>
 
993
                  <packing>
 
994
                    <property name="expand">False</property>
 
995
                    <property name="fill">False</property>
 
996
                    <property name="position">2</property>
 
997
                  </packing>
 
998
                </child>
 
999
                <child>
 
1000
                  <object class="GtkRadioButton" id="feedCacheUnlimited">
 
1001
                    <property name="label" translatable="yes">_Unlimited cache</property>
 
1002
                    <property name="visible">True</property>
 
1003
                    <property name="can_focus">True</property>
 
1004
                    <property name="receives_default">False</property>
 
1005
                    <property name="use_underline">True</property>
 
1006
                    <property name="draw_indicator">True</property>
 
1007
                    <property name="group">feedCacheDefault</property>
 
1008
                  </object>
 
1009
                  <packing>
 
1010
                    <property name="expand">False</property>
 
1011
                    <property name="fill">False</property>
 
1012
                    <property name="position">3</property>
 
1013
                  </packing>
 
1014
                </child>
 
1015
                <child>
 
1016
                  <object class="GtkHBox" id="hbox34">
 
1017
                    <property name="visible">True</property>
 
1018
                    <property name="spacing">6</property>
 
1019
                    <child>
 
1020
                      <object class="GtkRadioButton" id="feedCacheLimited">
 
1021
                        <property name="label" translatable="yes">_Number of items to save:</property>
 
1022
                        <property name="visible">True</property>
 
1023
                        <property name="can_focus">True</property>
 
1024
                        <property name="receives_default">False</property>
 
1025
                        <property name="use_underline">True</property>
 
1026
                        <property name="draw_indicator">True</property>
 
1027
                        <property name="group">feedCacheDefault</property>
 
1028
                      </object>
 
1029
                      <packing>
 
1030
                        <property name="expand">False</property>
 
1031
                        <property name="fill">False</property>
 
1032
                        <property name="position">0</property>
 
1033
                      </packing>
 
1034
                    </child>
 
1035
                    <child>
 
1036
                      <object class="GtkSpinButton" id="cacheItemLimit">
 
1037
                        <property name="visible">True</property>
 
1038
                        <property name="can_focus">True</property>
 
1039
                        <property name="adjustment">adjustment4</property>
 
1040
                        <property name="climb_rate">1</property>
 
1041
                        <property name="snap_to_ticks">True</property>
 
1042
                        <property name="numeric">True</property>
 
1043
                      </object>
 
1044
                      <packing>
 
1045
                        <property name="expand">False</property>
 
1046
                        <property name="fill">False</property>
 
1047
                        <property name="position">1</property>
 
1048
                      </packing>
 
1049
                    </child>
 
1050
                  </object>
 
1051
                  <packing>
 
1052
                    <property name="expand">False</property>
 
1053
                    <property name="fill">False</property>
 
1054
                    <property name="position">4</property>
 
1055
                  </packing>
 
1056
                </child>
 
1057
              </object>
 
1058
              <packing>
 
1059
                <property name="position">2</property>
 
1060
              </packing>
 
1061
            </child>
 
1062
            <child type="tab">
 
1063
              <object class="GtkLabel" id="label68">
 
1064
                <property name="visible">True</property>
 
1065
                <property name="label" translatable="yes">Archive</property>
 
1066
              </object>
 
1067
              <packing>
 
1068
                <property name="position">2</property>
 
1069
                <property name="tab_fill">False</property>
 
1070
              </packing>
 
1071
            </child>
 
1072
            <child>
 
1073
              <object class="GtkVBox" id="vbox242">
 
1074
                <property name="visible">True</property>
 
1075
                <property name="border_width">12</property>
 
1076
                <property name="spacing">6</property>
 
1077
                <child>
 
1078
                  <object class="GtkCheckButton" id="HTTPauthCheck">
 
1079
                    <property name="label" translatable="yes">Use HTTP _authentication</property>
 
1080
                    <property name="visible">True</property>
 
1081
                    <property name="can_focus">True</property>
 
1082
                    <property name="receives_default">False</property>
 
1083
                    <property name="use_underline">True</property>
 
1084
                    <property name="draw_indicator">True</property>
 
1085
                  </object>
 
1086
                  <packing>
 
1087
                    <property name="expand">False</property>
 
1088
                    <property name="fill">False</property>
 
1089
                    <property name="position">0</property>
 
1090
                  </packing>
 
1091
                </child>
 
1092
                <child>
 
1093
                  <object class="GtkAlignment" id="alignment34">
 
1094
                    <property name="visible">True</property>
 
1095
                    <property name="left_padding">12</property>
 
1096
                    <child>
 
1097
                      <object class="GtkTable" id="table4">
 
1098
                        <property name="visible">True</property>
 
1099
                        <property name="n_rows">2</property>
 
1100
                        <property name="n_columns">2</property>
 
1101
                        <property name="column_spacing">12</property>
 
1102
                        <property name="row_spacing">6</property>
 
1103
                        <child>
 
1104
                          <object class="GtkEntry" id="passwordEntry">
 
1105
                            <property name="visible">True</property>
 
1106
                            <property name="can_focus">True</property>
 
1107
                            <property name="visibility">False</property>
 
1108
                          </object>
 
1109
                          <packing>
 
1110
                            <property name="left_attach">1</property>
 
1111
                            <property name="right_attach">2</property>
 
1112
                            <property name="top_attach">1</property>
 
1113
                            <property name="bottom_attach">2</property>
 
1114
                            <property name="y_options"></property>
 
1115
                          </packing>
 
1116
                        </child>
 
1117
                        <child>
 
1118
                          <object class="GtkEntry" id="usernameEntry">
 
1119
                            <property name="visible">True</property>
 
1120
                            <property name="can_focus">True</property>
 
1121
                          </object>
 
1122
                          <packing>
 
1123
                            <property name="left_attach">1</property>
 
1124
                            <property name="right_attach">2</property>
 
1125
                            <property name="y_options"></property>
 
1126
                          </packing>
 
1127
                        </child>
 
1128
                        <child>
 
1129
                          <object class="GtkLabel" id="label94">
 
1130
                            <property name="visible">True</property>
 
1131
                            <property name="xalign">0</property>
 
1132
                            <property name="label" translatable="yes">_Password:</property>
 
1133
                            <property name="use_underline">True</property>
 
1134
                            <property name="mnemonic_widget">passwordEntry</property>
 
1135
                          </object>
 
1136
                          <packing>
 
1137
                            <property name="top_attach">1</property>
 
1138
                            <property name="bottom_attach">2</property>
 
1139
                            <property name="x_options">GTK_FILL</property>
 
1140
                            <property name="y_options"></property>
 
1141
                          </packing>
 
1142
                        </child>
 
1143
                        <child>
 
1144
                          <object class="GtkLabel" id="label93">
 
1145
                            <property name="visible">True</property>
 
1146
                            <property name="xalign">0</property>
 
1147
                            <property name="label" translatable="yes">User_name:</property>
 
1148
                            <property name="use_underline">True</property>
 
1149
                            <property name="mnemonic_widget">usernameEntry</property>
 
1150
                          </object>
 
1151
                          <packing>
 
1152
                            <property name="x_options">GTK_FILL</property>
 
1153
                            <property name="y_options"></property>
 
1154
                          </packing>
 
1155
                        </child>
 
1156
                      </object>
 
1157
                    </child>
 
1158
                  </object>
 
1159
                  <packing>
 
1160
                    <property name="expand">False</property>
 
1161
                    <property name="fill">False</property>
 
1162
                    <property name="position">1</property>
 
1163
                  </packing>
 
1164
                </child>
 
1165
                <child>
 
1166
                  <object class="GtkCheckButton" id="dontUseProxyCheck">
 
1167
                    <property name="label" translatable="yes">_Don't use proxy for download</property>
 
1168
                    <property name="visible">True</property>
 
1169
                    <property name="can_focus">True</property>
 
1170
                    <property name="receives_default">False</property>
 
1171
                    <property name="use_underline">True</property>
 
1172
                    <property name="draw_indicator">True</property>
 
1173
                  </object>
 
1174
                  <packing>
 
1175
                    <property name="expand">False</property>
 
1176
                    <property name="fill">False</property>
 
1177
                    <property name="padding">6</property>
 
1178
                    <property name="position">2</property>
 
1179
                  </packing>
 
1180
                </child>
 
1181
              </object>
 
1182
              <packing>
 
1183
                <property name="position">3</property>
 
1184
              </packing>
 
1185
            </child>
 
1186
            <child type="tab">
 
1187
              <object class="GtkLabel" id="label131">
 
1188
                <property name="visible">True</property>
 
1189
                <property name="label" translatable="yes">Download</property>
 
1190
              </object>
 
1191
              <packing>
 
1192
                <property name="position">3</property>
 
1193
                <property name="tab_fill">False</property>
 
1194
              </packing>
 
1195
            </child>
 
1196
            <child>
 
1197
              <object class="GtkVBox" id="vbox2615">
 
1198
                <property name="visible">True</property>
 
1199
                <property name="border_width">12</property>
 
1200
                <property name="spacing">6</property>
 
1201
                <child>
 
1202
                  <object class="GtkCheckButton" id="enclosureDownloadCheck">
 
1203
                    <property name="label" translatable="yes">_Automatically download all enclosures of this feed.</property>
 
1204
                    <property name="visible">True</property>
 
1205
                    <property name="can_focus">True</property>
 
1206
                    <property name="receives_default">False</property>
 
1207
                    <property name="use_underline">True</property>
 
1208
                    <property name="draw_indicator">True</property>
 
1209
                  </object>
 
1210
                  <packing>
 
1211
                    <property name="expand">False</property>
 
1212
                    <property name="fill">False</property>
 
1213
                    <property name="position">0</property>
 
1214
                  </packing>
 
1215
                </child>
 
1216
                <child>
 
1217
                  <object class="GtkCheckButton" id="loadItemLinkCheck">
 
1218
                    <property name="label" translatable="yes">Auto-_load item link in configured browser when selecting articles.</property>
 
1219
                    <property name="visible">True</property>
 
1220
                    <property name="can_focus">True</property>
 
1221
                    <property name="receives_default">False</property>
 
1222
                    <property name="use_underline">True</property>
 
1223
                    <property name="draw_indicator">True</property>
 
1224
                  </object>
 
1225
                  <packing>
 
1226
                    <property name="expand">False</property>
 
1227
                    <property name="fill">False</property>
 
1228
                    <property name="position">1</property>
 
1229
                  </packing>
 
1230
                </child>
 
1231
                <child>
 
1232
                  <object class="GtkCheckButton" id="ignoreCommentFeeds">
 
1233
                    <property name="label" translatable="yes">Ignore _comment feeds for this subscription.</property>
 
1234
                    <property name="visible">True</property>
 
1235
                    <property name="can_focus">True</property>
 
1236
                    <property name="receives_default">False</property>
 
1237
                    <property name="use_underline">True</property>
 
1238
                    <property name="draw_indicator">True</property>
 
1239
                  </object>
 
1240
                  <packing>
 
1241
                    <property name="expand">False</property>
 
1242
                    <property name="position">2</property>
 
1243
                  </packing>
 
1244
                </child>
 
1245
                <child>
 
1246
                  <object class="GtkCheckButton" id="enforcePopupCheck">
 
1247
                    <property name="label" translatable="yes">_Enforce popup notification for this subscription.</property>
 
1248
                    <property name="visible">True</property>
 
1249
                    <property name="can_focus">True</property>
 
1250
                    <property name="receives_default">False</property>
 
1251
                    <property name="use_underline">True</property>
 
1252
                    <property name="draw_indicator">True</property>
 
1253
                  </object>
 
1254
                  <packing>
 
1255
                    <property name="expand">False</property>
 
1256
                    <property name="position">3</property>
 
1257
                  </packing>
 
1258
                </child>
 
1259
                <child>
 
1260
                  <object class="GtkCheckButton" id="preventPopupCheck">
 
1261
                    <property name="label" translatable="yes">_Never do popup notification for this subscription.</property>
 
1262
                    <property name="visible">True</property>
 
1263
                    <property name="can_focus">True</property>
 
1264
                    <property name="receives_default">False</property>
 
1265
                    <property name="use_underline">True</property>
 
1266
                    <property name="draw_indicator">True</property>
 
1267
                  </object>
 
1268
                  <packing>
 
1269
                    <property name="expand">False</property>
 
1270
                    <property name="position">4</property>
 
1271
                  </packing>
 
1272
                </child>
 
1273
                <child>
 
1274
                  <object class="GtkCheckButton" id="markAsReadCheck">
 
1275
                    <property name="label" translatable="yes">_Mark downloaded items as read.</property>
 
1276
                    <property name="visible">True</property>
 
1277
                    <property name="can_focus">True</property>
 
1278
                    <property name="receives_default">False</property>
 
1279
                    <property name="use_underline">True</property>
 
1280
                    <property name="draw_indicator">True</property>
 
1281
                  </object>
 
1282
                  <packing>
 
1283
                    <property name="expand">False</property>
 
1284
                    <property name="position">5</property>
 
1285
                  </packing>
 
1286
                </child>
 
1287
              </object>
 
1288
              <packing>
 
1289
                <property name="position">4</property>
 
1290
              </packing>
 
1291
            </child>
 
1292
            <child type="tab">
 
1293
              <object class="GtkLabel" id="enctablabel">
 
1294
                <property name="visible">True</property>
 
1295
                <property name="label" translatable="yes">Advanced</property>
 
1296
              </object>
 
1297
              <packing>
 
1298
                <property name="position">4</property>
 
1299
                <property name="tab_fill">False</property>
 
1300
              </packing>
 
1301
            </child>
 
1302
          </object>
 
1303
          <packing>
 
1304
            <property name="position">1</property>
 
1305
          </packing>
 
1306
        </child>
 
1307
        <child internal-child="action_area">
 
1308
          <object class="GtkHButtonBox" id="dialog-action_area13">
 
1309
            <property name="visible">True</property>
 
1310
            <property name="layout_style">end</property>
 
1311
            <child>
 
1312
              <object class="GtkButton" id="prop_cancel">
 
1313
                <property name="label">gtk-cancel</property>
 
1314
                <property name="visible">True</property>
 
1315
                <property name="can_focus">True</property>
 
1316
                <property name="can_default">True</property>
 
1317
                <property name="receives_default">False</property>
 
1318
                <property name="use_stock">True</property>
 
1319
              </object>
 
1320
              <packing>
 
1321
                <property name="expand">False</property>
 
1322
                <property name="fill">False</property>
 
1323
                <property name="position">0</property>
 
1324
              </packing>
 
1325
            </child>
 
1326
            <child>
 
1327
              <object class="GtkButton" id="prop_ok">
 
1328
                <property name="label">gtk-ok</property>
 
1329
                <property name="visible">True</property>
 
1330
                <property name="can_focus">True</property>
 
1331
                <property name="can_default">True</property>
 
1332
                <property name="has_default">True</property>
 
1333
                <property name="receives_default">False</property>
 
1334
                <property name="use_stock">True</property>
 
1335
              </object>
 
1336
              <packing>
 
1337
                <property name="expand">False</property>
 
1338
                <property name="fill">False</property>
 
1339
                <property name="position">1</property>
 
1340
              </packing>
 
1341
            </child>
 
1342
          </object>
 
1343
          <packing>
 
1344
            <property name="expand">False</property>
 
1345
            <property name="pack_type">end</property>
 
1346
            <property name="position">0</property>
 
1347
          </packing>
 
1348
        </child>
 
1349
      </object>
 
1350
    </child>
 
1351
    <action-widgets>
 
1352
      <action-widget response="-6">prop_cancel</action-widget>
 
1353
      <action-widget response="-5">prop_ok</action-widget>
 
1354
    </action-widgets>
 
1355
  </object>
 
1356
  <object class="GtkDialog" id="prefdialog">
 
1357
    <property name="visible">True</property>
 
1358
    <property name="border_width">5</property>
 
1359
    <property name="title" translatable="yes">Liferea Preferences</property>
 
1360
    <property name="resizable">False</property>
 
1361
    <property name="window_position">center</property>
 
1362
    <property name="default_width">300</property>
 
1363
    <property name="type_hint">dialog</property>
 
1364
    <signal name="delete_event" handler="gtk_widget_destroy" object="prefdialog"/>
 
1365
    <child internal-child="vbox">
 
1366
      <object class="GtkVBox" id="dialog-vbox5">
 
1367
        <property name="visible">True</property>
 
1368
        <property name="spacing">2</property>
 
1369
        <child>
 
1370
          <object class="GtkNotebook" id="notebook1">
 
1371
            <property name="visible">True</property>
 
1372
            <property name="can_focus">True</property>
 
1373
            <property name="border_width">5</property>
 
1374
            <child>
 
1375
              <object class="GtkVBox" id="vbox3">
 
1376
                <property name="visible">True</property>
 
1377
                <property name="border_width">12</property>
 
1378
                <property name="spacing">18</property>
 
1379
                <child>
 
1380
                  <object class="GtkVBox" id="vbox250">
 
1381
                    <property name="visible">True</property>
 
1382
                    <property name="spacing">6</property>
 
1383
                    <child>
 
1384
                      <object class="GtkLabel" id="label122">
 
1385
                        <property name="visible">True</property>
 
1386
                        <property name="xalign">0</property>
 
1387
                        <property name="label" translatable="yes">Feed Cache Handling</property>
 
1388
                        <attributes>
 
1389
                          <attribute name="weight" value="bold"/>
 
1390
                        </attributes>
 
1391
                      </object>
 
1392
                      <packing>
 
1393
                        <property name="expand">False</property>
 
1394
                        <property name="fill">False</property>
 
1395
                        <property name="position">0</property>
 
1396
                      </packing>
 
1397
                    </child>
 
1398
                    <child>
 
1399
                      <object class="GtkAlignment" id="alignment21">
 
1400
                        <property name="visible">True</property>
 
1401
                        <property name="left_padding">12</property>
 
1402
                        <child>
 
1403
                          <object class="GtkHBox" id="hbox19">
 
1404
                            <property name="visible">True</property>
 
1405
                            <property name="spacing">12</property>
 
1406
                            <child>
 
1407
                              <object class="GtkLabel" id="label33">
 
1408
                                <property name="visible">True</property>
 
1409
                                <property name="label" translatable="yes">Default _number of items per feed to save:</property>
 
1410
                                <property name="use_underline">True</property>
 
1411
                                <property name="wrap">True</property>
 
1412
                                <property name="mnemonic_widget">itemCountBtn</property>
 
1413
                              </object>
 
1414
                              <packing>
 
1415
                                <property name="expand">False</property>
 
1416
                                <property name="fill">False</property>
 
1417
                                <property name="position">0</property>
 
1418
                              </packing>
 
1419
                            </child>
 
1420
                            <child>
 
1421
                              <object class="GtkSpinButton" id="itemCountBtn">
 
1422
                                <property name="width_request">60</property>
 
1423
                                <property name="visible">True</property>
 
1424
                                <property name="can_focus">True</property>
 
1425
                                <property name="adjustment">adjustment3</property>
 
1426
                                <property name="climb_rate">1</property>
 
1427
                                <property name="numeric">True</property>
 
1428
                                <signal name="value_changed" handler="on_itemCountBtn_value_changed"/>
 
1429
                              </object>
 
1430
                              <packing>
 
1431
                                <property name="expand">False</property>
 
1432
                                <property name="fill">False</property>
 
1433
                                <property name="position">1</property>
 
1434
                              </packing>
 
1435
                            </child>
 
1436
                          </object>
 
1437
                        </child>
 
1438
                      </object>
 
1439
                      <packing>
 
1440
                        <property name="position">1</property>
 
1441
                      </packing>
 
1442
                    </child>
 
1443
                  </object>
 
1444
                  <packing>
 
1445
                    <property name="expand">False</property>
 
1446
                    <property name="position">0</property>
 
1447
                  </packing>
 
1448
                </child>
 
1449
                <child>
 
1450
                  <object class="GtkVBox" id="vbox2585">
 
1451
                    <property name="visible">True</property>
 
1452
                    <property name="spacing">6</property>
 
1453
                    <child>
 
1454
                      <object class="GtkLabel" id="label156">
 
1455
                        <property name="visible">True</property>
 
1456
                        <property name="xalign">0</property>
 
1457
                        <property name="label" translatable="yes">Feed Update Settings</property>
 
1458
                        <attributes>
 
1459
                          <attribute name="weight" value="bold"/>
 
1460
                        </attributes>
 
1461
                      </object>
 
1462
                      <packing>
 
1463
                        <property name="expand">False</property>
 
1464
                        <property name="fill">False</property>
 
1465
                        <property name="position">0</property>
 
1466
                      </packing>
 
1467
                    </child>
 
1468
                    <child>
 
1469
                      <object class="GtkAlignment" id="alignment22">
 
1470
                        <property name="visible">True</property>
 
1471
                        <property name="left_padding">12</property>
 
1472
                        <child>
 
1473
                          <object class="GtkVBox" id="vbox2586">
 
1474
                            <property name="visible">True</property>
 
1475
                            <property name="spacing">6</property>
 
1476
                            <child>
 
1477
                              <object class="GtkCheckButton" id="startupactionbtn">
 
1478
                                <property name="label" translatable="yes">_Update all subscriptions at startup.</property>
 
1479
                                <property name="visible">True</property>
 
1480
                                <property name="can_focus">True</property>
 
1481
                                <property name="receives_default">False</property>
 
1482
                                <property name="use_underline">True</property>
 
1483
                                <property name="draw_indicator">True</property>
 
1484
                                <signal name="toggled" handler="on_startupactionbtn_toggled"/>
 
1485
                              </object>
 
1486
                              <packing>
 
1487
                                <property name="expand">False</property>
 
1488
                                <property name="fill">False</property>
 
1489
                                <property name="position">0</property>
 
1490
                              </packing>
 
1491
                            </child>
 
1492
                            <child>
 
1493
                              <object class="GtkHBox" id="hbox68">
 
1494
                                <property name="visible">True</property>
 
1495
                                <property name="spacing">12</property>
 
1496
                                <child>
 
1497
                                  <object class="GtkLabel" id="label159">
 
1498
                                    <property name="visible">True</property>
 
1499
                                    <property name="label" translatable="yes">Default Feed Refresh _Interval:</property>
 
1500
                                    <property name="use_underline">True</property>
 
1501
                                    <property name="mnemonic_widget">refreshIntervalSpinButton</property>
 
1502
                                  </object>
 
1503
                                  <packing>
 
1504
                                    <property name="expand">False</property>
 
1505
                                    <property name="fill">False</property>
 
1506
                                    <property name="position">0</property>
 
1507
                                  </packing>
 
1508
                                </child>
 
1509
                                <child>
 
1510
                                  <object class="GtkHBox" id="hbox92230">
 
1511
                                    <property name="visible">True</property>
 
1512
                                    <property name="spacing">6</property>
 
1513
                                    <child>
 
1514
                                      <object class="GtkSpinButton" id="globalRefreshIntervalSpinButton">
 
1515
                                        <property name="width_request">60</property>
 
1516
                                        <property name="visible">True</property>
 
1517
                                        <property name="can_focus">True</property>
 
1518
                                        <property name="adjustment">adjustment2</property>
 
1519
                                        <property name="climb_rate">1</property>
 
1520
                                        <signal name="value_changed" handler="on_default_update_interval_value_changed"/>
 
1521
                                      </object>
 
1522
                                      <packing>
 
1523
                                        <property name="position">0</property>
 
1524
                                      </packing>
 
1525
                                    </child>
 
1526
                                    <child>
 
1527
                                      <object class="GtkComboBox" id="globalRefreshIntervalUnitComboBox">
 
1528
                                        <property name="visible">True</property>
 
1529
                                        <property name="model">liststore5</property>
 
1530
                                        <child>
 
1531
                                          <object class="GtkCellRendererText" id="cellrenderertext5"/>
 
1532
                                          <attributes>
 
1533
                                            <attribute name="text">0</attribute>
 
1534
                                          </attributes>
 
1535
                                        </child>
 
1536
                                      </object>
 
1537
                                      <packing>
 
1538
                                        <property name="expand">False</property>
 
1539
                                        <property name="fill">False</property>
 
1540
                                        <property name="position">1</property>
 
1541
                                      </packing>
 
1542
                                    </child>
 
1543
                                  </object>
 
1544
                                  <packing>
 
1545
                                    <property name="expand">False</property>
 
1546
                                    <property name="position">1</property>
 
1547
                                  </packing>
 
1548
                                </child>
 
1549
                              </object>
 
1550
                              <packing>
 
1551
                                <property name="expand">False</property>
 
1552
                                <property name="position">1</property>
 
1553
                              </packing>
 
1554
                            </child>
 
1555
                            <child>
 
1556
                              <object class="GtkLabel" id="label135">
 
1557
                                <property name="visible">True</property>
 
1558
                                <property name="xalign">0</property>
 
1559
                                <property name="label" translatable="yes" comments="Feed update interval hint in preference dialog.">Note: &lt;i&gt;Please remember to set a reasonable refresh time. Usually it is a waste of bandwidth to poll feeds more often than each hour.&lt;/i&gt;</property>
 
1560
                                <property name="use_markup">True</property>
 
1561
                                <property name="wrap">True</property>
 
1562
                              </object>
 
1563
                              <packing>
 
1564
                                <property name="expand">False</property>
 
1565
                                <property name="fill">False</property>
 
1566
                                <property name="position">2</property>
 
1567
                              </packing>
 
1568
                            </child>
 
1569
                          </object>
 
1570
                        </child>
 
1571
                      </object>
 
1572
                      <packing>
 
1573
                        <property name="position">1</property>
 
1574
                      </packing>
 
1575
                    </child>
 
1576
                  </object>
 
1577
                  <packing>
 
1578
                    <property name="expand">False</property>
 
1579
                    <property name="position">1</property>
 
1580
                  </packing>
 
1581
                </child>
 
1582
              </object>
 
1583
              <packing>
 
1584
                <property name="tab_fill">False</property>
 
1585
              </packing>
 
1586
            </child>
 
1587
            <child type="tab">
 
1588
              <object class="GtkLabel" id="label38">
 
1589
                <property name="visible">True</property>
 
1590
                <property name="label" translatable="yes">Feeds</property>
 
1591
              </object>
 
1592
              <packing>
 
1593
                <property name="tab_fill">False</property>
 
1594
              </packing>
 
1595
            </child>
 
1596
            <child>
 
1597
              <object class="GtkVBox" id="vbox2593">
 
1598
                <property name="visible">True</property>
 
1599
                <property name="border_width">12</property>
 
1600
                <property name="spacing">18</property>
 
1601
                <child>
 
1602
                  <object class="GtkVBox" id="vbox2594">
 
1603
                    <property name="visible">True</property>
 
1604
                    <property name="spacing">6</property>
 
1605
                    <child>
 
1606
                      <object class="GtkLabel" id="label181">
 
1607
                        <property name="visible">True</property>
 
1608
                        <property name="xalign">0</property>
 
1609
                        <property name="label" translatable="yes">Folder Display Settings</property>
 
1610
                        <attributes>
 
1611
                          <attribute name="weight" value="bold"/>
 
1612
                        </attributes>
 
1613
                      </object>
 
1614
                      <packing>
 
1615
                        <property name="expand">False</property>
 
1616
                        <property name="fill">False</property>
 
1617
                        <property name="position">0</property>
 
1618
                      </packing>
 
1619
                    </child>
 
1620
                    <child>
 
1621
                      <object class="GtkAlignment" id="alignment24">
 
1622
                        <property name="visible">True</property>
 
1623
                        <property name="left_padding">12</property>
 
1624
                        <child>
 
1625
                          <object class="GtkVBox" id="vbox2604">
 
1626
                            <property name="visible">True</property>
 
1627
                            <property name="spacing">6</property>
 
1628
                            <child>
 
1629
                              <object class="GtkCheckButton" id="folderdisplaybtn">
 
1630
                                <property name="label" translatable="yes">_Show the items of all child feeds when a folder is selected.</property>
 
1631
                                <property name="visible">True</property>
 
1632
                                <property name="can_focus">True</property>
 
1633
                                <property name="receives_default">False</property>
 
1634
                                <property name="use_underline">True</property>
 
1635
                                <property name="draw_indicator">True</property>
 
1636
                                <signal name="toggled" handler="on_folderdisplaybtn_toggled"/>
 
1637
                              </object>
 
1638
                              <packing>
 
1639
                                <property name="expand">False</property>
 
1640
                                <property name="fill">False</property>
 
1641
                                <property name="position">0</property>
 
1642
                              </packing>
 
1643
                            </child>
 
1644
                            <child>
 
1645
                              <object class="GtkCheckButton" id="hidereadbtn">
 
1646
                                <property name="label" translatable="yes">_Hide read items.</property>
 
1647
                                <property name="visible">True</property>
 
1648
                                <property name="can_focus">True</property>
 
1649
                                <property name="receives_default">False</property>
 
1650
                                <property name="use_underline">True</property>
 
1651
                                <property name="draw_indicator">True</property>
 
1652
                                <signal name="toggled" handler="on_folderhidereadbtn_toggled"/>
 
1653
                              </object>
 
1654
                              <packing>
 
1655
                                <property name="expand">False</property>
 
1656
                                <property name="fill">False</property>
 
1657
                                <property name="position">1</property>
 
1658
                              </packing>
 
1659
                            </child>
 
1660
                          </object>
 
1661
                        </child>
 
1662
                      </object>
 
1663
                      <packing>
 
1664
                        <property name="position">1</property>
 
1665
                      </packing>
 
1666
                    </child>
 
1667
                  </object>
 
1668
                  <packing>
 
1669
                    <property name="expand">False</property>
 
1670
                    <property name="position">0</property>
 
1671
                  </packing>
 
1672
                </child>
 
1673
                <child>
 
1674
                  <object class="GtkVBox" id="vbox2587">
 
1675
                    <property name="visible">True</property>
 
1676
                    <property name="spacing">6</property>
 
1677
                    <child>
 
1678
                      <object class="GtkLabel" id="label163">
 
1679
                        <property name="visible">True</property>
 
1680
                        <property name="xalign">0</property>
 
1681
                        <property name="label" translatable="yes">Feed Icons (Favicons)</property>
 
1682
                        <attributes>
 
1683
                          <attribute name="weight" value="bold"/>
 
1684
                        </attributes>
 
1685
                      </object>
 
1686
                      <packing>
 
1687
                        <property name="expand">False</property>
 
1688
                        <property name="fill">False</property>
 
1689
                        <property name="position">0</property>
 
1690
                      </packing>
 
1691
                    </child>
 
1692
                    <child>
 
1693
                      <object class="GtkAlignment" id="alignment25">
 
1694
                        <property name="visible">True</property>
 
1695
                        <property name="left_padding">12</property>
 
1696
                        <child>
 
1697
                          <object class="GtkHBox" id="hbox92229">
 
1698
                            <property name="visible">True</property>
 
1699
                            <child>
 
1700
                              <object class="GtkButton" id="updateAllFavicons">
 
1701
                                <property name="label" translatable="yes">_Update all favicons now</property>
 
1702
                                <property name="visible">True</property>
 
1703
                                <property name="can_focus">True</property>
 
1704
                                <property name="receives_default">False</property>
 
1705
                                <property name="use_underline">True</property>
 
1706
                              </object>
 
1707
                              <packing>
 
1708
                                <property name="expand">False</property>
 
1709
                                <property name="fill">False</property>
 
1710
                                <property name="position">0</property>
 
1711
                              </packing>
 
1712
                            </child>
 
1713
                          </object>
 
1714
                        </child>
 
1715
                      </object>
 
1716
                      <packing>
 
1717
                        <property name="position">1</property>
 
1718
                      </packing>
 
1719
                    </child>
 
1720
                  </object>
 
1721
                  <packing>
 
1722
                    <property name="expand">False</property>
 
1723
                    <property name="position">1</property>
 
1724
                  </packing>
 
1725
                </child>
 
1726
              </object>
 
1727
              <packing>
 
1728
                <property name="position">1</property>
 
1729
              </packing>
 
1730
            </child>
 
1731
            <child type="tab">
 
1732
              <object class="GtkLabel" id="label177">
 
1733
                <property name="visible">True</property>
 
1734
                <property name="label" translatable="yes">Folders</property>
 
1735
              </object>
 
1736
              <packing>
 
1737
                <property name="position">1</property>
 
1738
                <property name="tab_fill">False</property>
 
1739
              </packing>
 
1740
            </child>
 
1741
            <child>
 
1742
              <object class="GtkVBox" id="vbox222">
 
1743
                <property name="visible">True</property>
 
1744
                <property name="border_width">12</property>
 
1745
                <property name="spacing">18</property>
 
1746
                <child>
 
1747
                  <object class="GtkVBox" id="vbox253">
 
1748
                    <property name="visible">True</property>
 
1749
                    <property name="spacing">6</property>
 
1750
                    <child>
 
1751
                      <object class="GtkLabel" id="label128">
 
1752
                        <property name="visible">True</property>
 
1753
                        <property name="xalign">0</property>
 
1754
                        <property name="label" translatable="yes">Reading Headlines</property>
 
1755
                        <attributes>
 
1756
                          <attribute name="weight" value="bold"/>
 
1757
                        </attributes>
 
1758
                      </object>
 
1759
                      <packing>
 
1760
                        <property name="expand">False</property>
 
1761
                        <property name="fill">False</property>
 
1762
                        <property name="position">0</property>
 
1763
                      </packing>
 
1764
                    </child>
 
1765
                    <child>
 
1766
                      <object class="GtkAlignment" id="alignment26">
 
1767
                        <property name="visible">True</property>
 
1768
                        <property name="left_padding">12</property>
 
1769
                        <child>
 
1770
                          <object class="GtkHBox" id="hbox63">
 
1771
                            <property name="visible">True</property>
 
1772
                            <property name="spacing">12</property>
 
1773
                            <child>
 
1774
                              <object class="GtkLabel" id="label151">
 
1775
                                <property name="visible">True</property>
 
1776
                                <property name="label" translatable="yes">_Skim through articles with:</property>
 
1777
                                <property name="use_underline">True</property>
 
1778
                              </object>
 
1779
                              <packing>
 
1780
                                <property name="expand">False</property>
 
1781
                                <property name="fill">False</property>
 
1782
                                <property name="position">0</property>
 
1783
                              </packing>
 
1784
                            </child>
 
1785
                            <child>
 
1786
                              <object class="GtkComboBox" id="skimKeyCombo">
 
1787
                                <property name="visible">True</property>
 
1788
                                <property name="model">liststore3</property>
 
1789
                                <child>
 
1790
                                  <object class="GtkCellRendererText" id="cellrenderertext3"/>
 
1791
                                  <attributes>
 
1792
                                    <attribute name="text">0</attribute>
 
1793
                                  </attributes>
 
1794
                                </child>
 
1795
                              </object>
 
1796
                              <packing>
 
1797
                                <property name="expand">False</property>
 
1798
                                <property name="fill">False</property>
 
1799
                                <property name="position">1</property>
 
1800
                              </packing>
 
1801
                            </child>
 
1802
                          </object>
 
1803
                        </child>
 
1804
                      </object>
 
1805
                      <packing>
 
1806
                        <property name="position">1</property>
 
1807
                      </packing>
 
1808
                    </child>
 
1809
                  </object>
 
1810
                  <packing>
 
1811
                    <property name="expand">False</property>
 
1812
                    <property name="position">0</property>
 
1813
                  </packing>
 
1814
                </child>
 
1815
                <child>
 
1816
                  <object class="GtkVBox" id="vbox2622">
 
1817
                    <property name="visible">True</property>
 
1818
                    <property name="spacing">6</property>
 
1819
                    <child>
 
1820
                      <object class="GtkLabel" id="label230">
 
1821
                        <property name="visible">True</property>
 
1822
                        <property name="xalign">0</property>
 
1823
                        <property name="label" translatable="yes">Web Integration</property>
 
1824
                        <attributes>
 
1825
                          <attribute name="weight" value="bold"/>
 
1826
                        </attributes>
 
1827
                      </object>
 
1828
                      <packing>
 
1829
                        <property name="expand">False</property>
 
1830
                        <property name="fill">False</property>
 
1831
                        <property name="position">0</property>
 
1832
                      </packing>
 
1833
                    </child>
 
1834
                    <child>
 
1835
                      <object class="GtkAlignment" id="alignment37">
 
1836
                        <property name="visible">True</property>
 
1837
                        <property name="left_padding">12</property>
 
1838
                        <child>
 
1839
                          <object class="GtkTable" id="table10">
 
1840
                            <property name="visible">True</property>
 
1841
                            <property name="n_rows">2</property>
 
1842
                            <property name="n_columns">2</property>
 
1843
                            <property name="column_spacing">6</property>
 
1844
                            <property name="row_spacing">6</property>
 
1845
                            <child>
 
1846
                              <object class="GtkComboBox" id="socialpopup">
 
1847
                                <property name="visible">True</property>
 
1848
                                <property name="can_focus">True</property>
 
1849
                              </object>
 
1850
                              <packing>
 
1851
                                <property name="left_attach">1</property>
 
1852
                                <property name="right_attach">2</property>
 
1853
                                <property name="x_options">GTK_FILL</property>
 
1854
                                <property name="y_options"></property>
 
1855
                              </packing>
 
1856
                            </child>
 
1857
                            <child>
 
1858
                              <object class="GtkLabel" id="label231">
 
1859
                                <property name="visible">True</property>
 
1860
                                <property name="xalign">0</property>
 
1861
                                <property name="label" translatable="yes">_Post Bookmarks to</property>
 
1862
                                <property name="use_underline">True</property>
 
1863
                                <property name="mnemonic_widget">socialpopup</property>
 
1864
                              </object>
 
1865
                              <packing>
 
1866
                                <property name="x_options">GTK_FILL</property>
 
1867
                                <property name="y_options"></property>
 
1868
                              </packing>
 
1869
                            </child>
 
1870
                            <child>
 
1871
                              <placeholder/>
 
1872
                            </child>
 
1873
                            <child>
 
1874
                              <placeholder/>
 
1875
                            </child>
 
1876
                          </object>
 
1877
                        </child>
 
1878
                      </object>
 
1879
                      <packing>
 
1880
                        <property name="position">1</property>
 
1881
                      </packing>
 
1882
                    </child>
 
1883
                  </object>
 
1884
                  <packing>
 
1885
                    <property name="expand">False</property>
 
1886
                    <property name="position">1</property>
 
1887
                  </packing>
 
1888
                </child>
 
1889
              </object>
 
1890
              <packing>
 
1891
                <property name="position">2</property>
 
1892
                <property name="tab_fill">False</property>
 
1893
              </packing>
 
1894
            </child>
 
1895
            <child type="tab">
 
1896
              <object class="GtkLabel" id="label39">
 
1897
                <property name="visible">True</property>
 
1898
                <property name="label" translatable="yes">Headlines</property>
 
1899
              </object>
 
1900
              <packing>
 
1901
                <property name="position">2</property>
 
1902
                <property name="tab_fill">False</property>
 
1903
              </packing>
 
1904
            </child>
 
1905
            <child>
 
1906
              <object class="GtkVBox" id="vbox2577">
 
1907
                <property name="visible">True</property>
 
1908
                <property name="border_width">12</property>
 
1909
                <property name="spacing">18</property>
 
1910
                <child>
 
1911
                  <object class="GtkVBox" id="vbox2601">
 
1912
                    <property name="visible">True</property>
 
1913
                    <property name="spacing">6</property>
 
1914
                    <child>
 
1915
                      <object class="GtkVBox" id="vbox2602">
 
1916
                        <property name="visible">True</property>
 
1917
                        <property name="spacing">6</property>
 
1918
                        <child>
 
1919
                          <object class="GtkLabel" id="label190">
 
1920
                            <property name="visible">True</property>
 
1921
                            <property name="xalign">0</property>
 
1922
                            <property name="label" translatable="yes">Internal Browser Settings</property>
 
1923
                            <attributes>
 
1924
                              <attribute name="weight" value="bold"/>
 
1925
                            </attributes>
 
1926
                          </object>
 
1927
                          <packing>
 
1928
                            <property name="expand">False</property>
 
1929
                            <property name="fill">False</property>
 
1930
                            <property name="position">0</property>
 
1931
                          </packing>
 
1932
                        </child>
 
1933
                        <child>
 
1934
                          <object class="GtkAlignment" id="alignment28">
 
1935
                            <property name="visible">True</property>
 
1936
                            <property name="left_padding">12</property>
 
1937
                            <child>
 
1938
                              <object class="GtkVBox" id="vbox2603">
 
1939
                                <property name="visible">True</property>
 
1940
                                <property name="spacing">6</property>
 
1941
                                <child>
 
1942
                                  <object class="GtkCheckButton" id="browseinwindow">
 
1943
                                    <property name="label" translatable="yes">Open links in Liferea's _window.</property>
 
1944
                                    <property name="visible">True</property>
 
1945
                                    <property name="can_focus">True</property>
 
1946
                                    <property name="receives_default">False</property>
 
1947
                                    <property name="use_underline">True</property>
 
1948
                                    <property name="draw_indicator">True</property>
 
1949
                                    <signal name="toggled" handler="on_openlinksinsidebtn_clicked"/>
 
1950
                                  </object>
 
1951
                                  <packing>
 
1952
                                    <property name="expand">False</property>
 
1953
                                    <property name="fill">False</property>
 
1954
                                    <property name="position">0</property>
 
1955
                                  </packing>
 
1956
                                </child>
 
1957
                                <child>
 
1958
                                  <object class="GtkCheckButton" id="disablejavascript">
 
1959
                                    <property name="label" translatable="yes">_Disable Javascript.</property>
 
1960
                                    <property name="visible">True</property>
 
1961
                                    <property name="can_focus">True</property>
 
1962
                                    <property name="receives_default">False</property>
 
1963
                                    <property name="use_underline">True</property>
 
1964
                                    <property name="draw_indicator">True</property>
 
1965
                                    <signal name="toggled" handler="on_disablejavascript_toggled"/>
 
1966
                                  </object>
 
1967
                                  <packing>
 
1968
                                    <property name="expand">False</property>
 
1969
                                    <property name="fill">False</property>
 
1970
                                    <property name="position">1</property>
 
1971
                                  </packing>
 
1972
                                </child>
 
1973
                                <child>
 
1974
                                  <object class="GtkCheckButton" id="enableplugins">
 
1975
                                    <property name="label" translatable="yes">_Enable browser plugins.</property>
 
1976
                                    <property name="visible">True</property>
 
1977
                                    <property name="can_focus">True</property>
 
1978
                                    <property name="receives_default">False</property>
 
1979
                                    <property name="use_underline">True</property>
 
1980
                                    <property name="draw_indicator">True</property>
 
1981
                                    <signal name="toggled" handler="on_enableplugins_toggled"/>
 
1982
                                  </object>
 
1983
                                  <packing>
 
1984
                                    <property name="expand">False</property>
 
1985
                                    <property name="fill">False</property>
 
1986
                                    <property name="position">2</property>
 
1987
                                  </packing>
 
1988
                                </child>
 
1989
                              </object>
 
1990
                            </child>
 
1991
                          </object>
 
1992
                          <packing>
 
1993
                            <property name="expand">False</property>
 
1994
                            <property name="padding">6</property>
 
1995
                            <property name="position">1</property>
 
1996
                          </packing>
 
1997
                        </child>
 
1998
                      </object>
 
1999
                      <packing>
 
2000
                        <property name="expand">False</property>
 
2001
                        <property name="position">0</property>
 
2002
                      </packing>
 
2003
                    </child>
 
2004
                  </object>
 
2005
                  <packing>
 
2006
                    <property name="expand">False</property>
 
2007
                    <property name="position">0</property>
 
2008
                  </packing>
 
2009
                </child>
 
2010
                <child>
 
2011
                  <object class="GtkVBox" id="vbox248">
 
2012
                    <property name="visible">True</property>
 
2013
                    <property name="spacing">6</property>
 
2014
                    <child>
 
2015
                      <object class="GtkLabel" id="label118">
 
2016
                        <property name="visible">True</property>
 
2017
                        <property name="xalign">0</property>
 
2018
                        <property name="label" translatable="yes">External Browser Settings</property>
 
2019
                        <attributes>
 
2020
                          <attribute name="weight" value="bold"/>
 
2021
                        </attributes>
 
2022
                      </object>
 
2023
                      <packing>
 
2024
                        <property name="expand">False</property>
 
2025
                        <property name="fill">False</property>
 
2026
                        <property name="position">0</property>
 
2027
                      </packing>
 
2028
                    </child>
 
2029
                    <child>
 
2030
                      <object class="GtkAlignment" id="alignment29">
 
2031
                        <property name="visible">True</property>
 
2032
                        <property name="left_padding">12</property>
 
2033
                        <child>
 
2034
                          <object class="GtkTable" id="table6">
 
2035
                            <property name="visible">True</property>
 
2036
                            <property name="n_rows">3</property>
 
2037
                            <property name="n_columns">2</property>
 
2038
                            <property name="column_spacing">12</property>
 
2039
                            <property name="row_spacing">6</property>
 
2040
                            <child>
 
2041
                              <object class="GtkComboBox" id="browserpopup">
 
2042
                                <property name="visible">True</property>
 
2043
                                <property name="can_focus">True</property>
 
2044
                              </object>
 
2045
                              <packing>
 
2046
                                <property name="left_attach">1</property>
 
2047
                                <property name="right_attach">2</property>
 
2048
                                <property name="x_options">GTK_FILL</property>
 
2049
                                <property name="y_options"></property>
 
2050
                              </packing>
 
2051
                            </child>
 
2052
                            <child>
 
2053
                              <object class="GtkComboBox" id="browserlocpopup">
 
2054
                                <property name="visible">True</property>
 
2055
                                <property name="can_focus">True</property>
 
2056
                              </object>
 
2057
                              <packing>
 
2058
                                <property name="left_attach">1</property>
 
2059
                                <property name="right_attach">2</property>
 
2060
                                <property name="top_attach">1</property>
 
2061
                                <property name="bottom_attach">2</property>
 
2062
                                <property name="x_options">GTK_FILL</property>
 
2063
                                <property name="y_options"></property>
 
2064
                              </packing>
 
2065
                            </child>
 
2066
                            <child>
 
2067
                              <object class="GtkLabel" id="label138">
 
2068
                                <property name="visible">True</property>
 
2069
                                <property name="xalign">0</property>
 
2070
                                <property name="label" translatable="yes">_Open link in:</property>
 
2071
                                <property name="use_underline">True</property>
 
2072
                                <property name="mnemonic_widget">browserlocpopup</property>
 
2073
                              </object>
 
2074
                              <packing>
 
2075
                                <property name="top_attach">1</property>
 
2076
                                <property name="bottom_attach">2</property>
 
2077
                                <property name="x_options">GTK_FILL</property>
 
2078
                                <property name="y_options"></property>
 
2079
                              </packing>
 
2080
                            </child>
 
2081
                            <child>
 
2082
                              <object class="GtkEntry" id="browsercmd">
 
2083
                                <property name="visible">True</property>
 
2084
                                <property name="can_focus">True</property>
 
2085
                                <property name="activates_default">True</property>
 
2086
                                <signal name="changed" handler="on_browsercmd_changed"/>
 
2087
                              </object>
 
2088
                              <packing>
 
2089
                                <property name="left_attach">1</property>
 
2090
                                <property name="right_attach">2</property>
 
2091
                                <property name="top_attach">2</property>
 
2092
                                <property name="bottom_attach">3</property>
 
2093
                                <property name="y_options"></property>
 
2094
                              </packing>
 
2095
                            </child>
 
2096
                            <child>
 
2097
                              <object class="GtkLabel" id="manuallabel">
 
2098
                                <property name="visible">True</property>
 
2099
                                <property name="xalign">0</property>
 
2100
                                <property name="label" translatable="yes">_Manual:
 
2101
(%s for URL)</property>
 
2102
                                <property name="use_underline">True</property>
 
2103
                                <property name="mnemonic_widget">browsercmd</property>
 
2104
                              </object>
 
2105
                              <packing>
 
2106
                                <property name="top_attach">2</property>
 
2107
                                <property name="bottom_attach">3</property>
 
2108
                                <property name="x_options">GTK_FILL</property>
 
2109
                                <property name="y_options"></property>
 
2110
                              </packing>
 
2111
                            </child>
 
2112
                            <child>
 
2113
                              <object class="GtkLabel" id="label137">
 
2114
                                <property name="visible">True</property>
 
2115
                                <property name="xalign">0</property>
 
2116
                                <property name="label" translatable="yes">_Browser:</property>
 
2117
                                <property name="use_underline">True</property>
 
2118
                                <property name="mnemonic_widget">browserpopup</property>
 
2119
                              </object>
 
2120
                              <packing>
 
2121
                                <property name="x_options">GTK_FILL</property>
 
2122
                                <property name="y_options"></property>
 
2123
                              </packing>
 
2124
                            </child>
 
2125
                          </object>
 
2126
                        </child>
 
2127
                      </object>
 
2128
                      <packing>
 
2129
                        <property name="expand">False</property>
 
2130
                        <property name="padding">6</property>
 
2131
                        <property name="position">1</property>
 
2132
                      </packing>
 
2133
                    </child>
 
2134
                  </object>
 
2135
                  <packing>
 
2136
                    <property name="expand">False</property>
 
2137
                    <property name="position">1</property>
 
2138
                  </packing>
 
2139
                </child>
 
2140
              </object>
 
2141
              <packing>
 
2142
                <property name="position">3</property>
 
2143
              </packing>
 
2144
            </child>
 
2145
            <child type="tab">
 
2146
              <object class="GtkLabel" id="label50">
 
2147
                <property name="visible">True</property>
 
2148
                <property name="label" translatable="yes">Browser</property>
 
2149
              </object>
 
2150
              <packing>
 
2151
                <property name="position">3</property>
 
2152
                <property name="tab_fill">False</property>
 
2153
              </packing>
 
2154
            </child>
 
2155
            <child>
 
2156
              <object class="GtkVBox" id="vbox259">
 
2157
                <property name="visible">True</property>
 
2158
                <property name="border_width">12</property>
 
2159
                <property name="spacing">18</property>
 
2160
                <child>
 
2161
                  <object class="GtkVBox" id="vbox251">
 
2162
                    <property name="visible">True</property>
 
2163
                    <property name="spacing">6</property>
 
2164
                    <child>
 
2165
                      <object class="GtkLabel" id="label124">
 
2166
                        <property name="visible">True</property>
 
2167
                        <property name="xalign">0</property>
 
2168
                        <property name="label" translatable="yes">Notification Settings</property>
 
2169
                        <attributes>
 
2170
                          <attribute name="weight" value="bold"/>
 
2171
                        </attributes>
 
2172
                      </object>
 
2173
                      <packing>
 
2174
                        <property name="expand">False</property>
 
2175
                        <property name="fill">False</property>
 
2176
                        <property name="position">0</property>
 
2177
                      </packing>
 
2178
                    </child>
 
2179
                    <child>
 
2180
                      <object class="GtkAlignment" id="alignment14">
 
2181
                        <property name="visible">True</property>
 
2182
                        <property name="left_padding">12</property>
 
2183
                        <child>
 
2184
                          <object class="GtkVBox" id="vbox2617">
 
2185
                            <property name="visible">True</property>
 
2186
                            <property name="spacing">6</property>
 
2187
                            <child>
 
2188
                              <object class="GtkCheckButton" id="popupwindowsoptionbtn">
 
2189
                                <property name="label" translatable="yes">Show a _popup window with new headlines.</property>
 
2190
                                <property name="visible">True</property>
 
2191
                                <property name="can_focus">True</property>
 
2192
                                <property name="receives_default">False</property>
 
2193
                                <property name="use_underline">True</property>
 
2194
                                <property name="draw_indicator">True</property>
 
2195
                                <signal name="clicked" handler="on_popupwindowsoptionbtn_clicked"/>
 
2196
                              </object>
 
2197
                              <packing>
 
2198
                                <property name="expand">False</property>
 
2199
                                <property name="fill">False</property>
 
2200
                                <property name="position">0</property>
 
2201
                              </packing>
 
2202
                            </child>
 
2203
                            <child>
 
2204
                              <object class="GtkVBox" id="vbox256">
 
2205
                                <property name="visible">True</property>
 
2206
                                <property name="spacing">6</property>
 
2207
                                <child>
 
2208
                                  <object class="GtkCheckButton" id="trayiconoptionbtn">
 
2209
                                    <property name="label" translatable="yes">Show a status _icon in the notification area (system tray).</property>
 
2210
                                    <property name="visible">True</property>
 
2211
                                    <property name="can_focus">True</property>
 
2212
                                    <property name="receives_default">False</property>
 
2213
                                    <property name="use_underline">True</property>
 
2214
                                    <property name="draw_indicator">True</property>
 
2215
                                    <signal name="clicked" handler="on_trayiconoptionbtn_clicked"/>
 
2216
                                  </object>
 
2217
                                  <packing>
 
2218
                                    <property name="expand">False</property>
 
2219
                                    <property name="fill">False</property>
 
2220
                                    <property name="position">0</property>
 
2221
                                  </packing>
 
2222
                                </child>
 
2223
                                <child>
 
2224
                                  <object class="GtkHBox" id="hbox85">
 
2225
                                    <property name="visible">True</property>
 
2226
                                    <child>
 
2227
                                      <object class="GtkLabel" id="label195">
 
2228
                                        <property name="visible">True</property>
 
2229
                                        <property name="xpad">10</property>
 
2230
                                      </object>
 
2231
                                      <packing>
 
2232
                                        <property name="expand">False</property>
 
2233
                                        <property name="fill">False</property>
 
2234
                                        <property name="position">0</property>
 
2235
                                      </packing>
 
2236
                                    </child>
 
2237
                                    <child>
 
2238
                                      <object class="GtkVBox" id="vbox2629">
 
2239
                                        <property name="visible">True</property>
 
2240
                                        <property name="spacing">6</property>
 
2241
                                        <child>
 
2242
                                          <object class="GtkCheckButton" id="newcountintraybtn">
 
2243
                                            <property name="label" translatable="yes">Show _number of new items in the tray icon.</property>
 
2244
                                            <property name="visible">True</property>
 
2245
                                            <property name="can_focus">True</property>
 
2246
                                            <property name="receives_default">False</property>
 
2247
                                            <property name="use_underline">True</property>
 
2248
                                            <property name="draw_indicator">True</property>
 
2249
                                            <signal name="clicked" handler="on_newcountintraybtn_clicked"/>
 
2250
                                          </object>
 
2251
                                          <packing>
 
2252
                                            <property name="expand">False</property>
 
2253
                                            <property name="fill">False</property>
 
2254
                                            <property name="position">0</property>
 
2255
                                          </packing>
 
2256
                                        </child>
 
2257
                                        <child>
 
2258
                                          <object class="GtkCheckButton" id="minimizetotraybtn">
 
2259
                                            <property name="label" translatable="yes">T_erminate instead of minimizing to tray icon.</property>
 
2260
                                            <property name="visible">True</property>
 
2261
                                            <property name="can_focus">True</property>
 
2262
                                            <property name="receives_default">False</property>
 
2263
                                            <property name="use_underline">True</property>
 
2264
                                            <property name="draw_indicator">True</property>
 
2265
                                            <signal name="clicked" handler="on_minimizetotraybtn_clicked"/>
 
2266
                                          </object>
 
2267
                                          <packing>
 
2268
                                            <property name="expand">False</property>
 
2269
                                            <property name="fill">False</property>
 
2270
                                            <property name="position">1</property>
 
2271
                                          </packing>
 
2272
                                        </child>
 
2273
                                        <child>
 
2274
                                          <object class="GtkCheckButton" id="startintraybtn">
 
2275
                                            <property name="label" translatable="yes">_Start in tray icon.</property>
 
2276
                                            <property name="visible">True</property>
 
2277
                                            <property name="can_focus">True</property>
 
2278
                                            <property name="receives_default">False</property>
 
2279
                                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2280
                                            <property name="use_underline">True</property>
 
2281
                                            <property name="draw_indicator">True</property>
 
2282
                                            <signal name="clicked" handler="on_startintraybtn_clicked"/>
 
2283
                                          </object>
 
2284
                                          <packing>
 
2285
                                            <property name="position">2</property>
 
2286
                                          </packing>
 
2287
                                        </child>
 
2288
                                      </object>
 
2289
                                      <packing>
 
2290
                                        <property name="expand">False</property>
 
2291
                                        <property name="position">1</property>
 
2292
                                      </packing>
 
2293
                                    </child>
 
2294
                                  </object>
 
2295
                                  <packing>
 
2296
                                    <property name="position">1</property>
 
2297
                                  </packing>
 
2298
                                </child>
 
2299
                              </object>
 
2300
                              <packing>
 
2301
                                <property name="position">1</property>
 
2302
                              </packing>
 
2303
                            </child>
 
2304
                          </object>
 
2305
                        </child>
 
2306
                      </object>
 
2307
                      <packing>
 
2308
                        <property name="position">1</property>
 
2309
                      </packing>
 
2310
                    </child>
 
2311
                  </object>
 
2312
                  <packing>
 
2313
                    <property name="expand">False</property>
 
2314
                    <property name="position">0</property>
 
2315
                  </packing>
 
2316
                </child>
 
2317
                <child>
 
2318
                  <object class="GtkVBox" id="vbox252">
 
2319
                    <property name="visible">True</property>
 
2320
                    <property name="spacing">6</property>
 
2321
                    <child>
 
2322
                      <object class="GtkLabel" id="label126">
 
2323
                        <property name="visible">True</property>
 
2324
                        <property name="xalign">0</property>
 
2325
                        <property name="yalign">0.51999998092651367</property>
 
2326
                        <property name="label" translatable="yes">Toolbar Settings</property>
 
2327
                        <attributes>
 
2328
                          <attribute name="weight" value="bold"/>
 
2329
                        </attributes>
 
2330
                      </object>
 
2331
                      <packing>
 
2332
                        <property name="expand">False</property>
 
2333
                        <property name="fill">False</property>
 
2334
                        <property name="position">0</property>
 
2335
                      </packing>
 
2336
                    </child>
 
2337
                    <child>
 
2338
                      <object class="GtkAlignment" id="alignment15">
 
2339
                        <property name="visible">True</property>
 
2340
                        <property name="left_padding">12</property>
 
2341
                        <child>
 
2342
                          <object class="GtkVBox" id="vbox223">
 
2343
                            <property name="visible">True</property>
 
2344
                            <property name="spacing">6</property>
 
2345
                            <child>
 
2346
                              <object class="GtkCheckButton" id="hidetoolbarbtn">
 
2347
                                <property name="label" translatable="yes">_Hide toolbar.</property>
 
2348
                                <property name="visible">True</property>
 
2349
                                <property name="can_focus">True</property>
 
2350
                                <property name="receives_default">False</property>
 
2351
                                <property name="use_underline">True</property>
 
2352
                                <property name="draw_indicator">True</property>
 
2353
                                <signal name="toggled" handler="on_hidetoolbar_toggled"/>
 
2354
                              </object>
 
2355
                              <packing>
 
2356
                                <property name="position">0</property>
 
2357
                              </packing>
 
2358
                            </child>
 
2359
                            <child>
 
2360
                              <object class="GtkHBox" id="hbox92244">
 
2361
                                <property name="visible">True</property>
 
2362
                                <property name="spacing">12</property>
 
2363
                                <child>
 
2364
                                  <object class="GtkLabel" id="label254">
 
2365
                                    <property name="visible">True</property>
 
2366
                                    <property name="xalign">0</property>
 
2367
                                    <property name="label" translatable="yes">Toolbar _button labels:</property>
 
2368
                                    <property name="use_underline">True</property>
 
2369
                                    <property name="mnemonic_widget">toolbarCombo</property>
 
2370
                                  </object>
 
2371
                                  <packing>
 
2372
                                    <property name="expand">False</property>
 
2373
                                    <property name="fill">False</property>
 
2374
                                    <property name="position">0</property>
 
2375
                                  </packing>
 
2376
                                </child>
 
2377
                                <child>
 
2378
                                  <object class="GtkComboBox" id="toolbarCombo">
 
2379
                                    <property name="visible">True</property>
 
2380
                                    <property name="model">liststore2</property>
 
2381
                                    <child>
 
2382
                                      <object class="GtkCellRendererText" id="cellrenderertext2"/>
 
2383
                                      <attributes>
 
2384
                                        <attribute name="text">0</attribute>
 
2385
                                      </attributes>
 
2386
                                    </child>
 
2387
                                  </object>
 
2388
                                  <packing>
 
2389
                                    <property name="expand">False</property>
 
2390
                                    <property name="fill">False</property>
 
2391
                                    <property name="position">1</property>
 
2392
                                  </packing>
 
2393
                                </child>
 
2394
                              </object>
 
2395
                              <packing>
 
2396
                                <property name="fill">False</property>
 
2397
                                <property name="position">1</property>
 
2398
                              </packing>
 
2399
                            </child>
 
2400
                          </object>
 
2401
                        </child>
 
2402
                      </object>
 
2403
                      <packing>
 
2404
                        <property name="position">1</property>
 
2405
                      </packing>
 
2406
                    </child>
 
2407
                  </object>
 
2408
                  <packing>
 
2409
                    <property name="expand">False</property>
 
2410
                    <property name="position">1</property>
 
2411
                  </packing>
 
2412
                </child>
 
2413
              </object>
 
2414
              <packing>
 
2415
                <property name="position">4</property>
 
2416
              </packing>
 
2417
            </child>
 
2418
            <child type="tab">
 
2419
              <object class="GtkLabel" id="label139">
 
2420
                <property name="visible">True</property>
 
2421
                <property name="label" translatable="yes">GUI</property>
 
2422
              </object>
 
2423
              <packing>
 
2424
                <property name="position">4</property>
 
2425
                <property name="tab_fill">False</property>
 
2426
              </packing>
 
2427
            </child>
 
2428
            <child>
 
2429
              <object class="GtkVBox" id="vbox258">
 
2430
                <property name="visible">True</property>
 
2431
                <child>
 
2432
                  <object class="GtkVBox" id="vbox227">
 
2433
                    <property name="visible">True</property>
 
2434
                    <property name="border_width">12</property>
 
2435
                    <property name="spacing">18</property>
 
2436
                    <child>
 
2437
                      <object class="GtkVBox" id="vbox254">
 
2438
                        <property name="visible">True</property>
 
2439
                        <property name="spacing">6</property>
 
2440
                        <child>
 
2441
                          <object class="GtkLabel" id="label130">
 
2442
                            <property name="visible">True</property>
 
2443
                            <property name="xalign">0</property>
 
2444
                            <property name="label" translatable="yes">HTTP Proxy Server</property>
 
2445
                            <attributes>
 
2446
                              <attribute name="weight" value="bold"/>
 
2447
                            </attributes>
 
2448
                          </object>
 
2449
                          <packing>
 
2450
                            <property name="expand">False</property>
 
2451
                            <property name="fill">False</property>
 
2452
                            <property name="position">0</property>
 
2453
                          </packing>
 
2454
                        </child>
 
2455
                        <child>
 
2456
                          <object class="GtkAlignment" id="alignment16">
 
2457
                            <property name="visible">True</property>
 
2458
                            <property name="left_padding">12</property>
 
2459
                            <child>
 
2460
                              <object class="GtkVBox" id="vbox228">
 
2461
                                <property name="visible">True</property>
 
2462
                                <property name="spacing">6</property>
 
2463
                                <child>
 
2464
                                  <object class="GtkVBox" id="vbox2">
 
2465
                                    <property name="visible">True</property>
 
2466
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2467
                                    <property name="spacing">6</property>
 
2468
                                    <child>
 
2469
                                      <object class="GtkRadioButton" id="proxyAutoDetectRadio">
 
2470
                                        <property name="label" translatable="yes">_Auto Detect (GNOME or environment)</property>
 
2471
                                        <property name="visible">True</property>
 
2472
                                        <property name="can_focus">True</property>
 
2473
                                        <property name="receives_default">False</property>
 
2474
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2475
                                        <property name="use_underline">True</property>
 
2476
                                        <property name="active">True</property>
 
2477
                                        <property name="draw_indicator">True</property>
 
2478
                                      </object>
 
2479
                                      <packing>
 
2480
                                        <property name="position">0</property>
 
2481
                                      </packing>
 
2482
                                    </child>
 
2483
                                    <child>
 
2484
                                      <object class="GtkRadioButton" id="noProxyRadio">
 
2485
                                        <property name="label" translatable="yes">_No Proxy</property>
 
2486
                                        <property name="visible">True</property>
 
2487
                                        <property name="can_focus">True</property>
 
2488
                                        <property name="receives_default">False</property>
 
2489
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2490
                                        <property name="use_underline">True</property>
 
2491
                                        <property name="active">True</property>
 
2492
                                        <property name="draw_indicator">True</property>
 
2493
                                        <property name="group">proxyAutoDetectRadio</property>
 
2494
                                      </object>
 
2495
                                      <packing>
 
2496
                                        <property name="position">1</property>
 
2497
                                      </packing>
 
2498
                                    </child>
 
2499
                                    <child>
 
2500
                                      <object class="GtkRadioButton" id="manualProxyRadio">
 
2501
                                        <property name="label" translatable="yes">_Manual Setting:</property>
 
2502
                                        <property name="visible">True</property>
 
2503
                                        <property name="can_focus">True</property>
 
2504
                                        <property name="receives_default">False</property>
 
2505
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2506
                                        <property name="use_underline">True</property>
 
2507
                                        <property name="active">True</property>
 
2508
                                        <property name="draw_indicator">True</property>
 
2509
                                        <property name="group">proxyAutoDetectRadio</property>
 
2510
                                      </object>
 
2511
                                      <packing>
 
2512
                                        <property name="position">2</property>
 
2513
                                      </packing>
 
2514
                                    </child>
 
2515
                                    <child>
 
2516
                                      <object class="GtkHBox" id="proxybox">
 
2517
                                        <property name="visible">True</property>
 
2518
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2519
                                        <child>
 
2520
                                          <object class="GtkLabel" id="label5">
 
2521
                                            <property name="visible">True</property>
 
2522
                                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2523
                                            <property name="xpad">10</property>
 
2524
                                          </object>
 
2525
                                          <packing>
 
2526
                                            <property name="expand">False</property>
 
2527
                                            <property name="fill">False</property>
 
2528
                                            <property name="position">0</property>
 
2529
                                          </packing>
 
2530
                                        </child>
 
2531
                                        <child>
 
2532
                                          <object class="GtkVBox" id="vbox4">
 
2533
                                            <property name="visible">True</property>
 
2534
                                            <property name="spacing">6</property>
 
2535
                                            <child>
 
2536
                                              <object class="GtkTable" id="proxytable">
 
2537
                                                <property name="visible">True</property>
 
2538
                                                <property name="n_rows">2</property>
 
2539
                                                <property name="n_columns">2</property>
 
2540
                                                <property name="column_spacing">12</property>
 
2541
                                                <property name="row_spacing">6</property>
 
2542
                                                <child>
 
2543
                                                  <object class="GtkLabel" id="label1">
 
2544
                                                    <property name="visible">True</property>
 
2545
                                                    <property name="xalign">0</property>
 
2546
                                                    <property name="label" translatable="yes">Proxy _Port:</property>
 
2547
                                                    <property name="use_underline">True</property>
 
2548
                                                    <property name="mnemonic_widget">proxyportentry</property>
 
2549
                                                  </object>
 
2550
                                                  <packing>
 
2551
                                                    <property name="top_attach">1</property>
 
2552
                                                    <property name="bottom_attach">2</property>
 
2553
                                                    <property name="x_options">GTK_FILL</property>
 
2554
                                                    <property name="y_options"></property>
 
2555
                                                  </packing>
 
2556
                                                </child>
 
2557
                                                <child>
 
2558
                                                  <object class="GtkEntry" id="proxyportentry">
 
2559
                                                    <property name="visible">True</property>
 
2560
                                                    <property name="can_focus">True</property>
 
2561
                                                    <property name="activates_default">True</property>
 
2562
                                                  </object>
 
2563
                                                  <packing>
 
2564
                                                    <property name="left_attach">1</property>
 
2565
                                                    <property name="right_attach">2</property>
 
2566
                                                    <property name="top_attach">1</property>
 
2567
                                                    <property name="bottom_attach">2</property>
 
2568
                                                    <property name="x_options"></property>
 
2569
                                                    <property name="y_options"></property>
 
2570
                                                  </packing>
 
2571
                                                </child>
 
2572
                                                <child>
 
2573
                                                  <object class="GtkEntry" id="proxyhostentry">
 
2574
                                                    <property name="visible">True</property>
 
2575
                                                    <property name="can_focus">True</property>
 
2576
                                                    <property name="activates_default">True</property>
 
2577
                                                  </object>
 
2578
                                                  <packing>
 
2579
                                                    <property name="left_attach">1</property>
 
2580
                                                    <property name="right_attach">2</property>
 
2581
                                                    <property name="x_options"></property>
 
2582
                                                    <property name="y_options"></property>
 
2583
                                                  </packing>
 
2584
                                                </child>
 
2585
                                                <child>
 
2586
                                                  <object class="GtkLabel" id="label2">
 
2587
                                                    <property name="visible">True</property>
 
2588
                                                    <property name="xalign">0</property>
 
2589
                                                    <property name="label" translatable="yes">Proxy _Host:</property>
 
2590
                                                    <property name="use_underline">True</property>
 
2591
                                                    <property name="mnemonic_widget">proxyhostentry</property>
 
2592
                                                  </object>
 
2593
                                                  <packing>
 
2594
                                                    <property name="x_options">GTK_FILL</property>
 
2595
                                                    <property name="y_options"></property>
 
2596
                                                  </packing>
 
2597
                                                </child>
 
2598
                                              </object>
 
2599
                                              <packing>
 
2600
                                                <property name="padding">3</property>
 
2601
                                                <property name="position">0</property>
 
2602
                                              </packing>
 
2603
                                            </child>
 
2604
                                            <child>
 
2605
                                              <object class="GtkCheckButton" id="useProxyAuth">
 
2606
                                                <property name="label" translatable="yes">Use Proxy Au_thentication</property>
 
2607
                                                <property name="visible">True</property>
 
2608
                                                <property name="can_focus">True</property>
 
2609
                                                <property name="receives_default">False</property>
 
2610
                                                <property name="use_underline">True</property>
 
2611
                                                <property name="draw_indicator">True</property>
 
2612
                                                <signal name="toggled" handler="on_useProxyAuth_toggled"/>
 
2613
                                              </object>
 
2614
                                              <packing>
 
2615
                                                <property name="expand">False</property>
 
2616
                                                <property name="fill">False</property>
 
2617
                                                <property name="position">1</property>
 
2618
                                              </packing>
 
2619
                                            </child>
 
2620
                                            <child>
 
2621
                                              <object class="GtkAlignment" id="alignment1">
 
2622
                                                <property name="visible">True</property>
 
2623
                                                <property name="left_padding">21</property>
 
2624
                                                <child>
 
2625
                                                  <object class="GtkTable" id="proxyauthtable">
 
2626
                                                    <property name="visible">True</property>
 
2627
                                                    <property name="n_rows">2</property>
 
2628
                                                    <property name="n_columns">2</property>
 
2629
                                                    <property name="column_spacing">12</property>
 
2630
                                                    <property name="row_spacing">6</property>
 
2631
                                                    <child>
 
2632
                                                      <object class="GtkLabel" id="label3">
 
2633
                                                        <property name="visible">True</property>
 
2634
                                                        <property name="xalign">0</property>
 
2635
                                                        <property name="label" translatable="yes">Proxy Pass_word:</property>
 
2636
                                                        <property name="use_underline">True</property>
 
2637
                                                        <property name="mnemonic_widget">proxypasswordentry</property>
 
2638
                                                      </object>
 
2639
                                                      <packing>
 
2640
                                                        <property name="top_attach">1</property>
 
2641
                                                        <property name="bottom_attach">2</property>
 
2642
                                                        <property name="x_options">GTK_FILL</property>
 
2643
                                                        <property name="y_options"></property>
 
2644
                                                      </packing>
 
2645
                                                    </child>
 
2646
                                                    <child>
 
2647
                                                      <object class="GtkEntry" id="proxypasswordentry">
 
2648
                                                        <property name="visible">True</property>
 
2649
                                                        <property name="can_focus">True</property>
 
2650
                                                        <property name="visibility">False</property>
 
2651
                                                        <property name="activates_default">True</property>
 
2652
                                                      </object>
 
2653
                                                      <packing>
 
2654
                                                        <property name="left_attach">1</property>
 
2655
                                                        <property name="right_attach">2</property>
 
2656
                                                        <property name="top_attach">1</property>
 
2657
                                                        <property name="bottom_attach">2</property>
 
2658
                                                        <property name="x_options"></property>
 
2659
                                                        <property name="y_options"></property>
 
2660
                                                      </packing>
 
2661
                                                    </child>
 
2662
                                                    <child>
 
2663
                                                      <object class="GtkEntry" id="proxyusernameentry">
 
2664
                                                        <property name="visible">True</property>
 
2665
                                                        <property name="can_focus">True</property>
 
2666
                                                        <property name="activates_default">True</property>
 
2667
                                                      </object>
 
2668
                                                      <packing>
 
2669
                                                        <property name="left_attach">1</property>
 
2670
                                                        <property name="right_attach">2</property>
 
2671
                                                        <property name="x_options"></property>
 
2672
                                                        <property name="y_options"></property>
 
2673
                                                      </packing>
 
2674
                                                    </child>
 
2675
                                                    <child>
 
2676
                                                      <object class="GtkLabel" id="label4">
 
2677
                                                        <property name="visible">True</property>
 
2678
                                                        <property name="xalign">0</property>
 
2679
                                                        <property name="label" translatable="yes">Proxy _Username:</property>
 
2680
                                                        <property name="use_underline">True</property>
 
2681
                                                      </object>
 
2682
                                                      <packing>
 
2683
                                                        <property name="x_options">GTK_FILL</property>
 
2684
                                                        <property name="y_options"></property>
 
2685
                                                      </packing>
 
2686
                                                    </child>
 
2687
                                                  </object>
 
2688
                                                </child>
 
2689
                                              </object>
 
2690
                                              <packing>
 
2691
                                                <property name="position">2</property>
 
2692
                                              </packing>
 
2693
                                            </child>
 
2694
                                          </object>
 
2695
                                          <packing>
 
2696
                                            <property name="position">1</property>
 
2697
                                          </packing>
 
2698
                                        </child>
 
2699
                                      </object>
 
2700
                                      <packing>
 
2701
                                        <property name="position">3</property>
 
2702
                                      </packing>
 
2703
                                    </child>
 
2704
                                  </object>
 
2705
                                  <packing>
 
2706
                                    <property name="expand">False</property>
 
2707
                                    <property name="fill">False</property>
 
2708
                                    <property name="position">0</property>
 
2709
                                  </packing>
 
2710
                                </child>
 
2711
                              </object>
 
2712
                            </child>
 
2713
                          </object>
 
2714
                          <packing>
 
2715
                            <property name="position">1</property>
 
2716
                          </packing>
 
2717
                        </child>
 
2718
                      </object>
 
2719
                      <packing>
 
2720
                        <property name="expand">False</property>
 
2721
                        <property name="position">0</property>
 
2722
                      </packing>
 
2723
                    </child>
 
2724
                  </object>
 
2725
                  <packing>
 
2726
                    <property name="expand">False</property>
 
2727
                    <property name="position">0</property>
 
2728
                  </packing>
 
2729
                </child>
 
2730
              </object>
 
2731
              <packing>
 
2732
                <property name="position">5</property>
 
2733
              </packing>
 
2734
            </child>
 
2735
            <child type="tab">
 
2736
              <object class="GtkLabel" id="label140">
 
2737
                <property name="visible">True</property>
 
2738
                <property name="label" translatable="yes">Proxy</property>
 
2739
              </object>
 
2740
              <packing>
 
2741
                <property name="position">5</property>
 
2742
                <property name="tab_fill">False</property>
 
2743
              </packing>
 
2744
            </child>
 
2745
            <child>
 
2746
              <object class="GtkVBox" id="vbox2609">
 
2747
                <property name="visible">True</property>
 
2748
                <property name="border_width">12</property>
 
2749
                <property name="spacing">18</property>
 
2750
                <child>
 
2751
                  <object class="GtkVBox" id="vbox2610">
 
2752
                    <property name="visible">True</property>
 
2753
                    <property name="spacing">6</property>
 
2754
                    <child>
 
2755
                      <object class="GtkLabel" id="label217">
 
2756
                        <property name="visible">True</property>
 
2757
                        <property name="xalign">0</property>
 
2758
                        <property name="label" translatable="yes">Downloading Enclosures</property>
 
2759
                        <attributes>
 
2760
                          <attribute name="weight" value="bold"/>
 
2761
                        </attributes>
 
2762
                      </object>
 
2763
                      <packing>
 
2764
                        <property name="expand">False</property>
 
2765
                        <property name="fill">False</property>
 
2766
                        <property name="position">0</property>
 
2767
                      </packing>
 
2768
                    </child>
 
2769
                    <child>
 
2770
                      <object class="GtkAlignment" id="alignment20">
 
2771
                        <property name="visible">True</property>
 
2772
                        <property name="left_padding">12</property>
 
2773
                        <child>
 
2774
                          <object class="GtkTable" id="table8">
 
2775
                            <property name="visible">True</property>
 
2776
                            <property name="n_rows">2</property>
 
2777
                            <property name="n_columns">2</property>
 
2778
                            <property name="column_spacing">12</property>
 
2779
                            <property name="row_spacing">6</property>
 
2780
                            <child>
 
2781
                              <object class="GtkHBox" id="hbox92225">
 
2782
                                <property name="visible">True</property>
 
2783
                                <property name="spacing">6</property>
 
2784
                                <child>
 
2785
                                  <object class="GtkEntry" id="save_download_entry">
 
2786
                                    <property name="visible">True</property>
 
2787
                                    <property name="can_focus">True</property>
 
2788
                                    <signal name="changed" handler="on_save_download_entry_changed"/>
 
2789
                                  </object>
 
2790
                                  <packing>
 
2791
                                    <property name="position">0</property>
 
2792
                                  </packing>
 
2793
                                </child>
 
2794
                                <child>
 
2795
                                  <object class="GtkButton" id="save_download_select_btn">
 
2796
                                    <property name="label" translatable="yes">_Browse</property>
 
2797
                                    <property name="visible">True</property>
 
2798
                                    <property name="can_focus">True</property>
 
2799
                                    <property name="receives_default">False</property>
 
2800
                                    <property name="use_underline">True</property>
 
2801
                                    <signal name="clicked" handler="on_save_download_select_btn_clicked"/>
 
2802
                                  </object>
 
2803
                                  <packing>
 
2804
                                    <property name="expand">False</property>
 
2805
                                    <property name="fill">False</property>
 
2806
                                    <property name="position">1</property>
 
2807
                                  </packing>
 
2808
                                </child>
 
2809
                              </object>
 
2810
                              <packing>
 
2811
                                <property name="left_attach">1</property>
 
2812
                                <property name="right_attach">2</property>
 
2813
                                <property name="top_attach">1</property>
 
2814
                                <property name="bottom_attach">2</property>
 
2815
                                <property name="y_options">GTK_FILL</property>
 
2816
                              </packing>
 
2817
                            </child>
 
2818
                            <child>
 
2819
                              <object class="GtkHBox" id="hbox92224">
 
2820
                                <property name="visible">True</property>
 
2821
                                <child>
 
2822
                                  <object class="GtkComboBox" id="downloadToolCombo">
 
2823
                                    <property name="visible">True</property>
 
2824
                                    <property name="model">liststore1</property>
 
2825
                                    <child>
 
2826
                                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
2827
                                      <attributes>
 
2828
                                        <attribute name="text">0</attribute>
 
2829
                                      </attributes>
 
2830
                                    </child>
 
2831
                                  </object>
 
2832
                                  <packing>
 
2833
                                    <property name="expand">False</property>
 
2834
                                    <property name="fill">False</property>
 
2835
                                    <property name="position">0</property>
 
2836
                                  </packing>
 
2837
                                </child>
 
2838
                                <child>
 
2839
                                  <object class="GtkLabel" id="label220">
 
2840
                                    <property name="visible">True</property>
 
2841
                                  </object>
 
2842
                                  <packing>
 
2843
                                    <property name="fill">False</property>
 
2844
                                    <property name="position">1</property>
 
2845
                                  </packing>
 
2846
                                </child>
 
2847
                              </object>
 
2848
                              <packing>
 
2849
                                <property name="left_attach">1</property>
 
2850
                                <property name="right_attach">2</property>
 
2851
                                <property name="x_options">GTK_FILL</property>
 
2852
                                <property name="y_options">GTK_FILL</property>
 
2853
                              </packing>
 
2854
                            </child>
 
2855
                            <child>
 
2856
                              <object class="GtkLabel" id="label219">
 
2857
                                <property name="visible">True</property>
 
2858
                                <property name="can_focus">True</property>
 
2859
                                <property name="xalign">0</property>
 
2860
                                <property name="label" translatable="yes">_Save downloads in</property>
 
2861
                                <property name="use_underline">True</property>
 
2862
                                <property name="selectable">True</property>
 
2863
                              </object>
 
2864
                              <packing>
 
2865
                                <property name="top_attach">1</property>
 
2866
                                <property name="bottom_attach">2</property>
 
2867
                                <property name="x_options">GTK_FILL</property>
 
2868
                                <property name="y_options"></property>
 
2869
                              </packing>
 
2870
                            </child>
 
2871
                            <child>
 
2872
                              <object class="GtkLabel" id="label216">
 
2873
                                <property name="visible">True</property>
 
2874
                                <property name="xalign">0</property>
 
2875
                                <property name="label" translatable="yes">_Download using</property>
 
2876
                                <property name="use_underline">True</property>
 
2877
                              </object>
 
2878
                              <packing>
 
2879
                                <property name="x_options">GTK_FILL</property>
 
2880
                                <property name="y_options"></property>
 
2881
                              </packing>
 
2882
                            </child>
 
2883
                          </object>
 
2884
                        </child>
 
2885
                      </object>
 
2886
                      <packing>
 
2887
                        <property name="position">1</property>
 
2888
                      </packing>
 
2889
                    </child>
 
2890
                  </object>
 
2891
                  <packing>
 
2892
                    <property name="expand">False</property>
 
2893
                    <property name="position">0</property>
 
2894
                  </packing>
 
2895
                </child>
 
2896
                <child>
 
2897
                  <object class="GtkVBox" id="vbox2618">
 
2898
                    <property name="visible">True</property>
 
2899
                    <property name="spacing">6</property>
 
2900
                    <child>
 
2901
                      <object class="GtkLabel" id="label208">
 
2902
                        <property name="visible">True</property>
 
2903
                        <property name="xalign">0</property>
 
2904
                        <property name="label" translatable="yes">Opening Enclosures</property>
 
2905
                        <attributes>
 
2906
                          <attribute name="weight" value="bold"/>
 
2907
                        </attributes>
 
2908
                      </object>
 
2909
                      <packing>
 
2910
                        <property name="expand">False</property>
 
2911
                        <property name="fill">False</property>
 
2912
                        <property name="position">0</property>
 
2913
                      </packing>
 
2914
                    </child>
 
2915
                    <child>
 
2916
                      <object class="GtkAlignment" id="alignment19">
 
2917
                        <property name="visible">True</property>
 
2918
                        <property name="left_padding">12</property>
 
2919
                        <child>
 
2920
                          <object class="GtkVBox" id="vbox2613">
 
2921
                            <property name="visible">True</property>
 
2922
                            <property name="spacing">6</property>
 
2923
                            <child>
 
2924
                              <object class="GtkScrolledWindow" id="scrolledwindow8">
 
2925
                                <property name="visible">True</property>
 
2926
                                <property name="can_focus">True</property>
 
2927
                                <property name="shadow_type">in</property>
 
2928
                                <child>
 
2929
                                  <object class="GtkTreeView" id="enc_action_view">
 
2930
                                    <property name="height_request">100</property>
 
2931
                                    <property name="visible">True</property>
 
2932
                                    <property name="can_focus">True</property>
 
2933
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2934
                                    <property name="rules_hint">True</property>
 
2935
                                  </object>
 
2936
                                </child>
 
2937
                              </object>
 
2938
                              <packing>
 
2939
                                <property name="expand">False</property>
 
2940
                                <property name="fill">False</property>
 
2941
                                <property name="position">0</property>
 
2942
                              </packing>
 
2943
                            </child>
 
2944
                            <child>
 
2945
                              <object class="GtkHBox" id="hbox92223">
 
2946
                                <property name="visible">True</property>
 
2947
                                <property name="spacing">6</property>
 
2948
                                <child>
 
2949
                                  <object class="GtkButton" id="enc_action_change_btn">
 
2950
                                    <property name="label">gtk-properties</property>
 
2951
                                    <property name="visible">True</property>
 
2952
                                    <property name="can_focus">True</property>
 
2953
                                    <property name="receives_default">False</property>
 
2954
                                    <property name="use_stock">True</property>
 
2955
                                    <signal name="clicked" handler="on_enc_action_change_btn_clicked"/>
 
2956
                                  </object>
 
2957
                                  <packing>
 
2958
                                    <property name="expand">False</property>
 
2959
                                    <property name="fill">False</property>
 
2960
                                    <property name="position">0</property>
 
2961
                                  </packing>
 
2962
                                </child>
 
2963
                                <child>
 
2964
                                  <object class="GtkButton" id="enc_action_remove_btn">
 
2965
                                    <property name="label">gtk-delete</property>
 
2966
                                    <property name="visible">True</property>
 
2967
                                    <property name="can_focus">True</property>
 
2968
                                    <property name="receives_default">False</property>
 
2969
                                    <property name="use_stock">True</property>
 
2970
                                    <signal name="clicked" handler="on_enc_action_remove_btn_clicked"/>
 
2971
                                  </object>
 
2972
                                  <packing>
 
2973
                                    <property name="expand">False</property>
 
2974
                                    <property name="fill">False</property>
 
2975
                                    <property name="position">1</property>
 
2976
                                  </packing>
 
2977
                                </child>
 
2978
                              </object>
 
2979
                              <packing>
 
2980
                                <property name="expand">False</property>
 
2981
                                <property name="fill">False</property>
 
2982
                                <property name="position">1</property>
 
2983
                              </packing>
 
2984
                            </child>
 
2985
                          </object>
 
2986
                        </child>
 
2987
                      </object>
 
2988
                      <packing>
 
2989
                        <property name="expand">False</property>
 
2990
                        <property name="fill">False</property>
 
2991
                        <property name="position">1</property>
 
2992
                      </packing>
 
2993
                    </child>
 
2994
                  </object>
 
2995
                  <packing>
 
2996
                    <property name="expand">False</property>
 
2997
                    <property name="position">1</property>
 
2998
                  </packing>
 
2999
                </child>
 
3000
              </object>
 
3001
              <packing>
 
3002
                <property name="position">6</property>
 
3003
              </packing>
 
3004
            </child>
 
3005
            <child type="tab">
 
3006
              <object class="GtkLabel" id="label207">
 
3007
                <property name="visible">True</property>
 
3008
                <property name="label" translatable="yes">Enclosures</property>
 
3009
              </object>
 
3010
              <packing>
 
3011
                <property name="position">6</property>
 
3012
                <property name="tab_fill">False</property>
 
3013
              </packing>
 
3014
            </child>
 
3015
            <child>
 
3016
              <object class="GtkVBox" id="vbox8">
 
3017
                <property name="border_width">12</property>
 
3018
                <property name="spacing">18</property>
 
3019
                <child>
 
3020
                  <object class="GtkVBox" id="vbox11">
 
3021
                    <property name="visible">True</property>
 
3022
                    <property name="spacing">6</property>
 
3023
                    <child>
 
3024
                      <object class="GtkLabel" id="label12">
 
3025
                        <property name="visible">True</property>
 
3026
                        <property name="xalign">0</property>
 
3027
                        <property name="label" translatable="yes">Synchronized with Nearby Hosts</property>
 
3028
                        <attributes>
 
3029
                          <attribute name="weight" value="bold"/>
 
3030
                        </attributes>
 
3031
                      </object>
 
3032
                      <packing>
 
3033
                        <property name="expand">False</property>
 
3034
                        <property name="fill">False</property>
 
3035
                        <property name="position">0</property>
 
3036
                      </packing>
 
3037
                    </child>
 
3038
                    <child>
 
3039
                      <object class="GtkAlignment" id="alignment4">
 
3040
                        <property name="visible">True</property>
 
3041
                        <property name="top_padding">6</property>
 
3042
                        <property name="left_padding">12</property>
 
3043
                        <child>
 
3044
                          <object class="GtkVBox" id="vbox12">
 
3045
                            <property name="visible">True</property>
 
3046
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3047
                            <child>
 
3048
                              <object class="GtkCheckButton" id="useAvahiSync">
 
3049
                                <property name="label" translatable="yes">_Enable Local LAN Synchronization</property>
 
3050
                                <property name="visible">True</property>
 
3051
                                <property name="can_focus">True</property>
 
3052
                                <property name="receives_default">False</property>
 
3053
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3054
                                <property name="use_underline">True</property>
 
3055
                                <property name="draw_indicator">True</property>
 
3056
                                <signal name="toggled" handler="on_useAvahiSync_toggled"/>
 
3057
                              </object>
 
3058
                              <packing>
 
3059
                                <property name="position">0</property>
 
3060
                              </packing>
 
3061
                            </child>
 
3062
                            <child>
 
3063
                              <object class="GtkAlignment" id="alignment5">
 
3064
                                <property name="visible">True</property>
 
3065
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3066
                                <property name="top_padding">6</property>
 
3067
                                <property name="bottom_padding">6</property>
 
3068
                                <property name="left_padding">24</property>
 
3069
                                <child>
 
3070
                                  <object class="GtkTable" id="table2">
 
3071
                                    <property name="visible">True</property>
 
3072
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3073
                                    <property name="n_rows">2</property>
 
3074
                                    <property name="n_columns">2</property>
 
3075
                                    <property name="column_spacing">6</property>
 
3076
                                    <property name="row_spacing">6</property>
 
3077
                                    <child>
 
3078
                                      <object class="GtkLabel" id="label13">
 
3079
                                        <property name="visible">True</property>
 
3080
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3081
                                        <property name="xalign">0</property>
 
3082
                                        <property name="label" translatable="yes">_Service Name</property>
 
3083
                                        <property name="use_underline">True</property>
 
3084
                                        <property name="mnemonic_widget">avahiServiceNameEntry</property>
 
3085
                                      </object>
 
3086
                                      <packing>
 
3087
                                        <property name="x_options">GTK_FILL</property>
 
3088
                                      </packing>
 
3089
                                    </child>
 
3090
                                    <child>
 
3091
                                      <object class="GtkLabel" id="label14">
 
3092
                                        <property name="visible">True</property>
 
3093
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3094
                                        <property name="xalign">0</property>
 
3095
                                        <property name="label" translatable="yes">_Password</property>
 
3096
                                        <property name="use_underline">True</property>
 
3097
                                        <property name="mnemonic_widget">avahiServicePasswordEntry</property>
 
3098
                                      </object>
 
3099
                                      <packing>
 
3100
                                        <property name="top_attach">1</property>
 
3101
                                        <property name="bottom_attach">2</property>
 
3102
                                        <property name="x_options">GTK_FILL</property>
 
3103
                                      </packing>
 
3104
                                    </child>
 
3105
                                    <child>
 
3106
                                      <object class="GtkEntry" id="avahiServiceNameEntry">
 
3107
                                        <property name="visible">True</property>
 
3108
                                        <property name="can_focus">True</property>
 
3109
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3110
                                      </object>
 
3111
                                      <packing>
 
3112
                                        <property name="left_attach">1</property>
 
3113
                                        <property name="right_attach">2</property>
 
3114
                                        <property name="x_options">GTK_FILL</property>
 
3115
                                      </packing>
 
3116
                                    </child>
 
3117
                                    <child>
 
3118
                                      <object class="GtkEntry" id="avahiServicePasswordEntry">
 
3119
                                        <property name="visible">True</property>
 
3120
                                        <property name="can_focus">True</property>
 
3121
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3122
                                        <property name="visibility">False</property>
 
3123
                                      </object>
 
3124
                                      <packing>
 
3125
                                        <property name="left_attach">1</property>
 
3126
                                        <property name="right_attach">2</property>
 
3127
                                        <property name="top_attach">1</property>
 
3128
                                        <property name="bottom_attach">2</property>
 
3129
                                        <property name="x_options">GTK_FILL</property>
 
3130
                                      </packing>
 
3131
                                    </child>
 
3132
                                  </object>
 
3133
                                </child>
 
3134
                              </object>
 
3135
                              <packing>
 
3136
                                <property name="position">1</property>
 
3137
                              </packing>
 
3138
                            </child>
 
3139
                          </object>
 
3140
                        </child>
 
3141
                      </object>
 
3142
                      <packing>
 
3143
                        <property name="position">1</property>
 
3144
                      </packing>
 
3145
                    </child>
 
3146
                  </object>
 
3147
                  <packing>
 
3148
                    <property name="expand">False</property>
 
3149
                    <property name="position">0</property>
 
3150
                  </packing>
 
3151
                </child>
 
3152
              </object>
 
3153
              <packing>
 
3154
                <property name="position">7</property>
 
3155
              </packing>
 
3156
            </child>
 
3157
            <child type="tab">
 
3158
              <object class="GtkLabel" id="label6">
 
3159
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3160
                <property name="label" translatable="yes">Sync</property>
 
3161
              </object>
 
3162
              <packing>
 
3163
                <property name="position">7</property>
 
3164
                <property name="tab_fill">False</property>
 
3165
              </packing>
 
3166
            </child>
 
3167
          </object>
 
3168
          <packing>
 
3169
            <property name="position">1</property>
 
3170
          </packing>
 
3171
        </child>
 
3172
        <child internal-child="action_area">
 
3173
          <object class="GtkHButtonBox" id="dialog-action_area5">
 
3174
            <property name="visible">True</property>
 
3175
            <property name="layout_style">end</property>
 
3176
            <child>
 
3177
              <object class="GtkButton" id="prefclosebtn">
 
3178
                <property name="label">gtk-close</property>
 
3179
                <property name="visible">True</property>
 
3180
                <property name="can_focus">True</property>
 
3181
                <property name="can_default">True</property>
 
3182
                <property name="receives_default">False</property>
 
3183
                <property name="use_stock">True</property>
 
3184
                <signal name="clicked" handler="gtk_widget_hide" object="prefdialog"/>
 
3185
              </object>
 
3186
              <packing>
 
3187
                <property name="expand">False</property>
 
3188
                <property name="fill">False</property>
 
3189
                <property name="position">0</property>
 
3190
              </packing>
 
3191
            </child>
 
3192
          </object>
 
3193
          <packing>
 
3194
            <property name="expand">False</property>
 
3195
            <property name="pack_type">end</property>
 
3196
            <property name="position">0</property>
 
3197
          </packing>
 
3198
        </child>
 
3199
      </object>
 
3200
    </child>
 
3201
    <action-widgets>
 
3202
      <action-widget response="-7">prefclosebtn</action-widget>
 
3203
    </action-widgets>
 
3204
  </object>
 
3205
  <object class="GtkDialog" id="newfolderdialog">
 
3206
    <property name="visible">True</property>
 
3207
    <property name="border_width">5</property>
 
3208
    <property name="title" translatable="yes">New Folder</property>
 
3209
    <property name="resizable">False</property>
 
3210
    <property name="modal">True</property>
 
3211
    <property name="type_hint">dialog</property>
 
3212
    <signal name="delete_event" handler="gtk_widget_hide" object="newfolderdialog"/>
 
3213
    <child internal-child="vbox">
 
3214
      <object class="GtkVBox" id="dialog-vbox6">
 
3215
        <property name="visible">True</property>
 
3216
        <property name="spacing">2</property>
 
3217
        <child>
 
3218
          <object class="GtkVBox" id="vbox10">
 
3219
            <property name="visible">True</property>
 
3220
            <child>
 
3221
              <object class="GtkHBox" id="hbox12">
 
3222
                <property name="visible">True</property>
 
3223
                <property name="border_width">5</property>
 
3224
                <property name="spacing">12</property>
 
3225
                <child>
 
3226
                  <object class="GtkLabel" id="label20">
 
3227
                    <property name="visible">True</property>
 
3228
                    <property name="label" translatable="yes">_Folder name:</property>
 
3229
                    <property name="use_underline">True</property>
 
3230
                    <property name="mnemonic_widget">foldertitleentry</property>
 
3231
                  </object>
 
3232
                  <packing>
 
3233
                    <property name="expand">False</property>
 
3234
                    <property name="fill">False</property>
 
3235
                    <property name="position">0</property>
 
3236
                  </packing>
 
3237
                </child>
 
3238
                <child>
 
3239
                  <object class="GtkEntry" id="foldertitleentry">
 
3240
                    <property name="visible">True</property>
 
3241
                    <property name="can_focus">True</property>
 
3242
                    <property name="activates_default">True</property>
 
3243
                  </object>
 
3244
                  <packing>
 
3245
                    <property name="position">1</property>
 
3246
                  </packing>
 
3247
                </child>
 
3248
              </object>
 
3249
              <packing>
 
3250
                <property name="position">0</property>
 
3251
              </packing>
 
3252
            </child>
 
3253
          </object>
 
3254
          <packing>
 
3255
            <property name="position">1</property>
 
3256
          </packing>
 
3257
        </child>
 
3258
        <child internal-child="action_area">
 
3259
          <object class="GtkHButtonBox" id="dialog-action_area6">
 
3260
            <property name="visible">True</property>
 
3261
            <property name="layout_style">end</property>
 
3262
            <child>
 
3263
              <object class="GtkButton" id="button3">
 
3264
                <property name="label">gtk-cancel</property>
 
3265
                <property name="visible">True</property>
 
3266
                <property name="can_focus">True</property>
 
3267
                <property name="can_default">True</property>
 
3268
                <property name="receives_default">False</property>
 
3269
                <property name="use_stock">True</property>
 
3270
                <signal name="clicked" handler="gtk_widget_hide" object="newfolderdialog"/>
 
3271
              </object>
 
3272
              <packing>
 
3273
                <property name="expand">False</property>
 
3274
                <property name="fill">False</property>
 
3275
                <property name="position">0</property>
 
3276
              </packing>
 
3277
            </child>
 
3278
            <child>
 
3279
              <object class="GtkButton" id="button2">
 
3280
                <property name="label">gtk-ok</property>
 
3281
                <property name="visible">True</property>
 
3282
                <property name="can_focus">True</property>
 
3283
                <property name="can_default">True</property>
 
3284
                <property name="has_default">True</property>
 
3285
                <property name="receives_default">False</property>
 
3286
                <property name="use_stock">True</property>
 
3287
                <signal name="clicked" handler="on_newfolderbtn_clicked"/>
 
3288
                <signal name="clicked" handler="gtk_widget_hide" object="newfolderdialog" after="yes"/>
 
3289
              </object>
 
3290
              <packing>
 
3291
                <property name="expand">False</property>
 
3292
                <property name="fill">False</property>
 
3293
                <property name="position">1</property>
 
3294
              </packing>
 
3295
            </child>
 
3296
          </object>
 
3297
          <packing>
 
3298
            <property name="expand">False</property>
 
3299
            <property name="pack_type">end</property>
 
3300
            <property name="position">0</property>
 
3301
          </packing>
 
3302
        </child>
 
3303
      </object>
 
3304
    </child>
 
3305
    <action-widgets>
 
3306
      <action-widget response="-6">button3</action-widget>
 
3307
      <action-widget response="-5">button2</action-widget>
 
3308
    </action-widgets>
 
3309
  </object>
 
3310
  <object class="GtkDialog" id="nodenamedialog">
 
3311
    <property name="visible">True</property>
 
3312
    <property name="border_width">5</property>
 
3313
    <property name="title" translatable="yes">Rename</property>
 
3314
    <property name="resizable">False</property>
 
3315
    <property name="modal">True</property>
 
3316
    <property name="type_hint">dialog</property>
 
3317
    <signal name="delete_event" handler="gtk_widget_hide" object="nodenamedialog"/>
 
3318
    <child internal-child="vbox">
 
3319
      <object class="GtkVBox" id="dialog-vbox7">
 
3320
        <property name="visible">True</property>
 
3321
        <property name="spacing">2</property>
 
3322
        <child>
 
3323
          <object class="GtkHBox" id="hbox13">
 
3324
            <property name="visible">True</property>
 
3325
            <property name="border_width">5</property>
 
3326
            <property name="spacing">12</property>
 
3327
            <child>
 
3328
              <object class="GtkLabel" id="label23">
 
3329
                <property name="visible">True</property>
 
3330
                <property name="label" translatable="yes">_New Name:</property>
 
3331
                <property name="use_underline">True</property>
 
3332
                <property name="mnemonic_widget">nameentry</property>
 
3333
              </object>
 
3334
              <packing>
 
3335
                <property name="expand">False</property>
 
3336
                <property name="fill">False</property>
 
3337
                <property name="position">0</property>
 
3338
              </packing>
 
3339
            </child>
 
3340
            <child>
 
3341
              <object class="GtkEntry" id="nameentry">
 
3342
                <property name="visible">True</property>
 
3343
                <property name="can_focus">True</property>
 
3344
                <property name="activates_default">True</property>
 
3345
              </object>
 
3346
              <packing>
 
3347
                <property name="position">1</property>
 
3348
              </packing>
 
3349
            </child>
 
3350
          </object>
 
3351
          <packing>
 
3352
            <property name="expand">False</property>
 
3353
            <property name="fill">False</property>
 
3354
            <property name="position">1</property>
 
3355
          </packing>
 
3356
        </child>
 
3357
        <child internal-child="action_area">
 
3358
          <object class="GtkHButtonBox" id="dialog-action_area7">
 
3359
            <property name="visible">True</property>
 
3360
            <property name="layout_style">end</property>
 
3361
            <child>
 
3362
              <object class="GtkButton" id="cancelbutton1">
 
3363
                <property name="label">gtk-cancel</property>
 
3364
                <property name="visible">True</property>
 
3365
                <property name="can_focus">True</property>
 
3366
                <property name="can_default">True</property>
 
3367
                <property name="receives_default">False</property>
 
3368
                <property name="use_stock">True</property>
 
3369
                <signal name="clicked" handler="gtk_widget_hide" object="nodenamedialog"/>
 
3370
              </object>
 
3371
              <packing>
 
3372
                <property name="expand">False</property>
 
3373
                <property name="fill">False</property>
 
3374
                <property name="position">0</property>
 
3375
              </packing>
 
3376
            </child>
 
3377
            <child>
 
3378
              <object class="GtkButton" id="namechangebtn">
 
3379
                <property name="label">gtk-ok</property>
 
3380
                <property name="visible">True</property>
 
3381
                <property name="can_focus">True</property>
 
3382
                <property name="can_default">True</property>
 
3383
                <property name="has_default">True</property>
 
3384
                <property name="receives_default">False</property>
 
3385
                <property name="use_stock">True</property>
 
3386
              </object>
 
3387
              <packing>
 
3388
                <property name="expand">False</property>
 
3389
                <property name="fill">False</property>
 
3390
                <property name="position">1</property>
 
3391
              </packing>
 
3392
            </child>
 
3393
          </object>
 
3394
          <packing>
 
3395
            <property name="expand">False</property>
 
3396
            <property name="pack_type">end</property>
 
3397
            <property name="position">0</property>
 
3398
          </packing>
 
3399
        </child>
 
3400
      </object>
 
3401
    </child>
 
3402
    <action-widgets>
 
3403
      <action-widget response="0">cancelbutton1</action-widget>
 
3404
      <action-widget response="-5">namechangebtn</action-widget>
 
3405
    </action-widgets>
 
3406
  </object>
 
3407
  <object class="GtkDialog" id="vfolderdialog">
 
3408
    <property name="visible">True</property>
 
3409
    <property name="border_width">5</property>
 
3410
    <property name="title" translatable="yes">Search Folder Properties</property>
 
3411
    <property name="default_width">550</property>
 
3412
    <property name="default_height">320</property>
 
3413
    <property name="type_hint">dialog</property>
 
3414
    <child internal-child="vbox">
 
3415
      <object class="GtkVBox" id="dialog-vbox15">
 
3416
        <property name="visible">True</property>
 
3417
        <property name="spacing">2</property>
 
3418
        <child>
 
3419
          <object class="GtkVBox" id="vbox2583">
 
3420
            <property name="visible">True</property>
 
3421
            <property name="border_width">5</property>
 
3422
            <property name="spacing">12</property>
 
3423
            <child>
 
3424
              <object class="GtkHBox" id="hbox64">
 
3425
                <property name="visible">True</property>
 
3426
                <property name="spacing">12</property>
 
3427
                <child>
 
3428
                  <object class="GtkLabel" id="label152">
 
3429
                    <property name="visible">True</property>
 
3430
                    <property name="label" translatable="yes">Search _Name:</property>
 
3431
                    <property name="use_underline">True</property>
 
3432
                  </object>
 
3433
                  <packing>
 
3434
                    <property name="expand">False</property>
 
3435
                    <property name="fill">False</property>
 
3436
                    <property name="position">0</property>
 
3437
                  </packing>
 
3438
                </child>
 
3439
                <child>
 
3440
                  <object class="GtkEntry" id="searchNameEntry">
 
3441
                    <property name="visible">True</property>
 
3442
                    <property name="can_focus">True</property>
 
3443
                  </object>
 
3444
                  <packing>
 
3445
                    <property name="position">1</property>
 
3446
                  </packing>
 
3447
                </child>
 
3448
              </object>
 
3449
              <packing>
 
3450
                <property name="expand">False</property>
 
3451
                <property name="position">0</property>
 
3452
              </packing>
 
3453
            </child>
 
3454
            <child>
 
3455
              <object class="GtkVBox" id="vbox2616">
 
3456
                <property name="visible">True</property>
 
3457
                <child>
 
3458
                  <object class="GtkLabel" id="label225">
 
3459
                    <property name="visible">True</property>
 
3460
                    <property name="xalign">0</property>
 
3461
                    <property name="label" translatable="yes">Find Items that meet the following criteria</property>
 
3462
                    <attributes>
 
3463
                      <attribute name="weight" value="bold"/>
 
3464
                    </attributes>
 
3465
                  </object>
 
3466
                  <packing>
 
3467
                    <property name="expand">False</property>
 
3468
                    <property name="fill">False</property>
 
3469
                    <property name="position">0</property>
 
3470
                  </packing>
 
3471
                </child>
 
3472
                <child>
 
3473
                  <object class="GtkAlignment" id="alignment12">
 
3474
                    <property name="visible">True</property>
 
3475
                    <property name="left_padding">12</property>
 
3476
                    <child>
 
3477
                      <object class="GtkAlignment" id="alignment8">
 
3478
                        <property name="visible">True</property>
 
3479
                        <property name="border_width">6</property>
 
3480
                        <child>
 
3481
                          <object class="GtkVBox" id="vbox2584">
 
3482
                            <property name="visible">True</property>
 
3483
                            <property name="spacing">12</property>
 
3484
                            <child>
 
3485
                              <object class="GtkHBox" id="hbox65">
 
3486
                                <property name="visible">True</property>
 
3487
                                <property name="spacing">6</property>
 
3488
                                <child>
 
3489
                                  <object class="GtkButton" id="addrulebtn">
 
3490
                                    <property name="label">gtk-add</property>
 
3491
                                    <property name="visible">True</property>
 
3492
                                    <property name="can_focus">True</property>
 
3493
                                    <property name="receives_default">False</property>
 
3494
                                    <property name="use_stock">True</property>
 
3495
                                  </object>
 
3496
                                  <packing>
 
3497
                                    <property name="expand">False</property>
 
3498
                                    <property name="fill">False</property>
 
3499
                                    <property name="position">0</property>
 
3500
                                  </packing>
 
3501
                                </child>
 
3502
                                <child>
 
3503
                                  <object class="GtkRadioButton" id="anyRuleRadioBtn">
 
3504
                                    <property name="label" translatable="yes">A_ny Rule Matches</property>
 
3505
                                    <property name="visible">True</property>
 
3506
                                    <property name="can_focus">True</property>
 
3507
                                    <property name="receives_default">False</property>
 
3508
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3509
                                    <property name="use_underline">True</property>
 
3510
                                    <property name="active">True</property>
 
3511
                                    <property name="draw_indicator">True</property>
 
3512
                                    <property name="group">allRuleRadioBtn</property>
 
3513
                                  </object>
 
3514
                                  <packing>
 
3515
                                    <property name="expand">False</property>
 
3516
                                    <property name="position">1</property>
 
3517
                                  </packing>
 
3518
                                </child>
 
3519
                                <child>
 
3520
                                  <object class="GtkRadioButton" id="allRuleRadioBtn">
 
3521
                                    <property name="label" translatable="yes">_All Rules Must Match</property>
 
3522
                                    <property name="visible">True</property>
 
3523
                                    <property name="can_focus">True</property>
 
3524
                                    <property name="receives_default">False</property>
 
3525
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3526
                                    <property name="use_underline">True</property>
 
3527
                                    <property name="active">True</property>
 
3528
                                    <property name="draw_indicator">True</property>
 
3529
                                  </object>
 
3530
                                  <packing>
 
3531
                                    <property name="position">2</property>
 
3532
                                  </packing>
 
3533
                                </child>
 
3534
                              </object>
 
3535
                              <packing>
 
3536
                                <property name="expand">False</property>
 
3537
                                <property name="position">0</property>
 
3538
                              </packing>
 
3539
                            </child>
 
3540
                            <child>
 
3541
                              <object class="GtkScrolledWindow" id="scrolledwindow7">
 
3542
                                <property name="visible">True</property>
 
3543
                                <property name="can_focus">True</property>
 
3544
                                <property name="hscrollbar_policy">automatic</property>
 
3545
                                <property name="vscrollbar_policy">automatic</property>
 
3546
                                <child>
 
3547
                                  <object class="GtkViewport" id="viewport7">
 
3548
                                    <property name="visible">True</property>
 
3549
                                    <child>
 
3550
                                      <object class="GtkAlignment" id="ruleview_vfolder_dialog">
 
3551
                                        <property name="visible">True</property>
 
3552
                                        <property name="border_width">6</property>
 
3553
                                        <child>
 
3554
                                          <placeholder/>
 
3555
                                        </child>
 
3556
                                      </object>
 
3557
                                    </child>
 
3558
                                  </object>
 
3559
                                </child>
 
3560
                              </object>
 
3561
                              <packing>
 
3562
                                <property name="position">1</property>
 
3563
                              </packing>
 
3564
                            </child>
 
3565
                          </object>
 
3566
                        </child>
 
3567
                      </object>
 
3568
                    </child>
 
3569
                  </object>
 
3570
                  <packing>
 
3571
                    <property name="position">1</property>
 
3572
                  </packing>
 
3573
                </child>
 
3574
              </object>
 
3575
              <packing>
 
3576
                <property name="position">1</property>
 
3577
              </packing>
 
3578
            </child>
 
3579
          </object>
 
3580
          <packing>
 
3581
            <property name="position">1</property>
 
3582
          </packing>
 
3583
        </child>
 
3584
        <child internal-child="action_area">
 
3585
          <object class="GtkHButtonBox" id="dialog-action_area15">
 
3586
            <property name="visible">True</property>
 
3587
            <property name="layout_style">end</property>
 
3588
            <child>
 
3589
              <object class="GtkButton" id="cancelbutton3">
 
3590
                <property name="label">gtk-cancel</property>
 
3591
                <property name="visible">True</property>
 
3592
                <property name="can_focus">True</property>
 
3593
                <property name="can_default">True</property>
 
3594
                <property name="receives_default">False</property>
 
3595
                <property name="use_stock">True</property>
 
3596
              </object>
 
3597
              <packing>
 
3598
                <property name="expand">False</property>
 
3599
                <property name="fill">False</property>
 
3600
                <property name="position">0</property>
 
3601
              </packing>
 
3602
            </child>
 
3603
            <child>
 
3604
              <object class="GtkButton" id="okbutton2">
 
3605
                <property name="label">gtk-ok</property>
 
3606
                <property name="visible">True</property>
 
3607
                <property name="can_focus">True</property>
 
3608
                <property name="can_default">True</property>
 
3609
                <property name="receives_default">False</property>
 
3610
                <property name="use_stock">True</property>
 
3611
              </object>
 
3612
              <packing>
 
3613
                <property name="expand">False</property>
 
3614
                <property name="fill">False</property>
 
3615
                <property name="position">1</property>
 
3616
              </packing>
 
3617
            </child>
 
3618
          </object>
 
3619
          <packing>
 
3620
            <property name="expand">False</property>
 
3621
            <property name="pack_type">end</property>
 
3622
            <property name="position">0</property>
 
3623
          </packing>
 
3624
        </child>
 
3625
      </object>
 
3626
    </child>
 
3627
    <action-widgets>
 
3628
      <action-widget response="-6">cancelbutton3</action-widget>
 
3629
      <action-widget response="-5">okbutton2</action-widget>
 
3630
    </action-widgets>
 
3631
  </object>
 
3632
  <object class="GtkDialog" id="enchandlerdialog">
 
3633
    <property name="visible">True</property>
 
3634
    <property name="border_width">5</property>
 
3635
    <property name="title" translatable="yes">Downloading Enclosure</property>
 
3636
    <property name="resizable">False</property>
 
3637
    <property name="type_hint">dialog</property>
 
3638
    <signal name="delete_event" handler="gtk_widget_destroy"/>
 
3639
    <child internal-child="vbox">
 
3640
      <object class="GtkVBox" id="dialog-vbox16">
 
3641
        <property name="visible">True</property>
 
3642
        <property name="spacing">2</property>
 
3643
        <child>
 
3644
          <object class="GtkVBox" id="vbox2605">
 
3645
            <property name="visible">True</property>
 
3646
            <property name="border_width">5</property>
 
3647
            <property name="spacing">12</property>
 
3648
            <child>
 
3649
              <object class="GtkVBox" id="vbox2606">
 
3650
                <property name="visible">True</property>
 
3651
                <property name="spacing">6</property>
 
3652
                <child>
 
3653
                  <object class="GtkLabel" id="label204">
 
3654
                    <property name="visible">True</property>
 
3655
                    <property name="xalign">0</property>
 
3656
                    <property name="label" translatable="yes">Downloading an enclosure of type:</property>
 
3657
                  </object>
 
3658
                  <packing>
 
3659
                    <property name="expand">False</property>
 
3660
                    <property name="fill">False</property>
 
3661
                    <property name="position">0</property>
 
3662
                  </packing>
 
3663
                </child>
 
3664
                <child>
 
3665
                  <object class="GtkLabel" id="enc_type_label">
 
3666
                    <property name="visible">True</property>
 
3667
                    <property name="ypad">6</property>
 
3668
                    <property name="label">text/plain</property>
 
3669
                    <attributes>
 
3670
                      <attribute name="weight" value="bold"/>
 
3671
                    </attributes>
 
3672
                  </object>
 
3673
                  <packing>
 
3674
                    <property name="expand">False</property>
 
3675
                    <property name="fill">False</property>
 
3676
                    <property name="position">1</property>
 
3677
                  </packing>
 
3678
                </child>
 
3679
                <child>
 
3680
                  <object class="GtkLabel" id="label206">
 
3681
                    <property name="visible">True</property>
 
3682
                    <property name="xalign">0</property>
 
3683
                    <property name="label" translatable="yes">What should Liferea do with this enclosure? Please enter the command you want to be executed below. Downloaded enclosures will be supplied as an argument for this command:</property>
 
3684
                    <property name="wrap">True</property>
 
3685
                  </object>
 
3686
                  <packing>
 
3687
                    <property name="expand">False</property>
 
3688
                    <property name="fill">False</property>
 
3689
                    <property name="position">2</property>
 
3690
                  </packing>
 
3691
                </child>
 
3692
                <child>
 
3693
                  <object class="GtkHBox" id="hbox88">
 
3694
                    <property name="visible">True</property>
 
3695
                    <property name="spacing">6</property>
 
3696
                    <child>
 
3697
                      <object class="GtkEntry" id="enc_cmd_entry">
 
3698
                        <property name="visible">True</property>
 
3699
                        <property name="can_focus">True</property>
 
3700
                      </object>
 
3701
                      <packing>
 
3702
                        <property name="position">0</property>
 
3703
                      </packing>
 
3704
                    </child>
 
3705
                    <child>
 
3706
                      <object class="GtkButton" id="enc_cmd_select_btn">
 
3707
                        <property name="label" translatable="yes">_Browse</property>
 
3708
                        <property name="visible">True</property>
 
3709
                        <property name="can_focus">True</property>
 
3710
                        <property name="receives_default">False</property>
 
3711
                        <property name="use_underline">True</property>
 
3712
                      </object>
 
3713
                      <packing>
 
3714
                        <property name="expand">False</property>
 
3715
                        <property name="fill">False</property>
 
3716
                        <property name="position">1</property>
 
3717
                      </packing>
 
3718
                    </child>
 
3719
                  </object>
 
3720
                  <packing>
 
3721
                    <property name="position">3</property>
 
3722
                  </packing>
 
3723
                </child>
 
3724
                <child>
 
3725
                  <object class="GtkCheckButton" id="enc_remote_open_btn">
 
3726
                    <property name="label" translatable="yes">_Pass URL and do not download enclosure.</property>
 
3727
                    <property name="visible">True</property>
 
3728
                    <property name="can_focus">True</property>
 
3729
                    <property name="receives_default">False</property>
 
3730
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3731
                    <property name="use_underline">True</property>
 
3732
                    <property name="draw_indicator">True</property>
 
3733
                  </object>
 
3734
                  <packing>
 
3735
                    <property name="position">4</property>
 
3736
                  </packing>
 
3737
                </child>
 
3738
                <child>
 
3739
                  <object class="GtkCheckButton" id="enc_always_btn">
 
3740
                    <property name="label" translatable="yes">_Do this automatically for enclosures like this from now on.</property>
 
3741
                    <property name="visible">True</property>
 
3742
                    <property name="can_focus">True</property>
 
3743
                    <property name="receives_default">False</property>
 
3744
                    <property name="use_underline">True</property>
 
3745
                    <property name="draw_indicator">True</property>
 
3746
                  </object>
 
3747
                  <packing>
 
3748
                    <property name="expand">False</property>
 
3749
                    <property name="fill">False</property>
 
3750
                    <property name="position">5</property>
 
3751
                  </packing>
 
3752
                </child>
 
3753
              </object>
 
3754
              <packing>
 
3755
                <property name="expand">False</property>
 
3756
                <property name="position">0</property>
 
3757
              </packing>
 
3758
            </child>
 
3759
          </object>
 
3760
          <packing>
 
3761
            <property name="position">1</property>
 
3762
          </packing>
 
3763
        </child>
 
3764
        <child internal-child="action_area">
 
3765
          <object class="GtkHButtonBox" id="dialog-action_area16">
 
3766
            <property name="visible">True</property>
 
3767
            <property name="layout_style">end</property>
 
3768
            <child>
 
3769
              <object class="GtkButton" id="cancelbutton4">
 
3770
                <property name="label">gtk-cancel</property>
 
3771
                <property name="visible">True</property>
 
3772
                <property name="can_focus">True</property>
 
3773
                <property name="can_default">True</property>
 
3774
                <property name="receives_default">False</property>
 
3775
                <property name="use_stock">True</property>
 
3776
              </object>
 
3777
              <packing>
 
3778
                <property name="expand">False</property>
 
3779
                <property name="fill">False</property>
 
3780
                <property name="position">0</property>
 
3781
              </packing>
 
3782
            </child>
 
3783
            <child>
 
3784
              <object class="GtkButton" id="okbutton3">
 
3785
                <property name="label">gtk-ok</property>
 
3786
                <property name="visible">True</property>
 
3787
                <property name="can_focus">True</property>
 
3788
                <property name="can_default">True</property>
 
3789
                <property name="receives_default">False</property>
 
3790
                <property name="use_stock">True</property>
 
3791
              </object>
 
3792
              <packing>
 
3793
                <property name="expand">False</property>
 
3794
                <property name="fill">False</property>
 
3795
                <property name="position">1</property>
 
3796
              </packing>
 
3797
            </child>
 
3798
          </object>
 
3799
          <packing>
 
3800
            <property name="expand">False</property>
 
3801
            <property name="pack_type">end</property>
 
3802
            <property name="position">0</property>
 
3803
          </packing>
 
3804
        </child>
 
3805
      </object>
 
3806
    </child>
 
3807
    <action-widgets>
 
3808
      <action-widget response="-6">cancelbutton4</action-widget>
 
3809
      <action-widget response="-5">okbutton3</action-widget>
 
3810
    </action-widgets>
 
3811
  </object>
 
3812
  <object class="GtkDialog" id="simplesearchdialog">
 
3813
    <property name="visible">True</property>
 
3814
    <property name="border_width">5</property>
 
3815
    <property name="title" translatable="yes">Search All Feeds</property>
 
3816
    <property name="resizable">False</property>
 
3817
    <property name="type_hint">dialog</property>
 
3818
    <child internal-child="vbox">
 
3819
      <object class="GtkVBox" id="dialog-vbox17">
 
3820
        <property name="visible">True</property>
 
3821
        <property name="spacing">2</property>
 
3822
        <child>
 
3823
          <object class="GtkVBox" id="vbox2614">
 
3824
            <property name="visible">True</property>
 
3825
            <property name="border_width">5</property>
 
3826
            <property name="spacing">12</property>
 
3827
            <child>
 
3828
              <object class="GtkHBox" id="hbox92227">
 
3829
                <property name="visible">True</property>
 
3830
                <property name="spacing">12</property>
 
3831
                <child>
 
3832
                  <object class="GtkLabel" id="label222">
 
3833
                    <property name="visible">True</property>
 
3834
                    <property name="label" translatable="yes">_Search for:</property>
 
3835
                    <property name="use_underline">True</property>
 
3836
                    <property name="mnemonic_widget">searchentry</property>
 
3837
                  </object>
 
3838
                  <packing>
 
3839
                    <property name="expand">False</property>
 
3840
                    <property name="fill">False</property>
 
3841
                    <property name="position">0</property>
 
3842
                  </packing>
 
3843
                </child>
 
3844
                <child>
 
3845
                  <object class="GtkEntry" id="searchentry">
 
3846
                    <property name="visible">True</property>
 
3847
                    <property name="can_focus">True</property>
 
3848
                    <property name="tooltip_text" translatable="yes">Enter a search string Liferea should find either in a items title or in its content.</property>
 
3849
                  </object>
 
3850
                  <packing>
 
3851
                    <property name="position">1</property>
 
3852
                  </packing>
 
3853
                </child>
 
3854
              </object>
 
3855
              <packing>
 
3856
                <property name="expand">False</property>
 
3857
                <property name="position">0</property>
 
3858
              </packing>
 
3859
            </child>
 
3860
          </object>
 
3861
          <packing>
 
3862
            <property name="padding">6</property>
 
3863
            <property name="position">1</property>
 
3864
          </packing>
 
3865
        </child>
 
3866
        <child internal-child="action_area">
 
3867
          <object class="GtkHButtonBox" id="dialog-action_area17">
 
3868
            <property name="visible">True</property>
 
3869
            <property name="layout_style">end</property>
 
3870
            <child>
 
3871
              <object class="GtkButton" id="closebutton2">
 
3872
                <property name="label">gtk-close</property>
 
3873
                <property name="visible">True</property>
 
3874
                <property name="can_focus">True</property>
 
3875
                <property name="can_default">True</property>
 
3876
                <property name="receives_default">False</property>
 
3877
                <property name="use_stock">True</property>
 
3878
                <signal name="clicked" handler="gtk_widget_destroy" object="simplesearchdialog"/>
 
3879
              </object>
 
3880
              <packing>
 
3881
                <property name="expand">False</property>
 
3882
                <property name="fill">False</property>
 
3883
                <property name="position">0</property>
 
3884
              </packing>
 
3885
            </child>
 
3886
            <child>
 
3887
              <object class="GtkButton" id="advancedbtn">
 
3888
                <property name="label" translatable="yes">_Advanced...</property>
 
3889
                <property name="visible">True</property>
 
3890
                <property name="can_focus">True</property>
 
3891
                <property name="receives_default">True</property>
 
3892
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3893
                <property name="use_underline">True</property>
 
3894
              </object>
 
3895
              <packing>
 
3896
                <property name="expand">False</property>
 
3897
                <property name="fill">False</property>
 
3898
                <property name="position">1</property>
 
3899
              </packing>
 
3900
            </child>
 
3901
            <child>
 
3902
              <object class="GtkButton" id="searchstartbtn">
 
3903
                <property name="label">gtk-find</property>
 
3904
                <property name="visible">True</property>
 
3905
                <property name="sensitive">False</property>
 
3906
                <property name="can_focus">True</property>
 
3907
                <property name="can_default">True</property>
 
3908
                <property name="receives_default">False</property>
 
3909
                <property name="tooltip_text" translatable="yes">Starts searching for the specified text in all feeds. The search result will appear in the item list.</property>
 
3910
                <property name="use_stock">True</property>
 
3911
              </object>
 
3912
              <packing>
 
3913
                <property name="expand">False</property>
 
3914
                <property name="fill">False</property>
 
3915
                <property name="position">2</property>
 
3916
              </packing>
 
3917
            </child>
 
3918
          </object>
 
3919
          <packing>
 
3920
            <property name="expand">False</property>
 
3921
            <property name="pack_type">end</property>
 
3922
            <property name="position">0</property>
 
3923
          </packing>
 
3924
        </child>
 
3925
      </object>
 
3926
    </child>
 
3927
    <action-widgets>
 
3928
      <action-widget response="-7">closebutton2</action-widget>
 
3929
      <action-widget response="2">advancedbtn</action-widget>
 
3930
      <action-widget response="1">searchstartbtn</action-widget>
 
3931
    </action-widgets>
 
3932
  </object>
 
3933
  <object class="GtkDialog" id="updatedialog">
 
3934
    <property name="visible">True</property>
 
3935
    <property name="title" translatable="yes">Update Monitor</property>
 
3936
    <property name="default_width">400</property>
 
3937
    <property name="default_height">300</property>
 
3938
    <property name="destroy_with_parent">True</property>
 
3939
    <property name="type_hint">dialog</property>
 
3940
    <child internal-child="vbox">
 
3941
      <object class="GtkVBox" id="dialog-vbox18">
 
3942
        <property name="visible">True</property>
 
3943
        <child>
 
3944
          <object class="GtkTable" id="table9">
 
3945
            <property name="visible">True</property>
 
3946
            <property name="border_width">6</property>
 
3947
            <property name="n_rows">2</property>
 
3948
            <property name="n_columns">2</property>
 
3949
            <property name="column_spacing">6</property>
 
3950
            <property name="row_spacing">6</property>
 
3951
            <child>
 
3952
              <object class="GtkScrolledWindow" id="scrolledwindow9">
 
3953
                <property name="visible">True</property>
 
3954
                <property name="can_focus">True</property>
 
3955
                <property name="hscrollbar_policy">automatic</property>
 
3956
                <property name="vscrollbar_policy">automatic</property>
 
3957
                <property name="shadow_type">in</property>
 
3958
                <child>
 
3959
                  <object class="GtkTreeView" id="left">
 
3960
                    <property name="visible">True</property>
 
3961
                    <property name="can_focus">True</property>
 
3962
                    <property name="headers_visible">False</property>
 
3963
                  </object>
 
3964
                </child>
 
3965
              </object>
 
3966
              <packing>
 
3967
                <property name="top_attach">1</property>
 
3968
                <property name="bottom_attach">2</property>
 
3969
              </packing>
 
3970
            </child>
 
3971
            <child>
 
3972
              <object class="GtkScrolledWindow" id="scrolledwindow10">
 
3973
                <property name="visible">True</property>
 
3974
                <property name="can_focus">True</property>
 
3975
                <property name="hscrollbar_policy">automatic</property>
 
3976
                <property name="vscrollbar_policy">automatic</property>
 
3977
                <property name="shadow_type">in</property>
 
3978
                <child>
 
3979
                  <object class="GtkTreeView" id="right">
 
3980
                    <property name="visible">True</property>
 
3981
                    <property name="can_focus">True</property>
 
3982
                    <property name="headers_visible">False</property>
 
3983
                  </object>
 
3984
                </child>
 
3985
              </object>
 
3986
              <packing>
 
3987
                <property name="left_attach">1</property>
 
3988
                <property name="right_attach">2</property>
 
3989
                <property name="top_attach">1</property>
 
3990
                <property name="bottom_attach">2</property>
 
3991
              </packing>
 
3992
            </child>
 
3993
            <child>
 
3994
              <object class="GtkLabel" id="label229">
 
3995
                <property name="visible">True</property>
 
3996
                <property name="xalign">0</property>
 
3997
                <property name="label" translatable="yes">Pending Requests</property>
 
3998
                <attributes>
 
3999
                  <attribute name="weight" value="bold"/>
 
4000
                </attributes>
 
4001
              </object>
 
4002
              <packing>
 
4003
                <property name="left_attach">1</property>
 
4004
                <property name="right_attach">2</property>
 
4005
                <property name="x_options">GTK_FILL</property>
 
4006
                <property name="y_options"></property>
 
4007
              </packing>
 
4008
            </child>
 
4009
            <child>
 
4010
              <object class="GtkLabel" id="label228">
 
4011
                <property name="visible">True</property>
 
4012
                <property name="xalign">0</property>
 
4013
                <property name="label" translatable="yes">Downloading Now</property>
 
4014
                <attributes>
 
4015
                  <attribute name="weight" value="bold"/>
 
4016
                </attributes>
 
4017
              </object>
 
4018
              <packing>
 
4019
                <property name="x_options">GTK_FILL</property>
 
4020
                <property name="y_options"></property>
 
4021
              </packing>
 
4022
            </child>
 
4023
          </object>
 
4024
          <packing>
 
4025
            <property name="position">2</property>
 
4026
          </packing>
 
4027
        </child>
 
4028
        <child internal-child="action_area">
 
4029
          <object class="GtkHButtonBox" id="dialog-action_area18">
 
4030
            <property name="visible">True</property>
 
4031
            <property name="layout_style">end</property>
 
4032
            <child>
 
4033
              <object class="GtkButton" id="button4">
 
4034
                <property name="visible">True</property>
 
4035
                <property name="can_focus">True</property>
 
4036
                <property name="can_default">True</property>
 
4037
                <property name="receives_default">False</property>
 
4038
                <signal name="clicked" handler="on_cancel_all_requests_clicked"/>
 
4039
                <child>
 
4040
                  <object class="GtkAlignment" id="alignment36">
 
4041
                    <property name="visible">True</property>
 
4042
                    <property name="xscale">0</property>
 
4043
                    <property name="yscale">0</property>
 
4044
                    <child>
 
4045
                      <object class="GtkHBox" id="hbox92233">
 
4046
                        <property name="visible">True</property>
 
4047
                        <property name="spacing">2</property>
 
4048
                        <child>
 
4049
                          <object class="GtkImage" id="image2463">
 
4050
                            <property name="visible">True</property>
 
4051
                            <property name="stock">gtk-delete</property>
 
4052
                          </object>
 
4053
                          <packing>
 
4054
                            <property name="expand">False</property>
 
4055
                            <property name="fill">False</property>
 
4056
                            <property name="position">0</property>
 
4057
                          </packing>
 
4058
                        </child>
 
4059
                        <child>
 
4060
                          <object class="GtkLabel" id="label227">
 
4061
                            <property name="visible">True</property>
 
4062
                            <property name="label" translatable="yes">Cancel _All</property>
 
4063
                            <property name="use_underline">True</property>
 
4064
                          </object>
 
4065
                          <packing>
 
4066
                            <property name="expand">False</property>
 
4067
                            <property name="fill">False</property>
 
4068
                            <property name="position">1</property>
 
4069
                          </packing>
 
4070
                        </child>
 
4071
                      </object>
 
4072
                    </child>
 
4073
                  </object>
 
4074
                </child>
 
4075
              </object>
 
4076
              <packing>
 
4077
                <property name="expand">False</property>
 
4078
                <property name="fill">False</property>
 
4079
                <property name="position">0</property>
 
4080
              </packing>
 
4081
            </child>
 
4082
            <child>
 
4083
              <object class="GtkButton" id="button5">
 
4084
                <property name="label">gtk-close</property>
 
4085
                <property name="visible">True</property>
 
4086
                <property name="can_focus">True</property>
 
4087
                <property name="can_default">True</property>
 
4088
                <property name="receives_default">False</property>
 
4089
                <property name="use_stock">True</property>
 
4090
                <signal name="clicked" handler="on_close_update_monitor_clicked"/>
 
4091
              </object>
 
4092
              <packing>
 
4093
                <property name="expand">False</property>
 
4094
                <property name="fill">False</property>
 
4095
                <property name="position">1</property>
 
4096
              </packing>
 
4097
            </child>
 
4098
          </object>
 
4099
          <packing>
 
4100
            <property name="expand">False</property>
 
4101
            <property name="pack_type">end</property>
 
4102
            <property name="position">0</property>
 
4103
          </packing>
 
4104
        </child>
 
4105
      </object>
 
4106
    </child>
 
4107
    <action-widgets>
 
4108
      <action-widget response="0">button4</action-widget>
 
4109
      <action-widget response="-7">button5</action-widget>
 
4110
    </action-widgets>
 
4111
  </object>
 
4112
  <object class="GtkDialog" id="newnewsbindialog">
 
4113
    <property name="visible">True</property>
 
4114
    <property name="title" translatable="yes">Create News Bin</property>
 
4115
    <property name="window_position">center</property>
 
4116
    <property name="type_hint">dialog</property>
 
4117
    <child internal-child="vbox">
 
4118
      <object class="GtkVBox" id="dialog-vbox22">
 
4119
        <property name="visible">True</property>
 
4120
        <child>
 
4121
          <object class="GtkVBox" id="vbox2627">
 
4122
            <property name="visible">True</property>
 
4123
            <child>
 
4124
              <object class="GtkHBox" id="hbox92243">
 
4125
                <property name="visible">True</property>
 
4126
                <property name="border_width">5</property>
 
4127
                <property name="spacing">12</property>
 
4128
                <child>
 
4129
                  <object class="GtkLabel" id="label250">
 
4130
                    <property name="visible">True</property>
 
4131
                    <property name="label" translatable="yes">_News Bin Name:</property>
 
4132
                    <property name="use_underline">True</property>
 
4133
                  </object>
 
4134
                  <packing>
 
4135
                    <property name="expand">False</property>
 
4136
                    <property name="fill">False</property>
 
4137
                    <property name="position">0</property>
 
4138
                  </packing>
 
4139
                </child>
 
4140
                <child>
 
4141
                  <object class="GtkEntry" id="newsbinnameentry">
 
4142
                    <property name="visible">True</property>
 
4143
                    <property name="can_focus">True</property>
 
4144
                    <property name="activates_default">True</property>
 
4145
                  </object>
 
4146
                  <packing>
 
4147
                    <property name="position">1</property>
 
4148
                  </packing>
 
4149
                </child>
 
4150
              </object>
 
4151
              <packing>
 
4152
                <property name="position">0</property>
 
4153
              </packing>
 
4154
            </child>
 
4155
          </object>
 
4156
          <packing>
 
4157
            <property name="position">2</property>
 
4158
          </packing>
 
4159
        </child>
 
4160
        <child internal-child="action_area">
 
4161
          <object class="GtkHButtonBox" id="dialog-action_area22">
 
4162
            <property name="visible">True</property>
 
4163
            <property name="layout_style">end</property>
 
4164
            <child>
 
4165
              <object class="GtkButton" id="cancelbutton6">
 
4166
                <property name="label">gtk-cancel</property>
 
4167
                <property name="visible">True</property>
 
4168
                <property name="can_focus">True</property>
 
4169
                <property name="can_default">True</property>
 
4170
                <property name="receives_default">False</property>
 
4171
                <property name="use_stock">True</property>
 
4172
                <signal name="clicked" handler="gtk_widget_hide" object="newnewsbindialog"/>
 
4173
              </object>
 
4174
              <packing>
 
4175
                <property name="expand">False</property>
 
4176
                <property name="fill">False</property>
 
4177
                <property name="position">0</property>
 
4178
              </packing>
 
4179
            </child>
 
4180
            <child>
 
4181
              <object class="GtkButton" id="newnewsbinbtn">
 
4182
                <property name="label">gtk-ok</property>
 
4183
                <property name="visible">True</property>
 
4184
                <property name="can_focus">True</property>
 
4185
                <property name="can_default">True</property>
 
4186
                <property name="has_default">True</property>
 
4187
                <property name="receives_default">False</property>
 
4188
                <property name="use_stock">True</property>
 
4189
                <signal name="clicked" handler="on_newnewsbinbtn_clicked" object="newnewsbindialog"/>
 
4190
                <signal name="clicked" handler="gtk_widget_hide" object="newnewsbindialog" after="yes"/>
 
4191
              </object>
 
4192
              <packing>
 
4193
                <property name="expand">False</property>
 
4194
                <property name="fill">False</property>
 
4195
                <property name="position">1</property>
 
4196
              </packing>
 
4197
            </child>
 
4198
          </object>
 
4199
          <packing>
 
4200
            <property name="expand">False</property>
 
4201
            <property name="pack_type">end</property>
 
4202
            <property name="position">0</property>
 
4203
          </packing>
 
4204
        </child>
 
4205
      </object>
 
4206
    </child>
 
4207
    <action-widgets>
 
4208
      <action-widget response="-6">cancelbutton6</action-widget>
 
4209
      <action-widget response="-5">newnewsbinbtn</action-widget>
 
4210
    </action-widgets>
 
4211
  </object>
 
4212
  <object class="GtkAboutDialog" id="aboutdialog">
 
4213
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4214
    <property name="border_width">5</property>
 
4215
    <property name="title" translatable="yes">About</property>
 
4216
    <property name="resizable">False</property>
 
4217
    <property name="window_position">center-on-parent</property>
 
4218
    <property name="type_hint">dialog</property>
 
4219
    <property name="program_name">Liferea</property>
 
4220
    <property name="copyright" translatable="yes">Copyright (c) 2003-2011
 
4221
The Liferea Team
 
4222
</property>
 
4223
    <property name="comments" translatable="yes">Liferea is a news aggregator for GTK+</property>
 
4224
    <property name="website">http://liferea.sf.net</property>
 
4225
    <property name="website_label" translatable="yes">Liferea Homepage</property>
 
4226
    <property name="license">This program is free software; you can redistribute it and/or modify
 
4227
it under the terms of the GNU General Public License as
 
4228
published by the Free Software Foundation; either version 2 of the
 
4229
License, or (at your option) any later version.
 
4230
 
 
4231
 
 
4232
                    GNU GENERAL PUBLIC LICENSE
 
4233
                       Version 2, June 1991
 
4234
 
 
4235
 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
 
4236
     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
4237
 Everyone is permitted to copy and distribute verbatim copies
 
4238
 of this license document, but changing it is not allowed.
 
4239
 
 
4240
                            Preamble
 
4241
 
 
4242
  The licenses for most software are designed to take away your
 
4243
freedom to share and change it.  By contrast, the GNU General Public
 
4244
License is intended to guarantee your freedom to share and change free
 
4245
software--to make sure the software is free for all its users.  This
 
4246
General Public License applies to most of the Free Software
 
4247
Foundation's software and to any other program whose authors commit to
 
4248
using it.  (Some other Free Software Foundation software is covered by
 
4249
the GNU Library General Public License instead.)  You can apply it to
 
4250
your programs, too.
 
4251
 
 
4252
  When we speak of free software, we are referring to freedom, not
 
4253
price.  Our General Public Licenses are designed to make sure that you
 
4254
have the freedom to distribute copies of free software (and charge for
 
4255
this service if you wish), that you receive source code or can get it
 
4256
if you want it, that you can change the software or use pieces of it
 
4257
in new free programs; and that you know you can do these things.
 
4258
 
 
4259
  To protect your rights, we need to make restrictions that forbid
 
4260
anyone to deny you these rights or to ask you to surrender the rights.
 
4261
These restrictions translate to certain responsibilities for you if you
 
4262
distribute copies of the software, or if you modify it.
 
4263
 
 
4264
  For example, if you distribute copies of such a program, whether
 
4265
gratis or for a fee, you must give the recipients all the rights that
 
4266
you have.  You must make sure that they, too, receive or can get the
 
4267
source code.  And you must show them these terms so they know their
 
4268
rights.
 
4269
 
 
4270
  We protect your rights with two steps: (1) copyright the software, and
 
4271
(2) offer you this license which gives you legal permission to copy,
 
4272
distribute and/or modify the software.
 
4273
 
 
4274
  Also, for each author's protection and ours, we want to make certain
 
4275
that everyone understands that there is no warranty for this free
 
4276
software.  If the software is modified by someone else and passed on, we
 
4277
want its recipients to know that what they have is not the original, so
 
4278
that any problems introduced by others will not reflect on the original
 
4279
authors' reputations.
 
4280
 
 
4281
  Finally, any free program is threatened constantly by software
 
4282
patents.  We wish to avoid the danger that redistributors of a free
 
4283
program will individually obtain patent licenses, in effect making the
 
4284
program proprietary.  To prevent this, we have made it clear that any
 
4285
patent must be licensed for everyone's free use or not licensed at all.
 
4286
 
 
4287
  The precise terms and conditions for copying, distribution and
 
4288
modification follow.
 
4289
 
 
4290
                    GNU GENERAL PUBLIC LICENSE
 
4291
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
4292
 
 
4293
  0. This License applies to any program or other work which contains
 
4294
a notice placed by the copyright holder saying it may be distributed
 
4295
under the terms of this General Public License.  The "Program", below,
 
4296
refers to any such program or work, and a "work based on the Program"
 
4297
means either the Program or any derivative work under copyright law:
 
4298
that is to say, a work containing the Program or a portion of it,
 
4299
either verbatim or with modifications and/or translated into another
 
4300
language.  (Hereinafter, translation is included without limitation in
 
4301
the term "modification".)  Each licensee is addressed as "you".
 
4302
 
 
4303
Activities other than copying, distribution and modification are not
 
4304
covered by this License; they are outside its scope.  The act of
 
4305
running the Program is not restricted, and the output from the Program
 
4306
is covered only if its contents constitute a work based on the
 
4307
Program (independent of having been made by running the Program).
 
4308
Whether that is true depends on what the Program does.
 
4309
 
 
4310
  1. You may copy and distribute verbatim copies of the Program's
 
4311
source code as you receive it, in any medium, provided that you
 
4312
conspicuously and appropriately publish on each copy an appropriate
 
4313
copyright notice and disclaimer of warranty; keep intact all the
 
4314
notices that refer to this License and to the absence of any warranty;
 
4315
and give any other recipients of the Program a copy of this License
 
4316
along with the Program.
 
4317
 
 
4318
You may charge a fee for the physical act of transferring a copy, and
 
4319
you may at your option offer warranty protection in exchange for a fee.
 
4320
 
 
4321
  2. You may modify your copy or copies of the Program or any portion
 
4322
of it, thus forming a work based on the Program, and copy and
 
4323
distribute such modifications or work under the terms of Section 1
 
4324
above, provided that you also meet all of these conditions:
 
4325
 
 
4326
    a) You must cause the modified files to carry prominent notices
 
4327
    stating that you changed the files and the date of any change.
 
4328
 
 
4329
    b) You must cause any work that you distribute or publish, that in
 
4330
    whole or in part contains or is derived from the Program or any
 
4331
    part thereof, to be licensed as a whole at no charge to all third
 
4332
    parties under the terms of this License.
 
4333
 
 
4334
    c) If the modified program normally reads commands interactively
 
4335
    when run, you must cause it, when started running for such
 
4336
    interactive use in the most ordinary way, to print or display an
 
4337
    announcement including an appropriate copyright notice and a
 
4338
    notice that there is no warranty (or else, saying that you provide
 
4339
    a warranty) and that users may redistribute the program under
 
4340
    these conditions, and telling the user how to view a copy of this
 
4341
    License.  (Exception: if the Program itself is interactive but
 
4342
    does not normally print such an announcement, your work based on
 
4343
    the Program is not required to print an announcement.)
 
4344
 
 
4345
These requirements apply to the modified work as a whole.  If
 
4346
identifiable sections of that work are not derived from the Program,
 
4347
and can be reasonably considered independent and separate works in
 
4348
themselves, then this License, and its terms, do not apply to those
 
4349
sections when you distribute them as separate works.  But when you
 
4350
distribute the same sections as part of a whole which is a work based
 
4351
on the Program, the distribution of the whole must be on the terms of
 
4352
this License, whose permissions for other licensees extend to the
 
4353
entire whole, and thus to each and every part regardless of who wrote it.
 
4354
 
 
4355
Thus, it is not the intent of this section to claim rights or contest
 
4356
your rights to work written entirely by you; rather, the intent is to
 
4357
exercise the right to control the distribution of derivative or
 
4358
collective works based on the Program.
 
4359
 
 
4360
In addition, mere aggregation of another work not based on the Program
 
4361
with the Program (or with a work based on the Program) on a volume of
 
4362
a storage or distribution medium does not bring the other work under
 
4363
the scope of this License.
 
4364
 
 
4365
  3. You may copy and distribute the Program (or a work based on it,
 
4366
under Section 2) in object code or executable form under the terms of
 
4367
Sections 1 and 2 above provided that you also do one of the following:
 
4368
 
 
4369
    a) Accompany it with the complete corresponding machine-readable
 
4370
    source code, which must be distributed under the terms of Sections
 
4371
    1 and 2 above on a medium customarily used for software interchange; or,
 
4372
 
 
4373
    b) Accompany it with a written offer, valid for at least three
 
4374
    years, to give any third party, for a charge no more than your
 
4375
    cost of physically performing source distribution, a complete
 
4376
    machine-readable copy of the corresponding source code, to be
 
4377
    distributed under the terms of Sections 1 and 2 above on a medium
 
4378
    customarily used for software interchange; or,
 
4379
 
 
4380
    c) Accompany it with the information you received as to the offer
 
4381
    to distribute corresponding source code.  (This alternative is
 
4382
    allowed only for noncommercial distribution and only if you
 
4383
    received the program in object code or executable form with such
 
4384
    an offer, in accord with Subsection b above.)
 
4385
 
 
4386
The source code for a work means the preferred form of the work for
 
4387
making modifications to it.  For an executable work, complete source
 
4388
code means all the source code for all modules it contains, plus any
 
4389
associated interface definition files, plus the scripts used to
 
4390
control compilation and installation of the executable.  However, as a
 
4391
special exception, the source code distributed need not include
 
4392
anything that is normally distributed (in either source or binary
 
4393
form) with the major components (compiler, kernel, and so on) of the
 
4394
operating system on which the executable runs, unless that component
 
4395
itself accompanies the executable.
 
4396
 
 
4397
If distribution of executable or object code is made by offering
 
4398
access to copy from a designated place, then offering equivalent
 
4399
access to copy the source code from the same place counts as
 
4400
distribution of the source code, even though third parties are not
 
4401
compelled to copy the source along with the object code.
 
4402
 
 
4403
  4. You may not copy, modify, sublicense, or distribute the Program
 
4404
except as expressly provided under this License.  Any attempt
 
4405
otherwise to copy, modify, sublicense or distribute the Program is
 
4406
void, and will automatically terminate your rights under this License.
 
4407
However, parties who have received copies, or rights, from you under
 
4408
this License will not have their licenses terminated so long as such
 
4409
parties remain in full compliance.
 
4410
 
 
4411
  5. You are not required to accept this License, since you have not
 
4412
signed it.  However, nothing else grants you permission to modify or
 
4413
distribute the Program or its derivative works.  These actions are
 
4414
prohibited by law if you do not accept this License.  Therefore, by
 
4415
modifying or distributing the Program (or any work based on the
 
4416
Program), you indicate your acceptance of this License to do so, and
 
4417
all its terms and conditions for copying, distributing or modifying
 
4418
the Program or works based on it.
 
4419
 
 
4420
  6. Each time you redistribute the Program (or any work based on the
 
4421
Program), the recipient automatically receives a license from the
 
4422
original licensor to copy, distribute or modify the Program subject to
 
4423
these terms and conditions.  You may not impose any further
 
4424
restrictions on the recipients' exercise of the rights granted herein.
 
4425
You are not responsible for enforcing compliance by third parties to
 
4426
this License.
 
4427
 
 
4428
  7. If, as a consequence of a court judgment or allegation of patent
 
4429
infringement or for any other reason (not limited to patent issues),
 
4430
conditions are imposed on you (whether by court order, agreement or
 
4431
otherwise) that contradict the conditions of this License, they do not
 
4432
excuse you from the conditions of this License.  If you cannot
 
4433
distribute so as to satisfy simultaneously your obligations under this
 
4434
License and any other pertinent obligations, then as a consequence you
 
4435
may not distribute the Program at all.  For example, if a patent
 
4436
license would not permit royalty-free redistribution of the Program by
 
4437
all those who receive copies directly or indirectly through you, then
 
4438
the only way you could satisfy both it and this License would be to
 
4439
refrain entirely from distribution of the Program.
 
4440
 
 
4441
If any portion of this section is held invalid or unenforceable under
 
4442
any particular circumstance, the balance of the section is intended to
 
4443
apply and the section as a whole is intended to apply in other
 
4444
circumstances.
 
4445
 
 
4446
It is not the purpose of this section to induce you to infringe any
 
4447
patents or other property right claims or to contest validity of any
 
4448
such claims; this section has the sole purpose of protecting the
 
4449
integrity of the free software distribution system, which is
 
4450
implemented by public license practices.  Many people have made
 
4451
generous contributions to the wide range of software distributed
 
4452
through that system in reliance on consistent application of that
 
4453
system; it is up to the author/donor to decide if he or she is willing
 
4454
to distribute software through any other system and a licensee cannot
 
4455
impose that choice.
 
4456
 
 
4457
This section is intended to make thoroughly clear what is believed to
 
4458
be a consequence of the rest of this License.
 
4459
 
 
4460
  8. If the distribution and/or use of the Program is restricted in
 
4461
certain countries either by patents or by copyrighted interfaces, the
 
4462
original copyright holder who places the Program under this License
 
4463
may add an explicit geographical distribution limitation excluding
 
4464
those countries, so that distribution is permitted only in or among
 
4465
countries not thus excluded.  In such case, this License incorporates
 
4466
the limitation as if written in the body of this License.
 
4467
 
 
4468
  9. The Free Software Foundation may publish revised and/or new versions
 
4469
of the General Public License from time to time.  Such new versions will
 
4470
be similar in spirit to the present version, but may differ in detail to
 
4471
address new problems or concerns.
 
4472
 
 
4473
Each version is given a distinguishing version number.  If the Program
 
4474
specifies a version number of this License which applies to it and "any
 
4475
later version", you have the option of following the terms and conditions
 
4476
either of that version or of any later version published by the Free
 
4477
Software Foundation.  If the Program does not specify a version number of
 
4478
this License, you may choose any version ever published by the Free Software
 
4479
Foundation.
 
4480
 
 
4481
  10. If you wish to incorporate parts of the Program into other free
 
4482
programs whose distribution conditions are different, write to the author
 
4483
to ask for permission.  For software which is copyrighted by the Free
 
4484
Software Foundation, write to the Free Software Foundation; we sometimes
 
4485
make exceptions for this.  Our decision will be guided by the two goals
 
4486
of preserving the free status of all derivatives of our free software and
 
4487
of promoting the sharing and reuse of software generally.
 
4488
 
 
4489
                            NO WARRANTY
 
4490
 
 
4491
  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 
4492
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
 
4493
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
 
4494
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
 
4495
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 
4496
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
 
4497
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
 
4498
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
 
4499
REPAIR OR CORRECTION.
 
4500
 
 
4501
  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
 
4502
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
 
4503
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
 
4504
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
 
4505
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
 
4506
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
 
4507
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 
4508
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 
4509
POSSIBILITY OF SUCH DAMAGES.
 
4510
 
 
4511
                     END OF TERMS AND CONDITIONS
 
4512
 
 
4513
            How to Apply These Terms to Your New Programs
 
4514
 
 
4515
  If you develop a new program, and you want it to be of the greatest
 
4516
possible use to the public, the best way to achieve this is to make it
 
4517
free software which everyone can redistribute and change under these terms.
 
4518
 
 
4519
  To do so, attach the following notices to the program.  It is safest
 
4520
to attach them to the start of each source file to most effectively
 
4521
convey the exclusion of warranty; and each file should have at least
 
4522
the "copyright" line and a pointer to where the full notice is found.
 
4523
 
 
4524
    &lt;one line to give the program's name and a brief idea of what it 
 
4525
does.&gt;
 
4526
    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
 
4527
 
 
4528
    This program is free software; you can redistribute it and/or modify
 
4529
    it under the terms of the GNU General Public License as published by
 
4530
    the Free Software Foundation; either version 2 of the License, or
 
4531
    (at your option) any later version.
 
4532
 
 
4533
    This program is distributed in the hope that it will be useful,
 
4534
    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
4535
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
4536
    GNU General Public License for more details.
 
4537
 
 
4538
    You should have received a copy of the GNU General Public License
 
4539
    along with this program; if not, write to the Free Software
 
4540
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
4541
 
 
4542
 
 
4543
Also add information on how to contact you by electronic and paper mail.
 
4544
 
 
4545
If the program is interactive, make it output a short notice like this
 
4546
when it starts in an interactive mode:
 
4547
 
 
4548
    Gnomovision version 69, Copyright (C) year  name of author
 
4549
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
 
4550
    This is free software, and you are welcome to redistribute it
 
4551
    under certain conditions; type `show c' for details.
 
4552
 
 
4553
The hypothetical commands `show w' and `show c' should show the appropriate
 
4554
parts of the General Public License.  Of course, the commands you use may
 
4555
be called something other than `show w' and `show c'; they could even be
 
4556
mouse-clicks or menu items--whatever suits your program.
 
4557
 
 
4558
You should also get your employer (if you work as a programmer) or your
 
4559
school, if any, to sign a "copyright disclaimer" for the program, if
 
4560
necessary.  Here is a sample; alter the names:
 
4561
 
 
4562
  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
 
4563
  `Gnomovision' (which makes passes at compilers) written by James Hacker.
 
4564
 
 
4565
  &lt;signature of Ty Coon&gt;, 1 April 1989
 
4566
  Ty Coon, President of Vice
 
4567
 
 
4568
This General Public License does not permit incorporating your program into
 
4569
proprietary programs.  If your program is a subroutine library, you may
 
4570
consider it more useful to permit linking proprietary applications with the
 
4571
library.  If this is what you want to do, use the GNU Library General
 
4572
Public License instead of this License.</property>
 
4573
    <property name="authors">
 
4574
Developers:
 
4575
 
 
4576
Lars Lindner
 
4577
Nathan Conrad
 
4578
Arnold Noronha
 
4579
Adrian Bunk
 
4580
Emilio Pozuelo Monfort
 
4581
 
 
4582
Contributers: Code, Patches, Debugging
 
4583
 
 
4584
James Doherty
 
4585
Jeremy Messenger
 
4586
John McKnight
 
4587
Tomasz Maka
 
4588
Karl Soderstrom
 
4589
Christophe Barbe
 
4590
Juho Snellman
 
4591
Roshan Revankar
 
4592
Johannes Schlueter
 
4593
Niklas Morberg
 
4594
Pierre Phaneuf
 
4595
ahmed el-helw
 
4596
James Bowes
 
4597
Marc Deslauriers
 
4598
Amit D. Chaudhary
 
4599
Christoph Hohmann
 
4600
Raphael Slinckx
 
4601
Bjorn Monnens
 
4602
Thomas de Grenier de Latour
 
4603
Aristotle Pagaltzis
 
4604
Norman Jonas
 
4605
Sebastian Droege
 
4606
Daniel Gryniewicz
 
4607
Remi Cardona
 
4608
Frederic Peters
 
4609
Don Malcolm
 
4610
Ed Catmur
 
4611
Chris Pirillo
 
4612
Eric Anderson
 
4613
Daniel Gryniewicz
 
4614
Ori Avtalion
 
4615
Stephan Maka
 
4616
Alexander Sack
 
4617
Gustavo Chain
 
4618
Lars Strojny
 
4619
Jon Forsberg
 
4620
Mathie Leplatre
 
4621
Mikel Olasagasti
 
4622
Maia Kozheva
 
4623
Peter Oliver
 
4624
Sergey Snitsaruk
 
4625
and many more...</property>
 
4626
    <property name="documenters">Lars Lindner</property>
 
4627
    <property name="translator_credits">Bart Kreska
 
4628
Dario Conigliaro
 
4629
Emanuele Grande
 
4630
Gianvito Cavasoli
 
4631
Fernando Ike de Oliveira
 
4632
Og Maciel
 
4633
Leon Nardella
 
4634
Khaled Hosny
 
4635
Sargate Kanogan
 
4636
Rodrigo Gallardo
 
4637
Takeshi AIHANA
 
4638
Vincent Lef&#xE8;vre
 
4639
Daniel Nylander
 
4640
Mehmet Atif Ergun
 
4641
Eren T&#xFC;rkay
 
4642
Ihar Hrachyshka
 
4643
Ant&#xF3;nio Lima
 
4644
Bruno Miguel
 
4645
Martin Picek
 
4646
Justin Forest
 
4647
Oleg Maloglovets
 
4648
Sergey Rudchenko
 
4649
Leonid Selivanov
 
4650
M&#xE1;t&#xE9; &#x150;ry
 
4651
Gabor Kelemen
 
4652
Pavol Kla&#x10D;ansk&#xFD;
 
4653
Evgenia Petoumenou
 
4654
Besnik Bleta
 
4655
Christian Dywan
 
4656
Robin Stocker
 
4657
Gil Forcada
 
4658
I&#xF1;aki Larra&#xF1;aga Murgoitio
 
4659
Mikel Olasagasti Uranga
 
4660
Adi Roiban
 
4661
Erwin Poeze
 
4662
Anxo Outeiral
 
4663
Aron Xu
 
4664
Joe Hansen
 
4665
Marquinos
 
4666
Yaron Sheffer
 
4667
Yuri Chornoivan
 
4668
RÅ«dolfs Mazurs
 
4669
Rihards PriedÄ«tis
 
4670
Mindaugas Baranauskas
 
4671
</property>
 
4672
    <property name="logo_icon_name">liferea</property>
 
4673
    <child internal-child="vbox">
 
4674
      <object class="GtkVBox" id="dialog-vbox23">
 
4675
        <property name="visible">True</property>
 
4676
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4677
        <property name="spacing">2</property>
 
4678
        <child>
 
4679
          <placeholder/>
 
4680
        </child>
 
4681
        <child internal-child="action_area">
 
4682
          <object class="GtkHButtonBox" id="dialog-action_area23">
 
4683
            <property name="visible">True</property>
 
4684
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4685
            <property name="layout_style">end</property>
 
4686
          </object>
 
4687
          <packing>
 
4688
            <property name="expand">False</property>
 
4689
            <property name="pack_type">end</property>
 
4690
            <property name="position">0</property>
 
4691
          </packing>
 
4692
        </child>
 
4693
      </object>
 
4694
    </child>
 
4695
  </object>
 
4696
  <object class="GtkDialog" id="searchdialog">
 
4697
    <property name="visible">True</property>
 
4698
    <property name="border_width">5</property>
 
4699
    <property name="title" translatable="yes">Advanced Search</property>
 
4700
    <property name="default_width">500</property>
 
4701
    <property name="default_height">250</property>
 
4702
    <property name="type_hint">dialog</property>
 
4703
    <child internal-child="vbox">
 
4704
      <object class="GtkVBox" id="dialog-vbox26">
 
4705
        <property name="visible">True</property>
 
4706
        <property name="spacing">2</property>
 
4707
        <child>
 
4708
          <object class="GtkVBox" id="vbox17">
 
4709
            <property name="visible">True</property>
 
4710
            <child>
 
4711
              <object class="GtkLabel" id="label15">
 
4712
                <property name="visible">True</property>
 
4713
                <property name="xalign">0</property>
 
4714
                <property name="label" translatable="yes">Find Items that meet the following criteria</property>
 
4715
                <attributes>
 
4716
                  <attribute name="weight" value="bold"/>
 
4717
                </attributes>
 
4718
              </object>
 
4719
              <packing>
 
4720
                <property name="expand">False</property>
 
4721
                <property name="fill">False</property>
 
4722
                <property name="position">0</property>
 
4723
              </packing>
 
4724
            </child>
 
4725
            <child>
 
4726
              <object class="GtkAlignment" id="alignment6">
 
4727
                <property name="visible">True</property>
 
4728
                <property name="left_padding">12</property>
 
4729
                <child>
 
4730
                  <object class="GtkAlignment" id="alignment7">
 
4731
                    <property name="visible">True</property>
 
4732
                    <property name="border_width">6</property>
 
4733
                    <child>
 
4734
                      <object class="GtkVBox" id="vbox19">
 
4735
                        <property name="visible">True</property>
 
4736
                        <property name="spacing">12</property>
 
4737
                        <child>
 
4738
                          <object class="GtkHBox" id="hbox4">
 
4739
                            <property name="visible">True</property>
 
4740
                            <property name="spacing">6</property>
 
4741
                            <child>
 
4742
                              <object class="GtkButton" id="addrulebtn2">
 
4743
                                <property name="label">gtk-add</property>
 
4744
                                <property name="visible">True</property>
 
4745
                                <property name="can_focus">True</property>
 
4746
                                <property name="receives_default">False</property>
 
4747
                                <property name="use_stock">True</property>
 
4748
                              </object>
 
4749
                              <packing>
 
4750
                                <property name="expand">False</property>
 
4751
                                <property name="fill">False</property>
 
4752
                                <property name="position">0</property>
 
4753
                              </packing>
 
4754
                            </child>
 
4755
                            <child>
 
4756
                              <object class="GtkRadioButton" id="anyRuleRadioBtn2">
 
4757
                                <property name="label" translatable="yes">A_ny Rule Matches</property>
 
4758
                                <property name="visible">True</property>
 
4759
                                <property name="can_focus">True</property>
 
4760
                                <property name="receives_default">False</property>
 
4761
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4762
                                <property name="use_underline">True</property>
 
4763
                                <property name="active">True</property>
 
4764
                                <property name="draw_indicator">True</property>
 
4765
                                <property name="group">allRuleRadioBtn2</property>
 
4766
                              </object>
 
4767
                              <packing>
 
4768
                                <property name="expand">False</property>
 
4769
                                <property name="position">1</property>
 
4770
                              </packing>
 
4771
                            </child>
 
4772
                            <child>
 
4773
                              <object class="GtkRadioButton" id="allRuleRadioBtn2">
 
4774
                                <property name="label" translatable="yes">_All Rules Must Match</property>
 
4775
                                <property name="visible">True</property>
 
4776
                                <property name="can_focus">True</property>
 
4777
                                <property name="receives_default">False</property>
 
4778
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4779
                                <property name="use_underline">True</property>
 
4780
                                <property name="active">True</property>
 
4781
                                <property name="draw_indicator">True</property>
 
4782
                              </object>
 
4783
                              <packing>
 
4784
                                <property name="position">2</property>
 
4785
                              </packing>
 
4786
                            </child>
 
4787
                          </object>
 
4788
                          <packing>
 
4789
                            <property name="expand">False</property>
 
4790
                            <property name="position">0</property>
 
4791
                          </packing>
 
4792
                        </child>
 
4793
                        <child>
 
4794
                          <object class="GtkScrolledWindow" id="scrolledwindow4">
 
4795
                            <property name="visible">True</property>
 
4796
                            <property name="can_focus">True</property>
 
4797
                            <property name="hscrollbar_policy">automatic</property>
 
4798
                            <property name="vscrollbar_policy">automatic</property>
 
4799
                            <child>
 
4800
                              <object class="GtkViewport" id="viewport4">
 
4801
                                <property name="visible">True</property>
 
4802
                                <child>
 
4803
                                  <object class="GtkAlignment" id="ruleview_search_dialog">
 
4804
                                    <property name="visible">True</property>
 
4805
                                    <property name="border_width">6</property>
 
4806
                                    <child>
 
4807
                                      <placeholder/>
 
4808
                                    </child>
 
4809
                                  </object>
 
4810
                                </child>
 
4811
                              </object>
 
4812
                            </child>
 
4813
                          </object>
 
4814
                          <packing>
 
4815
                            <property name="position">1</property>
 
4816
                          </packing>
 
4817
                        </child>
 
4818
                      </object>
 
4819
                    </child>
 
4820
                  </object>
 
4821
                </child>
 
4822
              </object>
 
4823
              <packing>
 
4824
                <property name="position">1</property>
 
4825
              </packing>
 
4826
            </child>
 
4827
          </object>
 
4828
          <packing>
 
4829
            <property name="position">1</property>
 
4830
          </packing>
 
4831
        </child>
 
4832
        <child internal-child="action_area">
 
4833
          <object class="GtkHButtonBox" id="dialog-action_area26">
 
4834
            <property name="visible">True</property>
 
4835
            <property name="layout_style">end</property>
 
4836
            <child>
 
4837
              <object class="GtkButton" id="cancelbutton8">
 
4838
                <property name="label">gtk-close</property>
 
4839
                <property name="visible">True</property>
 
4840
                <property name="can_focus">True</property>
 
4841
                <property name="can_default">True</property>
 
4842
                <property name="receives_default">False</property>
 
4843
                <property name="use_stock">True</property>
 
4844
              </object>
 
4845
              <packing>
 
4846
                <property name="expand">False</property>
 
4847
                <property name="fill">False</property>
 
4848
                <property name="position">0</property>
 
4849
              </packing>
 
4850
            </child>
 
4851
            <child>
 
4852
              <object class="GtkButton" id="savesearchbtn">
 
4853
                <property name="visible">True</property>
 
4854
                <property name="can_focus">True</property>
 
4855
                <property name="receives_default">True</property>
 
4856
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4857
                <child>
 
4858
                  <object class="GtkHBox" id="hbox3">
 
4859
                    <property name="visible">True</property>
 
4860
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4861
                    <child>
 
4862
                      <object class="GtkImage" id="image1">
 
4863
                        <property name="visible">True</property>
 
4864
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4865
                        <property name="stock">gtk-add</property>
 
4866
                      </object>
 
4867
                      <packing>
 
4868
                        <property name="position">0</property>
 
4869
                      </packing>
 
4870
                    </child>
 
4871
                    <child>
 
4872
                      <object class="GtkLabel" id="label11">
 
4873
                        <property name="visible">True</property>
 
4874
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4875
                        <property name="label" translatable="yes">_Search Folder...</property>
 
4876
                        <property name="use_underline">True</property>
 
4877
                        <property name="mnemonic_widget">savesearchbtn</property>
 
4878
                      </object>
 
4879
                      <packing>
 
4880
                        <property name="position">1</property>
 
4881
                      </packing>
 
4882
                    </child>
 
4883
                  </object>
 
4884
                </child>
 
4885
              </object>
 
4886
              <packing>
 
4887
                <property name="expand">False</property>
 
4888
                <property name="fill">False</property>
 
4889
                <property name="position">1</property>
 
4890
              </packing>
 
4891
            </child>
 
4892
            <child>
 
4893
              <object class="GtkButton" id="okbutton5">
 
4894
                <property name="label">gtk-find</property>
 
4895
                <property name="visible">True</property>
 
4896
                <property name="can_focus">True</property>
 
4897
                <property name="can_default">True</property>
 
4898
                <property name="receives_default">False</property>
 
4899
                <property name="use_stock">True</property>
 
4900
              </object>
 
4901
              <packing>
 
4902
                <property name="expand">False</property>
 
4903
                <property name="fill">False</property>
 
4904
                <property name="position">2</property>
 
4905
              </packing>
 
4906
            </child>
 
4907
          </object>
 
4908
          <packing>
 
4909
            <property name="expand">False</property>
 
4910
            <property name="pack_type">end</property>
 
4911
            <property name="position">0</property>
 
4912
          </packing>
 
4913
        </child>
 
4914
      </object>
 
4915
    </child>
 
4916
    <action-widgets>
 
4917
      <action-widget response="-6">cancelbutton8</action-widget>
 
4918
      <action-widget response="2">savesearchbtn</action-widget>
 
4919
      <action-widget response="1">okbutton5</action-widget>
 
4920
    </action-widgets>
 
4921
  </object>
 
4922
  <object class="GtkDialog" id="searchenginedialog">
 
4923
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4924
    <property name="border_width">5</property>
 
4925
    <property name="title" translatable="yes">Create Search Engine Feed</property>
 
4926
    <property name="window_position">center-on-parent</property>
 
4927
    <property name="type_hint">dialog</property>
 
4928
    <child internal-child="vbox">
 
4929
      <object class="GtkVBox" id="dialog-vbox27">
 
4930
        <property name="visible">True</property>
 
4931
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
4932
        <property name="spacing">2</property>
 
4933
        <child>
 
4934
          <object class="GtkVBox" id="vbox224">
 
4935
            <property name="visible">True</property>
 
4936
            <property name="border_width">5</property>
 
4937
            <property name="spacing">6</property>
 
4938
            <child>
 
4939
              <object class="GtkHBox" id="hbox23">
 
4940
                <property name="visible">True</property>
 
4941
                <property name="spacing">12</property>
 
4942
                <child>
 
4943
                  <object class="GtkLabel" id="label42">
 
4944
                    <property name="visible">True</property>
 
4945
                    <property name="label" translatable="yes">_Search for:</property>
 
4946
                    <property name="use_underline">True</property>
 
4947
                    <property name="mnemonic_widget">searchkeywords</property>
 
4948
                  </object>
 
4949
                  <packing>
 
4950
                    <property name="expand">False</property>
 
4951
                    <property name="fill">False</property>
 
4952
                    <property name="position">0</property>
 
4953
                  </packing>
 
4954
                </child>
 
4955
                <child>
 
4956
                  <object class="GtkEntry" id="searchkeywords">
 
4957
                    <property name="visible">True</property>
 
4958
                    <property name="can_focus">True</property>
 
4959
                    <property name="can_default">True</property>
 
4960
                    <property name="tooltip_text" translatable="yes">enter any search string you want</property>
 
4961
                    <property name="activates_default">True</property>
 
4962
                  </object>
 
4963
                  <packing>
 
4964
                    <property name="position">1</property>
 
4965
                  </packing>
 
4966
                </child>
 
4967
              </object>
 
4968
              <packing>
 
4969
                <property name="position">0</property>
 
4970
              </packing>
 
4971
            </child>
 
4972
            <child>
 
4973
              <object class="GtkHBox" id="hbox24">
 
4974
                <property name="visible">True</property>
 
4975
                <property name="spacing">12</property>
 
4976
                <child>
 
4977
                  <object class="GtkLabel" id="label43">
 
4978
                    <property name="visible">True</property>
 
4979
                    <property name="label" translatable="yes">Maximal _Number Of Result Items:</property>
 
4980
                    <property name="use_underline">True</property>
 
4981
                    <property name="mnemonic_widget">resultcount</property>
 
4982
                  </object>
 
4983
                  <packing>
 
4984
                    <property name="expand">False</property>
 
4985
                    <property name="fill">False</property>
 
4986
                    <property name="position">0</property>
 
4987
                  </packing>
 
4988
                </child>
 
4989
                <child>
 
4990
                  <object class="GtkSpinButton" id="resultcount">
 
4991
                    <property name="visible">True</property>
 
4992
                    <property name="can_focus">True</property>
 
4993
                    <property name="adjustment">adjustment1</property>
 
4994
                    <property name="climb_rate">1</property>
 
4995
                  </object>
 
4996
                  <packing>
 
4997
                    <property name="position">1</property>
 
4998
                  </packing>
 
4999
                </child>
 
5000
              </object>
 
5001
              <packing>
 
5002
                <property name="position">1</property>
 
5003
              </packing>
 
5004
            </child>
 
5005
            <child>
 
5006
              <object class="GtkLabel" id="label44">
 
5007
                <property name="visible">True</property>
 
5008
                <property name="xalign">0</property>
 
5009
                <property name="label" translatable="yes">Note: Liferea will generate a feed subscription which is used to query the search engine results for the specified search string. You can keep this feed permanently and update it like any other subscription.</property>
 
5010
                <property name="wrap">True</property>
 
5011
              </object>
 
5012
              <packing>
 
5013
                <property name="expand">False</property>
 
5014
                <property name="fill">False</property>
 
5015
                <property name="position">2</property>
 
5016
              </packing>
 
5017
            </child>
 
5018
          </object>
 
5019
          <packing>
 
5020
            <property name="position">1</property>
 
5021
          </packing>
 
5022
        </child>
 
5023
        <child internal-child="action_area">
 
5024
          <object class="GtkHButtonBox" id="dialog-action_area27">
 
5025
            <property name="visible">True</property>
 
5026
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
5027
            <property name="layout_style">end</property>
 
5028
            <child>
 
5029
              <object class="GtkButton" id="button12">
 
5030
                <property name="label">gtk-cancel</property>
 
5031
                <property name="visible">True</property>
 
5032
                <property name="can_focus">True</property>
 
5033
                <property name="receives_default">True</property>
 
5034
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
5035
                <property name="use_stock">True</property>
 
5036
              </object>
 
5037
              <packing>
 
5038
                <property name="expand">False</property>
 
5039
                <property name="fill">False</property>
 
5040
                <property name="position">0</property>
 
5041
              </packing>
 
5042
            </child>
 
5043
            <child>
 
5044
              <object class="GtkButton" id="button13">
 
5045
                <property name="label">gtk-apply</property>
 
5046
                <property name="visible">True</property>
 
5047
                <property name="can_focus">True</property>
 
5048
                <property name="receives_default">True</property>
 
5049
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
5050
                <property name="use_stock">True</property>
 
5051
              </object>
 
5052
              <packing>
 
5053
                <property name="expand">False</property>
 
5054
                <property name="fill">False</property>
 
5055
                <property name="position">1</property>
 
5056
              </packing>
 
5057
            </child>
 
5058
          </object>
 
5059
          <packing>
 
5060
            <property name="expand">False</property>
 
5061
            <property name="pack_type">end</property>
 
5062
            <property name="position">0</property>
 
5063
          </packing>
 
5064
        </child>
 
5065
      </object>
 
5066
    </child>
 
5067
    <action-widgets>
 
5068
      <action-widget response="-6">button12</action-widget>
 
5069
      <action-widget response="-5">button13</action-widget>
 
5070
    </action-widgets>
 
5071
  </object>
 
5072
  <object class="GtkAdjustment" id="adjustment1">
 
5073
    <property name="value">15</property>
 
5074
    <property name="lower">1</property>
 
5075
    <property name="upper">1000</property>
 
5076
    <property name="step_increment">1</property>
 
5077
  </object>
 
5078
  <object class="GtkAdjustment" id="adjustment2">
 
5079
    <property name="value">1</property>
 
5080
    <property name="lower">1</property>
 
5081
    <property name="upper">10000</property>
 
5082
    <property name="step_increment">1</property>
 
5083
  </object>
 
5084
  <object class="GtkAdjustment" id="adjustment3">
 
5085
    <property name="value">1</property>
 
5086
    <property name="upper">1000000</property>
 
5087
    <property name="step_increment">1</property>
 
5088
  </object>
 
5089
  <object class="GtkAdjustment" id="adjustment4">
 
5090
    <property name="upper">10000</property>
 
5091
    <property name="step_increment">1</property>
 
5092
  </object>
 
5093
  <object class="GtkAdjustment" id="adjustment5">
 
5094
    <property name="value">1</property>
 
5095
    <property name="lower">1</property>
 
5096
    <property name="upper">10000</property>
 
5097
    <property name="step_increment">1</property>
 
5098
  </object>
 
5099
  <object class="GtkAdjustment" id="adjustment6">
 
5100
    <property name="value">1</property>
 
5101
    <property name="upper">100</property>
 
5102
    <property name="step_increment">1</property>
 
5103
  </object>
 
5104
</interface>