~sbackup-dev/sbackup/0.11

« back to all changes in this revision

Viewing changes to data/ui/nssbackup-config.glade

  • Committer: Jean-Peer Lorenz
  • Date: 2010-07-24 16:59:29 UTC
  • Revision ID: peer.loz@gmx.net-20100724165929-mfp75rs5bjaxde6f
* packaging prepared (debian files updated, makefile updated)
* datas directory renamed and restructured
* indicator icons added (hicolor, mono light, mono dark)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<glade-interface>
 
3
  <!-- interface-requires gtk+ 2.16 -->
 
4
  <requires lib="bonobo"/>
 
5
  <!-- interface-requires bonobo 2.16 -->
 
6
  <requires lib="gnome"/>
 
7
  <!-- interface-requires gnome 2.16 -->
 
8
  <!-- interface-naming-policy toplevel-contextual -->
 
9
  <widget class="GtkDialog" id="ftypedialog">
 
10
    <property name="border_width">6</property>
 
11
    <property name="title" translatable="yes">Exclude file type</property>
 
12
    <property name="modal">True</property>
 
13
    <property name="window_position">center-on-parent</property>
 
14
    <property name="type_hint">dialog</property>
 
15
    <property name="skip_taskbar_hint">True</property>
 
16
    <property name="has_separator">False</property>
 
17
    <child internal-child="vbox">
 
18
      <widget class="GtkVBox" id="dialog-vbox4">
 
19
        <property name="visible">True</property>
 
20
        <child>
 
21
          <widget class="GtkVBox" id="vbox18">
 
22
            <property name="visible">True</property>
 
23
            <property name="border_width">6</property>
 
24
            <child>
 
25
              <widget class="GtkRadioButton" id="ftype_st">
 
26
                <property name="label" translatable="yes">Standard file types:</property>
 
27
                <property name="visible">True</property>
 
28
                <property name="can_focus">True</property>
 
29
                <property name="receives_default">False</property>
 
30
                <property name="use_underline">True</property>
 
31
                <property name="draw_indicator">True</property>
 
32
                <signal name="toggled" handler="on_ftype_toggled"/>
 
33
              </widget>
 
34
              <packing>
 
35
                <property name="expand">False</property>
 
36
                <property name="fill">False</property>
 
37
                <property name="position">0</property>
 
38
              </packing>
 
39
            </child>
 
40
            <child>
 
41
              <widget class="GtkComboBox" id="ftype_box">
 
42
                <property name="visible">True</property>
 
43
                <property name="active">0</property>
 
44
                <property name="items">mp3
 
45
avi
 
46
mpeg
 
47
mpg
 
48
ogg
 
49
</property>
 
50
                <signal name="changed" handler="on_ftype_st_box_changed"/>
 
51
              </widget>
 
52
              <packing>
 
53
                <property name="expand">False</property>
 
54
                <property name="fill">False</property>
 
55
                <property name="position">1</property>
 
56
              </packing>
 
57
            </child>
 
58
            <child>
 
59
              <widget class="GtkHBox" id="hbox25">
 
60
                <property name="visible">True</property>
 
61
                <child>
 
62
                  <widget class="GtkRadioButton" id="ftype_custom">
 
63
                    <property name="label" translatable="yes">Custom defined file type with </property>
 
64
                    <property name="visible">True</property>
 
65
                    <property name="can_focus">True</property>
 
66
                    <property name="receives_default">False</property>
 
67
                    <property name="use_underline">True</property>
 
68
                    <property name="draw_indicator">True</property>
 
69
                    <property name="group">ftype_st</property>
 
70
                    <signal name="toggled" handler="on_ftype_toggled"/>
 
71
                  </widget>
 
72
                  <packing>
 
73
                    <property name="expand">False</property>
 
74
                    <property name="fill">False</property>
 
75
                    <property name="position">0</property>
 
76
                  </packing>
 
77
                </child>
 
78
                <child>
 
79
                  <widget class="GtkEntry" id="ftype_custom_ex">
 
80
                    <property name="visible">True</property>
 
81
                    <property name="sensitive">False</property>
 
82
                    <property name="can_focus">True</property>
 
83
                    <signal name="changed" handler="on_ftype_custom_ex_changed"/>
 
84
                  </widget>
 
85
                  <packing>
 
86
                    <property name="position">1</property>
 
87
                  </packing>
 
88
                </child>
 
89
                <child>
 
90
                  <widget class="GtkLabel" id="label68">
 
91
                    <property name="visible">True</property>
 
92
                    <property name="xpad">5</property>
 
93
                    <property name="label" translatable="yes">file extension</property>
 
94
                  </widget>
 
95
                  <packing>
 
96
                    <property name="expand">False</property>
 
97
                    <property name="fill">False</property>
 
98
                    <property name="position">2</property>
 
99
                  </packing>
 
100
                </child>
 
101
              </widget>
 
102
              <packing>
 
103
                <property name="expand">False</property>
 
104
                <property name="fill">False</property>
 
105
                <property name="padding">12</property>
 
106
                <property name="position">2</property>
 
107
              </packing>
 
108
            </child>
 
109
          </widget>
 
110
          <packing>
 
111
            <property name="position">2</property>
 
112
          </packing>
 
113
        </child>
 
114
        <child internal-child="action_area">
 
115
          <widget class="GtkHButtonBox" id="dialog-action_area4">
 
116
            <property name="visible">True</property>
 
117
            <property name="layout_style">end</property>
 
118
            <child>
 
119
              <widget class="GtkButton" id="cancelbutton">
 
120
                <property name="label">gtk-cancel</property>
 
121
                <property name="response_id">-6</property>
 
122
                <property name="visible">True</property>
 
123
                <property name="can_focus">True</property>
 
124
                <property name="can_default">True</property>
 
125
                <property name="receives_default">False</property>
 
126
                <property name="use_stock">True</property>
 
127
              </widget>
 
128
              <packing>
 
129
                <property name="expand">False</property>
 
130
                <property name="fill">False</property>
 
131
                <property name="position">0</property>
 
132
              </packing>
 
133
            </child>
 
134
            <child>
 
135
              <widget class="GtkButton" id="okbutton">
 
136
                <property name="label">gtk-ok</property>
 
137
                <property name="response_id">-5</property>
 
138
                <property name="visible">True</property>
 
139
                <property name="can_focus">True</property>
 
140
                <property name="can_default">True</property>
 
141
                <property name="has_default">True</property>
 
142
                <property name="receives_default">True</property>
 
143
                <property name="use_stock">True</property>
 
144
              </widget>
 
145
              <packing>
 
146
                <property name="expand">False</property>
 
147
                <property name="fill">False</property>
 
148
                <property name="position">1</property>
 
149
              </packing>
 
150
            </child>
 
151
          </widget>
 
152
          <packing>
 
153
            <property name="expand">False</property>
 
154
            <property name="pack_type">end</property>
 
155
            <property name="position">0</property>
 
156
          </packing>
 
157
        </child>
 
158
      </widget>
 
159
    </child>
 
160
  </widget>
 
161
  <widget class="GtkDialog" id="regexdialog">
 
162
    <property name="border_width">6</property>
 
163
    <property name="title" translatable="yes">Exclude by regex</property>
 
164
    <property name="type_hint">dialog</property>
 
165
    <property name="skip_taskbar_hint">True</property>
 
166
    <property name="has_separator">False</property>
 
167
    <child internal-child="vbox">
 
168
      <widget class="GtkVBox" id="dialog-vbox5">
 
169
        <property name="visible">True</property>
 
170
        <property name="spacing">6</property>
 
171
        <child>
 
172
          <widget class="GtkVBox" id="vbox19">
 
173
            <property name="visible">True</property>
 
174
            <property name="border_width">6</property>
 
175
            <property name="spacing">6</property>
 
176
            <child>
 
177
              <widget class="GtkLabel" id="label69">
 
178
                <property name="visible">True</property>
 
179
                <property name="xalign">0</property>
 
180
                <property name="label" translatable="yes">Enter a regular expression.
 
181
Files and directories matching this expression will be excluded from backup.</property>
 
182
                <property name="wrap">True</property>
 
183
              </widget>
 
184
              <packing>
 
185
                <property name="expand">False</property>
 
186
                <property name="fill">False</property>
 
187
                <property name="position">0</property>
 
188
              </packing>
 
189
            </child>
 
190
            <child>
 
191
              <widget class="GtkEntry" id="regex_box">
 
192
                <property name="visible">True</property>
 
193
                <property name="can_focus">True</property>
 
194
                <property name="text">^.*\.mp3$</property>
 
195
              </widget>
 
196
              <packing>
 
197
                <property name="position">1</property>
 
198
              </packing>
 
199
            </child>
 
200
          </widget>
 
201
          <packing>
 
202
            <property name="expand">False</property>
 
203
            <property name="fill">False</property>
 
204
            <property name="position">2</property>
 
205
          </packing>
 
206
        </child>
 
207
        <child internal-child="action_area">
 
208
          <widget class="GtkHButtonBox" id="dialog-action_area5">
 
209
            <property name="visible">True</property>
 
210
            <property name="layout_style">end</property>
 
211
            <child>
 
212
              <widget class="GtkButton" id="cancelbutton2">
 
213
                <property name="label">gtk-cancel</property>
 
214
                <property name="response_id">-6</property>
 
215
                <property name="visible">True</property>
 
216
                <property name="can_focus">True</property>
 
217
                <property name="can_default">True</property>
 
218
                <property name="receives_default">False</property>
 
219
                <property name="use_stock">True</property>
 
220
              </widget>
 
221
              <packing>
 
222
                <property name="expand">False</property>
 
223
                <property name="fill">False</property>
 
224
                <property name="position">0</property>
 
225
              </packing>
 
226
            </child>
 
227
            <child>
 
228
              <widget class="GtkButton" id="okbutton2">
 
229
                <property name="label">gtk-ok</property>
 
230
                <property name="response_id">-5</property>
 
231
                <property name="visible">True</property>
 
232
                <property name="can_focus">True</property>
 
233
                <property name="can_default">True</property>
 
234
                <property name="has_default">True</property>
 
235
                <property name="receives_default">False</property>
 
236
                <property name="use_stock">True</property>
 
237
              </widget>
 
238
              <packing>
 
239
                <property name="expand">False</property>
 
240
                <property name="fill">False</property>
 
241
                <property name="position">1</property>
 
242
              </packing>
 
243
            </child>
 
244
          </widget>
 
245
          <packing>
 
246
            <property name="expand">False</property>
 
247
            <property name="pack_type">end</property>
 
248
            <property name="position">0</property>
 
249
          </packing>
 
250
        </child>
 
251
      </widget>
 
252
    </child>
 
253
  </widget>
 
254
  <widget class="GtkDialog" id="remote_inc_dialog">
 
255
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
256
    <property name="border_width">5</property>
 
257
    <property name="title" translatable="yes">Enter the remote target to include</property>
 
258
    <property name="window_position">center-on-parent</property>
 
259
    <property name="type_hint">dialog</property>
 
260
    <property name="skip_taskbar_hint">True</property>
 
261
    <property name="has_separator">False</property>
 
262
    <child internal-child="vbox">
 
263
      <widget class="GtkVBox" id="dialog-vbox3">
 
264
        <property name="visible">True</property>
 
265
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
266
        <property name="spacing">6</property>
 
267
        <child>
 
268
          <widget class="GtkVBox" id="vbox10">
 
269
            <property name="visible">True</property>
 
270
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
271
            <property name="border_width">6</property>
 
272
            <property name="spacing">6</property>
 
273
            <child>
 
274
              <widget class="GtkLabel" id="fusehelplabel">
 
275
                <property name="visible">True</property>
 
276
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
277
                <property name="xalign">0</property>
 
278
                <property name="label" translatable="yes">Choose a plugin to get the format</property>
 
279
              </widget>
 
280
              <packing>
 
281
                <property name="expand">False</property>
 
282
                <property name="fill">False</property>
 
283
                <property name="position">0</property>
 
284
              </packing>
 
285
            </child>
 
286
            <child>
 
287
              <widget class="GtkHBox" id="hbox27">
 
288
                <property name="visible">True</property>
 
289
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
290
                <property name="spacing">6</property>
 
291
                <child>
 
292
                  <widget class="GtkLabel" id="label53">
 
293
                    <property name="visible">True</property>
 
294
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
295
                    <property name="label" translatable="yes">Choose your plugin :</property>
 
296
                  </widget>
 
297
                  <packing>
 
298
                    <property name="expand">False</property>
 
299
                    <property name="fill">False</property>
 
300
                    <property name="position">0</property>
 
301
                  </packing>
 
302
                </child>
 
303
                <child>
 
304
                  <widget class="GtkComboBox" id="pluginscombobox">
 
305
                    <property name="visible">True</property>
 
306
                    <signal name="changed" handler="on_pluginscombobox_changed"/>
 
307
                  </widget>
 
308
                  <packing>
 
309
                    <property name="position">1</property>
 
310
                  </packing>
 
311
                </child>
 
312
              </widget>
 
313
              <packing>
 
314
                <property name="expand">False</property>
 
315
                <property name="fill">False</property>
 
316
                <property name="position">1</property>
 
317
              </packing>
 
318
            </child>
 
319
          </widget>
 
320
          <packing>
 
321
            <property name="expand">False</property>
 
322
            <property name="fill">False</property>
 
323
            <property name="position">1</property>
 
324
          </packing>
 
325
        </child>
 
326
        <child>
 
327
          <widget class="GtkHBox" id="hbox24">
 
328
            <property name="visible">True</property>
 
329
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
330
            <property name="border_width">6</property>
 
331
            <property name="spacing">6</property>
 
332
            <child>
 
333
              <widget class="GtkEntry" id="remote_inc_entry">
 
334
                <property name="visible">True</property>
 
335
                <property name="can_focus">True</property>
 
336
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
337
              </widget>
 
338
              <packing>
 
339
                <property name="position">0</property>
 
340
              </packing>
 
341
            </child>
 
342
            <child>
 
343
              <widget class="GtkButton" id="fusecheckbutton">
 
344
                <property name="visible">True</property>
 
345
                <property name="can_focus">True</property>
 
346
                <property name="receives_default">True</property>
 
347
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
348
                <signal name="clicked" handler="on_fusecheckbutton_clicked"/>
 
349
                <child>
 
350
                  <widget class="GtkHBox" id="hbox26">
 
351
                    <property name="visible">True</property>
 
352
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
353
                    <child>
 
354
                      <widget class="GtkImage" id="image9">
 
355
                        <property name="visible">True</property>
 
356
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
357
                        <property name="stock">gtk-apply</property>
 
358
                      </widget>
 
359
                      <packing>
 
360
                        <property name="position">0</property>
 
361
                      </packing>
 
362
                    </child>
 
363
                    <child>
 
364
                      <widget class="GtkLabel" id="label52">
 
365
                        <property name="visible">True</property>
 
366
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
367
                        <property name="label" translatable="yes">Check</property>
 
368
                      </widget>
 
369
                      <packing>
 
370
                        <property name="position">1</property>
 
371
                      </packing>
 
372
                    </child>
 
373
                  </widget>
 
374
                </child>
 
375
              </widget>
 
376
              <packing>
 
377
                <property name="expand">False</property>
 
378
                <property name="fill">False</property>
 
379
                <property name="position">1</property>
 
380
              </packing>
 
381
            </child>
 
382
          </widget>
 
383
          <packing>
 
384
            <property name="expand">False</property>
 
385
            <property name="fill">False</property>
 
386
            <property name="position">2</property>
 
387
          </packing>
 
388
        </child>
 
389
        <child internal-child="action_area">
 
390
          <widget class="GtkHButtonBox" id="dialog-action_area3">
 
391
            <property name="visible">True</property>
 
392
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
393
            <property name="layout_style">end</property>
 
394
            <child>
 
395
              <widget class="GtkButton" id="remote_inc_okbutton">
 
396
                <property name="label">gtk-ok</property>
 
397
                <property name="response_id">-5</property>
 
398
                <property name="visible">True</property>
 
399
                <property name="can_focus">True</property>
 
400
                <property name="can_default">True</property>
 
401
                <property name="has_default">True</property>
 
402
                <property name="receives_default">False</property>
 
403
                <property name="use_stock">True</property>
 
404
              </widget>
 
405
              <packing>
 
406
                <property name="expand">False</property>
 
407
                <property name="fill">False</property>
 
408
                <property name="position">0</property>
 
409
              </packing>
 
410
            </child>
 
411
            <child>
 
412
              <widget class="GtkButton" id="button2">
 
413
                <property name="label">gtk-cancel</property>
 
414
                <property name="response_id">-6</property>
 
415
                <property name="visible">True</property>
 
416
                <property name="can_focus">True</property>
 
417
                <property name="can_default">True</property>
 
418
                <property name="receives_default">False</property>
 
419
                <property name="use_stock">True</property>
 
420
                <signal name="clicked" handler="gtk_widget_hide"/>
 
421
              </widget>
 
422
              <packing>
 
423
                <property name="expand">False</property>
 
424
                <property name="fill">False</property>
 
425
                <property name="position">1</property>
 
426
              </packing>
 
427
            </child>
 
428
          </widget>
 
429
          <packing>
 
430
            <property name="expand">False</property>
 
431
            <property name="pack_type">end</property>
 
432
            <property name="position">0</property>
 
433
          </packing>
 
434
        </child>
 
435
      </widget>
 
436
    </child>
 
437
  </widget>
 
438
  <widget class="GtkDialog" id="askSaveDialog">
 
439
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
440
    <property name="border_width">6</property>
 
441
    <property name="modal">True</property>
 
442
    <property name="destroy_with_parent">True</property>
 
443
    <property name="type_hint">dialog</property>
 
444
    <property name="skip_taskbar_hint">True</property>
 
445
    <property name="skip_pager_hint">True</property>
 
446
    <property name="urgency_hint">True</property>
 
447
    <property name="transient_for">nssbackupConfApp</property>
 
448
    <property name="has_separator">False</property>
 
449
    <child internal-child="vbox">
 
450
      <widget class="GtkVBox" id="dialog-vbox6">
 
451
        <property name="visible">True</property>
 
452
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
453
        <property name="spacing">12</property>
 
454
        <child>
 
455
          <widget class="GtkVBox" id="vbox1">
 
456
            <property name="visible">True</property>
 
457
            <property name="border_width">6</property>
 
458
            <child>
 
459
              <widget class="GtkHBox" id="hbox1">
 
460
                <property name="visible">True</property>
 
461
                <property name="spacing">6</property>
 
462
                <child>
 
463
                  <widget class="GtkImage" id="image1">
 
464
                    <property name="visible">True</property>
 
465
                    <property name="stock">gtk-dialog-warning</property>
 
466
                    <property name="icon-size">6</property>
 
467
                  </widget>
 
468
                  <packing>
 
469
                    <property name="expand">False</property>
 
470
                    <property name="fill">False</property>
 
471
                    <property name="position">0</property>
 
472
                  </packing>
 
473
                </child>
 
474
                <child>
 
475
                  <widget class="GtkLabel" id="label54">
 
476
                    <property name="visible">True</property>
 
477
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
478
                    <property name="xalign">0</property>
 
479
                    <property name="label" translatable="yes">&lt;b&gt;Save changed configuration?&lt;/b&gt;
 
480
 
 
481
The configuration has changed. If you want to use the modified configuration, you have to save it.
 
482
 
 
483
Do you want to save the configuration now?</property>
 
484
                    <property name="use_markup">True</property>
 
485
                    <property name="wrap">True</property>
 
486
                  </widget>
 
487
                  <packing>
 
488
                    <property name="expand">False</property>
 
489
                    <property name="fill">False</property>
 
490
                    <property name="position">1</property>
 
491
                  </packing>
 
492
                </child>
 
493
              </widget>
 
494
              <packing>
 
495
                <property name="position">0</property>
 
496
              </packing>
 
497
            </child>
 
498
          </widget>
 
499
          <packing>
 
500
            <property name="position">1</property>
 
501
          </packing>
 
502
        </child>
 
503
        <child internal-child="action_area">
 
504
          <widget class="GtkHButtonBox" id="dialog-action_area6">
 
505
            <property name="visible">True</property>
 
506
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
507
            <property name="layout_style">end</property>
 
508
            <child>
 
509
              <widget class="GtkButton" id="saveconfig_yes_button">
 
510
                <property name="label">gtk-yes</property>
 
511
                <property name="response_id">-8</property>
 
512
                <property name="visible">True</property>
 
513
                <property name="can_focus">True</property>
 
514
                <property name="receives_default">True</property>
 
515
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
516
                <property name="use_stock">True</property>
 
517
              </widget>
 
518
              <packing>
 
519
                <property name="expand">False</property>
 
520
                <property name="fill">False</property>
 
521
                <property name="position">0</property>
 
522
              </packing>
 
523
            </child>
 
524
            <child>
 
525
              <widget class="GtkButton" id="saveconfig_no_button">
 
526
                <property name="label">gtk-no</property>
 
527
                <property name="response_id">-9</property>
 
528
                <property name="visible">True</property>
 
529
                <property name="can_focus">True</property>
 
530
                <property name="receives_default">True</property>
 
531
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
532
                <property name="use_stock">True</property>
 
533
              </widget>
 
534
              <packing>
 
535
                <property name="expand">False</property>
 
536
                <property name="fill">False</property>
 
537
                <property name="position">1</property>
 
538
              </packing>
 
539
            </child>
 
540
            <child>
 
541
              <widget class="GtkButton" id="saveconfig_cancel_button">
 
542
                <property name="label">gtk-cancel</property>
 
543
                <property name="visible">True</property>
 
544
                <property name="can_focus">True</property>
 
545
                <property name="has_focus">True</property>
 
546
                <property name="is_focus">True</property>
 
547
                <property name="can_default">True</property>
 
548
                <property name="has_default">True</property>
 
549
                <property name="receives_default">True</property>
 
550
                <property name="use_stock">True</property>
 
551
              </widget>
 
552
              <packing>
 
553
                <property name="expand">False</property>
 
554
                <property name="fill">False</property>
 
555
                <property name="position">2</property>
 
556
              </packing>
 
557
            </child>
 
558
          </widget>
 
559
          <packing>
 
560
            <property name="expand">False</property>
 
561
            <property name="pack_type">end</property>
 
562
            <property name="position">0</property>
 
563
          </packing>
 
564
        </child>
 
565
      </widget>
 
566
    </child>
 
567
  </widget>
 
568
  <widget class="GtkDialog" id="ProfileManagerDialog">
 
569
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
570
    <property name="border_width">6</property>
 
571
    <property name="title" translatable="yes">Configuration Profile Manager</property>
 
572
    <property name="destroy_with_parent">True</property>
 
573
    <property name="type_hint">dialog</property>
 
574
    <property name="transient_for">nssbackupConfApp</property>
 
575
    <property name="has_separator">False</property>
 
576
    <child internal-child="vbox">
 
577
      <widget class="GtkVBox" id="dialog-vbox7">
 
578
        <property name="visible">True</property>
 
579
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
580
        <property name="spacing">6</property>
 
581
        <child>
 
582
          <widget class="GtkVBox" id="vbox16">
 
583
            <property name="visible">True</property>
 
584
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
585
            <property name="border_width">6</property>
 
586
            <property name="spacing">12</property>
 
587
            <child>
 
588
              <widget class="GtkLabel" id="label56">
 
589
                <property name="visible">True</property>
 
590
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
591
                <property name="xalign">0</property>
 
592
                <property name="label" translatable="yes">This dialogue helps you to manage your configuration profiles. You can set up a number of configuration profiles that will be run by NSsbackup when it starts the backup. Thanks to this you can configure backups of different kinds to different places.</property>
 
593
                <property name="use_markup">True</property>
 
594
                <property name="wrap">True</property>
 
595
                <property name="width_chars">0</property>
 
596
              </widget>
 
597
              <packing>
 
598
                <property name="expand">False</property>
 
599
                <property name="fill">False</property>
 
600
                <property name="position">0</property>
 
601
              </packing>
 
602
            </child>
 
603
            <child>
 
604
              <widget class="GtkVBox" id="vbox1">
 
605
                <property name="visible">True</property>
 
606
                <property name="spacing">6</property>
 
607
                <child>
 
608
                  <widget class="GtkLabel" id="label1">
 
609
                    <property name="visible">True</property>
 
610
                    <property name="xalign">0</property>
 
611
                    <property name="label" translatable="yes">&lt;b&gt;Configuration profiles&lt;/b&gt;</property>
 
612
                    <property name="use_markup">True</property>
 
613
                  </widget>
 
614
                  <packing>
 
615
                    <property name="expand">False</property>
 
616
                    <property name="fill">False</property>
 
617
                    <property name="position">0</property>
 
618
                  </packing>
 
619
                </child>
 
620
                <child>
 
621
                  <widget class="GtkAlignment" id="alignment1">
 
622
                    <property name="visible">True</property>
 
623
                    <property name="left_padding">12</property>
 
624
                    <child>
 
625
                      <widget class="GtkHBox" id="hbox30">
 
626
                        <property name="visible">True</property>
 
627
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
628
                        <property name="spacing">6</property>
 
629
                        <child>
 
630
                          <widget class="GtkScrolledWindow" id="scrolledwindow8">
 
631
                            <property name="visible">True</property>
 
632
                            <property name="can_focus">True</property>
 
633
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
634
                            <property name="hscrollbar_policy">automatic</property>
 
635
                            <property name="vscrollbar_policy">automatic</property>
 
636
                            <property name="shadow_type">in</property>
 
637
                            <child>
 
638
                              <widget class="GtkTreeView" id="profilesListTreeView">
 
639
                                <property name="visible">True</property>
 
640
                                <property name="can_focus">True</property>
 
641
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
642
                                <property name="enable_search">False</property>
 
643
                                <property name="enable_grid_lines">horizontal</property>
 
644
                              </widget>
 
645
                            </child>
 
646
                          </widget>
 
647
                          <packing>
 
648
                            <property name="position">0</property>
 
649
                          </packing>
 
650
                        </child>
 
651
                        <child>
 
652
                          <widget class="GtkVButtonBox" id="vbuttonbox1">
 
653
                            <property name="visible">True</property>
 
654
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
655
                            <property name="spacing">6</property>
 
656
                            <property name="layout_style">start</property>
 
657
                            <child>
 
658
                              <widget class="GtkButton" id="addProfileButton">
 
659
                                <property name="label">gtk-add</property>
 
660
                                <property name="visible">True</property>
 
661
                                <property name="can_focus">True</property>
 
662
                                <property name="receives_default">True</property>
 
663
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
664
                                <property name="use_stock">True</property>
 
665
                                <signal name="clicked" handler="on_addProfileButton_clicked"/>
 
666
                              </widget>
 
667
                              <packing>
 
668
                                <property name="expand">False</property>
 
669
                                <property name="fill">False</property>
 
670
                                <property name="position">0</property>
 
671
                              </packing>
 
672
                            </child>
 
673
                            <child>
 
674
                              <widget class="GtkButton" id="removeProfileButton">
 
675
                                <property name="label">gtk-remove</property>
 
676
                                <property name="visible">True</property>
 
677
                                <property name="can_focus">True</property>
 
678
                                <property name="receives_default">True</property>
 
679
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
680
                                <property name="use_stock">True</property>
 
681
                                <signal name="clicked" handler="on_removeProfileButton_clicked"/>
 
682
                              </widget>
 
683
                              <packing>
 
684
                                <property name="expand">False</property>
 
685
                                <property name="fill">False</property>
 
686
                                <property name="position">1</property>
 
687
                              </packing>
 
688
                            </child>
 
689
                            <child>
 
690
                              <widget class="GtkButton" id="editProfileButton">
 
691
                                <property name="label">gtk-edit</property>
 
692
                                <property name="visible">True</property>
 
693
                                <property name="can_focus">True</property>
 
694
                                <property name="receives_default">True</property>
 
695
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
696
                                <property name="use_stock">True</property>
 
697
                                <signal name="clicked" handler="on_editProfileButton_clicked"/>
 
698
                              </widget>
 
699
                              <packing>
 
700
                                <property name="expand">False</property>
 
701
                                <property name="fill">False</property>
 
702
                                <property name="position">2</property>
 
703
                              </packing>
 
704
                            </child>
 
705
                          </widget>
 
706
                          <packing>
 
707
                            <property name="expand">False</property>
 
708
                            <property name="fill">False</property>
 
709
                            <property name="position">1</property>
 
710
                          </packing>
 
711
                        </child>
 
712
                      </widget>
 
713
                    </child>
 
714
                  </widget>
 
715
                  <packing>
 
716
                    <property name="position">1</property>
 
717
                  </packing>
 
718
                </child>
 
719
              </widget>
 
720
              <packing>
 
721
                <property name="position">1</property>
 
722
              </packing>
 
723
            </child>
 
724
          </widget>
 
725
          <packing>
 
726
            <property name="position">1</property>
 
727
          </packing>
 
728
        </child>
 
729
        <child internal-child="action_area">
 
730
          <widget class="GtkHButtonBox" id="dialog-action_area7">
 
731
            <property name="visible">True</property>
 
732
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
733
            <property name="layout_style">end</property>
 
734
            <child>
 
735
              <widget class="GtkButton" id="closeProfileManagerButton">
 
736
                <property name="label">gtk-close</property>
 
737
                <property name="visible">True</property>
 
738
                <property name="can_focus">True</property>
 
739
                <property name="receives_default">True</property>
 
740
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
741
                <property name="use_stock">True</property>
 
742
                <signal name="clicked" handler="on_closeProfileManagerButton_clicked"/>
 
743
              </widget>
 
744
              <packing>
 
745
                <property name="expand">False</property>
 
746
                <property name="fill">False</property>
 
747
                <property name="position">0</property>
 
748
              </packing>
 
749
            </child>
 
750
          </widget>
 
751
          <packing>
 
752
            <property name="expand">False</property>
 
753
            <property name="pack_type">end</property>
 
754
            <property name="position">0</property>
 
755
          </packing>
 
756
        </child>
 
757
      </widget>
 
758
    </child>
 
759
  </widget>
 
760
  <widget class="GtkDialog" id="askNewPrfNameDialog">
 
761
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
762
    <property name="border_width">6</property>
 
763
    <property name="destroy_with_parent">True</property>
 
764
    <property name="type_hint">dialog</property>
 
765
    <property name="skip_taskbar_hint">True</property>
 
766
    <property name="transient_for">ProfileManagerDialog</property>
 
767
    <property name="has_separator">False</property>
 
768
    <child internal-child="vbox">
 
769
      <widget class="GtkVBox" id="dialog-vbox8">
 
770
        <property name="visible">True</property>
 
771
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
772
        <property name="spacing">6</property>
 
773
        <child>
 
774
          <widget class="GtkVBox" id="vbox20">
 
775
            <property name="visible">True</property>
 
776
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
777
            <property name="border_width">6</property>
 
778
            <property name="spacing">18</property>
 
779
            <child>
 
780
              <widget class="GtkLabel" id="label58">
 
781
                <property name="visible">True</property>
 
782
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
783
                <property name="xalign">0</property>
 
784
                <property name="label" translatable="yes">&lt;b&gt;Add new profile&lt;/b&gt;
 
785
 
 
786
Please enter the new profile name and set the according checkbox in order to enable resp. disable it.</property>
 
787
                <property name="use_markup">True</property>
 
788
                <property name="wrap">True</property>
 
789
              </widget>
 
790
              <packing>
 
791
                <property name="expand">False</property>
 
792
                <property name="position">0</property>
 
793
              </packing>
 
794
            </child>
 
795
            <child>
 
796
              <widget class="GtkVBox" id="vbox1">
 
797
                <property name="visible">True</property>
 
798
                <property name="spacing">6</property>
 
799
                <child>
 
800
                  <widget class="GtkHBox" id="hbox31">
 
801
                    <property name="visible">True</property>
 
802
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
803
                    <property name="spacing">6</property>
 
804
                    <child>
 
805
                      <widget class="GtkLabel" id="label59">
 
806
                        <property name="visible">True</property>
 
807
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
808
                        <property name="xalign">0</property>
 
809
                        <property name="label" translatable="yes">Profile name</property>
 
810
                      </widget>
 
811
                      <packing>
 
812
                        <property name="expand">False</property>
 
813
                        <property name="fill">False</property>
 
814
                        <property name="position">0</property>
 
815
                      </packing>
 
816
                    </child>
 
817
                    <child>
 
818
                      <widget class="GtkEntry" id="newPrfNameEntry">
 
819
                        <property name="visible">True</property>
 
820
                        <property name="can_focus">True</property>
 
821
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
822
                        <property name="invisible_char">&#x25CF;</property>
 
823
                      </widget>
 
824
                      <packing>
 
825
                        <property name="position">1</property>
 
826
                      </packing>
 
827
                    </child>
 
828
                  </widget>
 
829
                  <packing>
 
830
                    <property name="position">0</property>
 
831
                  </packing>
 
832
                </child>
 
833
                <child>
 
834
                  <widget class="GtkCheckButton" id="enableNewPrfCB">
 
835
                    <property name="label" translatable="yes">Enabled</property>
 
836
                    <property name="visible">True</property>
 
837
                    <property name="can_focus">True</property>
 
838
                    <property name="receives_default">False</property>
 
839
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
840
                    <property name="relief">half</property>
 
841
                    <property name="active">True</property>
 
842
                    <property name="draw_indicator">True</property>
 
843
                  </widget>
 
844
                  <packing>
 
845
                    <property name="expand">False</property>
 
846
                    <property name="fill">False</property>
 
847
                    <property name="position">1</property>
 
848
                  </packing>
 
849
                </child>
 
850
              </widget>
 
851
              <packing>
 
852
                <property name="position">1</property>
 
853
              </packing>
 
854
            </child>
 
855
          </widget>
 
856
          <packing>
 
857
            <property name="expand">False</property>
 
858
            <property name="position">1</property>
 
859
          </packing>
 
860
        </child>
 
861
        <child internal-child="action_area">
 
862
          <widget class="GtkHButtonBox" id="dialog-action_area8">
 
863
            <property name="visible">True</property>
 
864
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
865
            <property name="layout_style">end</property>
 
866
            <child>
 
867
              <widget class="GtkButton" id="button3">
 
868
                <property name="label">gtk-cancel</property>
 
869
                <property name="response_id">-6</property>
 
870
                <property name="visible">True</property>
 
871
                <property name="can_focus">True</property>
 
872
                <property name="receives_default">True</property>
 
873
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
874
                <property name="use_stock">True</property>
 
875
              </widget>
 
876
              <packing>
 
877
                <property name="expand">False</property>
 
878
                <property name="fill">False</property>
 
879
                <property name="position">0</property>
 
880
              </packing>
 
881
            </child>
 
882
            <child>
 
883
              <widget class="GtkButton" id="button1">
 
884
                <property name="label">gtk-ok</property>
 
885
                <property name="response_id">-5</property>
 
886
                <property name="visible">True</property>
 
887
                <property name="can_focus">True</property>
 
888
                <property name="has_focus">True</property>
 
889
                <property name="is_focus">True</property>
 
890
                <property name="can_default">True</property>
 
891
                <property name="has_default">True</property>
 
892
                <property name="receives_default">True</property>
 
893
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
894
                <property name="use_stock">True</property>
 
895
              </widget>
 
896
              <packing>
 
897
                <property name="expand">False</property>
 
898
                <property name="fill">False</property>
 
899
                <property name="position">1</property>
 
900
              </packing>
 
901
            </child>
 
902
          </widget>
 
903
          <packing>
 
904
            <property name="expand">False</property>
 
905
            <property name="pack_type">end</property>
 
906
            <property name="position">0</property>
 
907
          </packing>
 
908
        </child>
 
909
      </widget>
 
910
    </child>
 
911
  </widget>
 
912
  <widget class="GnomeApp" id="nssbackupConfApp">
 
913
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
914
    <property name="title" translatable="yes">Not So Simple Backup Suite</property>
 
915
    <signal name="destroy" handler="on_nssbackupConfApp_destroy"/>
 
916
    <signal name="delete_event" handler="on_nssbackupConfApp_delete_event"/>
 
917
    <child internal-child="dock">
 
918
      <widget class="BonoboDock" id="app1-dock1">
 
919
        <child>
 
920
          <widget class="BonoboDockItem" id="dockitem1">
 
921
            <property name="visible">True</property>
 
922
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
923
            <child>
 
924
              <widget class="GtkMenuBar" id="menubar">
 
925
                <property name="visible">True</property>
 
926
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
927
                <child>
 
928
                  <widget class="GtkMenuItem" id="menuitem">
 
929
                    <property name="visible">True</property>
 
930
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
931
                    <property name="label" translatable="yes">_File</property>
 
932
                    <property name="use_underline">True</property>
 
933
                    <child>
 
934
                      <widget class="GtkMenu" id="menu">
 
935
                        <property name="visible">True</property>
 
936
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
937
                        <child>
 
938
                          <widget class="GtkImageMenuItem" id="save">
 
939
                            <property name="label">gtk-save</property>
 
940
                            <property name="visible">True</property>
 
941
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
942
                            <property name="use_underline">True</property>
 
943
                            <property name="use_stock">True</property>
 
944
                            <property name="always_show_image">True</property>
 
945
                            <signal name="activate" handler="on_save_activate"/>
 
946
                          </widget>
 
947
                        </child>
 
948
                        <child>
 
949
                          <widget class="GtkImageMenuItem" id="save_as">
 
950
                            <property name="label" translatable="yes">Save as...</property>
 
951
                            <property name="visible">True</property>
 
952
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
953
                            <property name="use_stock">False</property>
 
954
                            <signal name="activate" handler="on_save_as_activate"/>
 
955
                            <child internal-child="image">
 
956
                              <widget class="GtkImage" id="image12">
 
957
                                <property name="visible">True</property>
 
958
                                <property name="stock">gtk-save-as</property>
 
959
                              </widget>
 
960
                            </child>
 
961
                          </widget>
 
962
                        </child>
 
963
                        <child>
 
964
                          <widget class="GtkSeparatorMenuItem" id="separatormenuitem">
 
965
                            <property name="visible">True</property>
 
966
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
967
                          </widget>
 
968
                        </child>
 
969
                        <child>
 
970
                          <widget class="GtkImageMenuItem" id="exit">
 
971
                            <property name="label">gtk-quit</property>
 
972
                            <property name="visible">True</property>
 
973
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
974
                            <property name="use_underline">True</property>
 
975
                            <property name="use_stock">True</property>
 
976
                            <property name="always_show_image">True</property>
 
977
                            <signal name="activate" handler="on_exit_activate"/>
 
978
                          </widget>
 
979
                        </child>
 
980
                      </widget>
 
981
                    </child>
 
982
                  </widget>
 
983
                </child>
 
984
                <child>
 
985
                  <widget class="GtkMenuItem" id="menuitem3">
 
986
                    <property name="visible">True</property>
 
987
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
988
                    <property name="label" translatable="yes">_Tools</property>
 
989
                    <property name="use_underline">True</property>
 
990
                    <child>
 
991
                      <widget class="GtkMenu" id="menu3">
 
992
                        <property name="visible">True</property>
 
993
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
994
                        <child>
 
995
                          <widget class="GtkImageMenuItem" id="menu_set_default_settings">
 
996
                            <property name="label" translatable="yes">Set default settings...</property>
 
997
                            <property name="visible">True</property>
 
998
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
999
                            <property name="use_stock">False</property>
 
1000
                            <signal name="activate" handler="on_menu_set_default_settings_activate"/>
 
1001
                            <child internal-child="image">
 
1002
                              <widget class="GtkImage" id="image11">
 
1003
                                <property name="visible">True</property>
 
1004
                                <property name="stock">gtk-revert-to-saved</property>
 
1005
                              </widget>
 
1006
                            </child>
 
1007
                          </widget>
 
1008
                        </child>
 
1009
                        <child>
 
1010
                          <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
 
1011
                            <property name="visible">True</property>
 
1012
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1013
                          </widget>
 
1014
                        </child>
 
1015
                        <child>
 
1016
                          <widget class="GtkImageMenuItem" id="prfManager">
 
1017
                            <property name="label" translatable="yes">Profile Manager...</property>
 
1018
                            <property name="visible">True</property>
 
1019
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1020
                            <property name="use_stock">False</property>
 
1021
                            <signal name="activate" handler="on_prfManager_activate"/>
 
1022
                            <child internal-child="image">
 
1023
                              <widget class="GtkImage" id="image6">
 
1024
                                <property name="visible">True</property>
 
1025
                                <property name="stock">gtk-home</property>
 
1026
                              </widget>
 
1027
                            </child>
 
1028
                          </widget>
 
1029
                        </child>
 
1030
                      </widget>
 
1031
                    </child>
 
1032
                  </widget>
 
1033
                </child>
 
1034
                <child>
 
1035
                  <widget class="GtkMenuItem" id="HelpMenu">
 
1036
                    <property name="visible">True</property>
 
1037
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1038
                    <property name="label" translatable="yes">_Help</property>
 
1039
                    <property name="use_underline">True</property>
 
1040
                    <child>
 
1041
                      <widget class="GtkMenu" id="menu2">
 
1042
                        <property name="visible">True</property>
 
1043
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1044
                        <child>
 
1045
                          <widget class="GtkImageMenuItem" id="Help">
 
1046
                            <property name="label" translatable="yes">_View all help topics</property>
 
1047
                            <property name="visible">True</property>
 
1048
                            <property name="use_underline">True</property>
 
1049
                            <property name="use_stock">False</property>
 
1050
                            <signal name="activate" handler="on_menu_help_activate"/>
 
1051
                            <accelerator key="F1" signal="activate"/>
 
1052
                            <child internal-child="image">
 
1053
                              <widget class="GtkImage" id="image9">
 
1054
                                <property name="visible">True</property>
 
1055
                                <property name="stock">gtk-help</property>
 
1056
                              </widget>
 
1057
                            </child>
 
1058
                          </widget>
 
1059
                        </child>
 
1060
                        <child>
 
1061
                          <widget class="GtkImageMenuItem" id="About">
 
1062
                            <property name="label" translatable="yes">_About this program</property>
 
1063
                            <property name="visible">True</property>
 
1064
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1065
                            <property name="use_underline">True</property>
 
1066
                            <property name="use_stock">False</property>
 
1067
                            <signal name="activate" handler="on_menu_about_activate"/>
 
1068
                            <child internal-child="image">
 
1069
                              <widget class="GtkImage" id="image10">
 
1070
                                <property name="visible">True</property>
 
1071
                                <property name="stock">gtk-about</property>
 
1072
                              </widget>
 
1073
                            </child>
 
1074
                          </widget>
 
1075
                        </child>
 
1076
                      </widget>
 
1077
                    </child>
 
1078
                  </widget>
 
1079
                </child>
 
1080
              </widget>
 
1081
            </child>
 
1082
          </widget>
 
1083
          <packing>
 
1084
            <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE | BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL | BONOBO_DOCK_ITEM_BEH_LOCKED</property>
 
1085
          </packing>
 
1086
        </child>
 
1087
        <child>
 
1088
          <widget class="GtkVBox" id="vbox1">
 
1089
            <property name="visible">True</property>
 
1090
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1091
            <child>
 
1092
              <widget class="GtkToolbar" id="toolbar">
 
1093
                <property name="visible">True</property>
 
1094
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1095
                <child>
 
1096
                  <widget class="GtkToolButton" id="toolb_set_default_settings">
 
1097
                    <property name="visible">True</property>
 
1098
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1099
                    <property name="tooltip" translatable="yes">Set default settings...</property>
 
1100
                    <property name="label">Defaults</property>
 
1101
                    <property name="stock_id">gtk-revert-to-saved</property>
 
1102
                    <signal name="clicked" handler="on_menu_set_default_settings_activate"/>
 
1103
                  </widget>
 
1104
                  <packing>
 
1105
                    <property name="expand">False</property>
 
1106
                    <property name="homogeneous">True</property>
 
1107
                  </packing>
 
1108
                </child>
 
1109
                <child>
 
1110
                  <widget class="GtkToolButton" id="reload">
 
1111
                    <property name="visible">True</property>
 
1112
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1113
                    <property name="tooltip" translatable="yes">Reload configuration</property>
 
1114
                    <property name="label">Reload</property>
 
1115
                    <property name="stock_id">gtk-refresh</property>
 
1116
                    <signal name="clicked" handler="on_reload_clicked"/>
 
1117
                  </widget>
 
1118
                  <packing>
 
1119
                    <property name="expand">False</property>
 
1120
                    <property name="homogeneous">True</property>
 
1121
                  </packing>
 
1122
                </child>
 
1123
                <child>
 
1124
                  <widget class="GtkToolButton" id="saveButton">
 
1125
                    <property name="visible">True</property>
 
1126
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1127
                    <property name="tooltip" translatable="yes">Save configuration</property>
 
1128
                    <property name="label">Save</property>
 
1129
                    <property name="stock_id">gtk-save</property>
 
1130
                    <signal name="clicked" handler="on_save_clicked"/>
 
1131
                  </widget>
 
1132
                  <packing>
 
1133
                    <property name="expand">False</property>
 
1134
                    <property name="homogeneous">True</property>
 
1135
                  </packing>
 
1136
                </child>
 
1137
                <child>
 
1138
                  <widget class="GtkSeparatorToolItem" id="sep1">
 
1139
                    <property name="visible">True</property>
 
1140
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1141
                  </widget>
 
1142
                  <packing>
 
1143
                    <property name="expand">False</property>
 
1144
                  </packing>
 
1145
                </child>
 
1146
                <child>
 
1147
                  <widget class="GtkToolButton" id="tbtn_backup">
 
1148
                    <property name="visible">True</property>
 
1149
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1150
                    <property name="tooltip" translatable="yes">Make a backup now</property>
 
1151
                    <property name="label">Backup Now</property>
 
1152
                    <property name="stock_id">gtk-harddisk</property>
 
1153
                    <signal name="clicked" handler="on_backup_clicked"/>
 
1154
                  </widget>
 
1155
                  <packing>
 
1156
                    <property name="expand">False</property>
 
1157
                    <property name="homogeneous">True</property>
 
1158
                  </packing>
 
1159
                </child>
 
1160
                <child>
 
1161
                  <widget class="GtkSeparatorToolItem" id="toolbutton1">
 
1162
                    <property name="visible">True</property>
 
1163
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1164
                  </widget>
 
1165
                  <packing>
 
1166
                    <property name="expand">False</property>
 
1167
                  </packing>
 
1168
                </child>
 
1169
                <child>
 
1170
                  <widget class="GtkToolButton" id="prfManToolButton">
 
1171
                    <property name="visible">True</property>
 
1172
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1173
                    <property name="tooltip" translatable="yes">Open the profile manager</property>
 
1174
                    <property name="label" translatable="yes">Profiles</property>
 
1175
                    <property name="stock_id">gtk-copy</property>
 
1176
                    <signal name="clicked" handler="on_prfManager_activate"/>
 
1177
                  </widget>
 
1178
                  <packing>
 
1179
                    <property name="expand">False</property>
 
1180
                    <property name="homogeneous">True</property>
 
1181
                  </packing>
 
1182
                </child>
 
1183
              </widget>
 
1184
              <packing>
 
1185
                <property name="expand">False</property>
 
1186
                <property name="position">0</property>
 
1187
              </packing>
 
1188
            </child>
 
1189
            <child>
 
1190
              <widget class="GtkNotebook" id="notebook">
 
1191
                <property name="visible">True</property>
 
1192
                <property name="tab_border">0</property>
 
1193
                <property name="tab_hborder">3</property>
 
1194
                <property name="tab_vborder">3</property>
 
1195
                <child>
 
1196
                  <widget class="GtkVBox" id="vbox_general_page">
 
1197
                    <property name="visible">True</property>
 
1198
                    <property name="border_width">12</property>
 
1199
                    <child>
 
1200
                      <widget class="GtkTable" id="table1">
 
1201
                        <property name="visible">True</property>
 
1202
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1203
                        <property name="n_rows">3</property>
 
1204
                        <property name="n_columns">3</property>
 
1205
                        <property name="column_spacing">6</property>
 
1206
                        <property name="row_spacing">18</property>
 
1207
                        <child>
 
1208
                          <widget class="GtkComboBox" id="cformat">
 
1209
                            <property name="visible">True</property>
 
1210
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1211
                            <property name="active">1</property>
 
1212
                            <property name="items" translatable="yes">none
 
1213
gzip
 
1214
bzip2</property>
 
1215
                            <signal name="changed" handler="on_cformat_changed"/>
 
1216
                          </widget>
 
1217
                          <packing>
 
1218
                            <property name="left_attach">1</property>
 
1219
                            <property name="right_attach">2</property>
 
1220
                            <property name="top_attach">1</property>
 
1221
                            <property name="bottom_attach">2</property>
 
1222
                            <property name="y_options"></property>
 
1223
                          </packing>
 
1224
                        </child>
 
1225
                        <child>
 
1226
                          <widget class="GtkLabel" id="label55">
 
1227
                            <property name="visible">True</property>
 
1228
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1229
                            <property name="xalign">0</property>
 
1230
                            <property name="label" translatable="yes">Choose the compression format that you want to apply.
 
1231
Default is &lt;b&gt;gzip&lt;/b&gt;.</property>
 
1232
                            <property name="use_markup">True</property>
 
1233
                            <property name="justify">fill</property>
 
1234
                          </widget>
 
1235
                          <packing>
 
1236
                            <property name="top_attach">1</property>
 
1237
                            <property name="bottom_attach">2</property>
 
1238
                          </packing>
 
1239
                        </child>
 
1240
                        <child>
 
1241
                          <widget class="GtkVBox" id="splitsizevbox">
 
1242
                            <property name="visible">True</property>
 
1243
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1244
                            <property name="spacing">6</property>
 
1245
                            <child>
 
1246
                              <widget class="GtkComboBox" id="splitsizeCB">
 
1247
                                <property name="visible">True</property>
 
1248
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1249
                                <property name="column_span_column">0</property>
 
1250
                                <signal name="changed" handler="on_splitsizeCB_changed"/>
 
1251
                              </widget>
 
1252
                              <packing>
 
1253
                                <property name="expand">False</property>
 
1254
                                <property name="fill">False</property>
 
1255
                                <property name="position">0</property>
 
1256
                              </packing>
 
1257
                            </child>
 
1258
                            <child>
 
1259
                              <widget class="GtkSpinButton" id="splitsizeSB">
 
1260
                                <property name="visible">True</property>
 
1261
                                <property name="can_focus">True</property>
 
1262
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1263
                                <property name="invisible_char">&#x25CF;</property>
 
1264
                                <property name="adjustment">0 0 20480 1 10 10</property>
 
1265
                                <property name="numeric">True</property>
 
1266
                                <signal name="value_changed" handler="on_splitsizeSB_value_changed"/>
 
1267
                              </widget>
 
1268
                              <packing>
 
1269
                                <property name="expand">False</property>
 
1270
                                <property name="fill">False</property>
 
1271
                                <property name="padding">3</property>
 
1272
                                <property name="position">1</property>
 
1273
                              </packing>
 
1274
                            </child>
 
1275
                          </widget>
 
1276
                          <packing>
 
1277
                            <property name="left_attach">1</property>
 
1278
                            <property name="right_attach">2</property>
 
1279
                            <property name="top_attach">2</property>
 
1280
                            <property name="bottom_attach">3</property>
 
1281
                            <property name="y_options"></property>
 
1282
                          </packing>
 
1283
                        </child>
 
1284
                        <child>
 
1285
                          <widget class="GtkLabel" id="label28">
 
1286
                            <property name="visible">True</property>
 
1287
                            <property name="xalign">2.2351741291171123e-10</property>
 
1288
                            <property name="label" translatable="yes">Do a full backup at least once every</property>
 
1289
                            <property name="use_markup">True</property>
 
1290
                            <property name="justify">fill</property>
 
1291
                          </widget>
 
1292
                        </child>
 
1293
                        <child>
 
1294
                          <widget class="GtkSpinButton" id="time_maxinc">
 
1295
                            <property name="visible">True</property>
 
1296
                            <property name="can_focus">True</property>
 
1297
                            <property name="tooltip" translatable="yes">Unless a set number of days has passed since the last full backup, incremental backups will be done.</property>
 
1298
                            <property name="invisible_char">&#x25CF;</property>
 
1299
                            <property name="adjustment">7 0 1000 1 10 10</property>
 
1300
                            <property name="climb_rate">1</property>
 
1301
                            <signal name="changed" handler="on_time_maxinc_changed"/>
 
1302
                            <signal name="value_changed" handler="on_time_maxinc_changed"/>
 
1303
                          </widget>
 
1304
                          <packing>
 
1305
                            <property name="left_attach">1</property>
 
1306
                            <property name="right_attach">2</property>
 
1307
                            <property name="y_options"></property>
 
1308
                          </packing>
 
1309
                        </child>
 
1310
                        <child>
 
1311
                          <widget class="GtkLabel" id="label29">
 
1312
                            <property name="visible">True</property>
 
1313
                            <property name="xalign">0</property>
 
1314
                            <property name="label" translatable="yes">days</property>
 
1315
                          </widget>
 
1316
                          <packing>
 
1317
                            <property name="left_attach">2</property>
 
1318
                            <property name="right_attach">3</property>
 
1319
                          </packing>
 
1320
                        </child>
 
1321
                        <child>
 
1322
                          <widget class="GtkVBox" id="vbox2">
 
1323
                            <property name="visible">True</property>
 
1324
                            <child>
 
1325
                              <widget class="GtkLabel" id="label1">
 
1326
                                <property name="visible">True</property>
 
1327
                                <property name="xalign">0</property>
 
1328
                                <property name="label" translatable="yes"> </property>
 
1329
                              </widget>
 
1330
                              <packing>
 
1331
                                <property name="position">0</property>
 
1332
                              </packing>
 
1333
                            </child>
 
1334
                            <child>
 
1335
                              <widget class="GtkLabel" id="label_splitsize_custom">
 
1336
                                <property name="visible">True</property>
 
1337
                                <property name="xalign">0</property>
 
1338
                                <property name="label" translatable="yes">MiB</property>
 
1339
                              </widget>
 
1340
                              <packing>
 
1341
                                <property name="pack_type">end</property>
 
1342
                                <property name="position">1</property>
 
1343
                              </packing>
 
1344
                            </child>
 
1345
                          </widget>
 
1346
                          <packing>
 
1347
                            <property name="left_attach">2</property>
 
1348
                            <property name="right_attach">3</property>
 
1349
                            <property name="top_attach">2</property>
 
1350
                            <property name="bottom_attach">3</property>
 
1351
                          </packing>
 
1352
                        </child>
 
1353
                        <child>
 
1354
                          <widget class="GtkVBox" id="vbox11">
 
1355
                            <property name="visible">True</property>
 
1356
                            <child>
 
1357
                              <widget class="GtkLabel" id="label60">
 
1358
                                <property name="visible">True</property>
 
1359
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
1360
                                <property name="has_tooltip">True</property>
 
1361
                                <property name="tooltip" translatable="yes">You can split the snapshot to make backup on some filesystem that doesn't support large files. This functionality can not be used if the backup is compressed.</property>
 
1362
                                <property name="xalign">0</property>
 
1363
                                <property name="label" translatable="yes">Split the backup archive into small pieces (value in MiB).
 
1364
&lt;b&gt;Important note:&lt;/b&gt; This functionality is not compatible with compressed backups!</property>
 
1365
                                <property name="use_markup">True</property>
 
1366
                                <property name="wrap">True</property>
 
1367
                                <property name="max_width_chars">0</property>
 
1368
                              </widget>
 
1369
                              <packing>
 
1370
                                <property name="expand">False</property>
 
1371
                                <property name="position">0</property>
 
1372
                              </packing>
 
1373
                            </child>
 
1374
                          </widget>
 
1375
                          <packing>
 
1376
                            <property name="top_attach">2</property>
 
1377
                            <property name="bottom_attach">3</property>
 
1378
                          </packing>
 
1379
                        </child>
 
1380
                        <child>
 
1381
                          <placeholder/>
 
1382
                        </child>
 
1383
                      </widget>
 
1384
                      <packing>
 
1385
                        <property name="expand">False</property>
 
1386
                        <property name="position">0</property>
 
1387
                      </packing>
 
1388
                    </child>
 
1389
                    <child>
 
1390
                      <widget class="GtkHBox" id="hbox_general_footer">
 
1391
                        <property name="sensitive">False</property>
 
1392
                        <property name="spacing">12</property>
 
1393
                        <child>
 
1394
                          <widget class="GtkVBox" id="vbox10">
 
1395
                            <property name="sensitive">False</property>
 
1396
                            <child>
 
1397
                              <widget class="GtkLinkButton" id="lnkbtn_help_general">
 
1398
                                <property name="label" translatable="yes">Help</property>
 
1399
                                <property name="sensitive">False</property>
 
1400
                                <property name="can_focus">True</property>
 
1401
                                <property name="receives_default">True</property>
 
1402
                                <property name="tooltip" translatable="yes">Show help topic about configuration GUI.</property>
 
1403
                                <property name="relief">none</property>
 
1404
                                <property name="uri">ghelp:nssbackup#config-gui</property>
 
1405
                              </widget>
 
1406
                              <packing>
 
1407
                                <property name="expand">False</property>
 
1408
                                <property name="fill">False</property>
 
1409
                                <property name="pack_type">end</property>
 
1410
                                <property name="position">0</property>
 
1411
                              </packing>
 
1412
                            </child>
 
1413
                          </widget>
 
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
                          <placeholder/>
 
1422
                        </child>
 
1423
                      </widget>
 
1424
                      <packing>
 
1425
                        <property name="expand">False</property>
 
1426
                        <property name="pack_type">end</property>
 
1427
                        <property name="position">1</property>
 
1428
                      </packing>
 
1429
                    </child>
 
1430
                  </widget>
 
1431
                </child>
 
1432
                <child>
 
1433
                  <widget class="GtkLabel" id="label_general_page">
 
1434
                    <property name="visible">True</property>
 
1435
                    <property name="label" translatable="yes">General</property>
 
1436
                  </widget>
 
1437
                  <packing>
 
1438
                    <property name="tab_fill">False</property>
 
1439
                    <property name="type">tab</property>
 
1440
                  </packing>
 
1441
                </child>
 
1442
                <child>
 
1443
                  <widget class="GtkVBox" id="vbox3">
 
1444
                    <property name="visible">True</property>
 
1445
                    <property name="border_width">12</property>
 
1446
                    <property name="spacing">18</property>
 
1447
                    <child>
 
1448
                      <widget class="GtkVBox" id="vbox13">
 
1449
                        <property name="visible">True</property>
 
1450
                        <property name="spacing">6</property>
 
1451
                        <child>
 
1452
                          <widget class="GtkLabel" id="label21">
 
1453
                            <property name="visible">True</property>
 
1454
                            <property name="xalign">0</property>
 
1455
                            <property name="label" translatable="yes">&lt;b&gt;Included files and directories&lt;/b&gt;</property>
 
1456
                            <property name="use_markup">True</property>
 
1457
                          </widget>
 
1458
                          <packing>
 
1459
                            <property name="expand">False</property>
 
1460
                            <property name="fill">False</property>
 
1461
                            <property name="position">0</property>
 
1462
                          </packing>
 
1463
                        </child>
 
1464
                        <child>
 
1465
                          <widget class="GtkAlignment" id="alignment8">
 
1466
                            <property name="visible">True</property>
 
1467
                            <property name="left_padding">12</property>
 
1468
                            <child>
 
1469
                              <widget class="GtkVBox" id="vbox15">
 
1470
                                <property name="visible">True</property>
 
1471
                                <property name="spacing">12</property>
 
1472
                                <child>
 
1473
                                  <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
1474
                                    <property name="visible">True</property>
 
1475
                                    <property name="can_focus">True</property>
 
1476
                                    <property name="hscrollbar_policy">automatic</property>
 
1477
                                    <property name="vscrollbar_policy">automatic</property>
 
1478
                                    <property name="shadow_type">in</property>
 
1479
                                    <child>
 
1480
                                      <widget class="GtkTreeView" id="includetv">
 
1481
                                        <property name="visible">True</property>
 
1482
                                        <property name="can_focus">True</property>
 
1483
                                        <property name="border_width">2</property>
 
1484
                                        <property name="headers_visible">False</property>
 
1485
                                        <property name="search_column">1</property>
 
1486
                                        <property name="enable_grid_lines">horizontal</property>
 
1487
                                        <signal name="key_press_event" handler="on_includetv_key_press_event"/>
 
1488
                                      </widget>
 
1489
                                    </child>
 
1490
                                  </widget>
 
1491
                                  <packing>
 
1492
                                    <property name="position">0</property>
 
1493
                                  </packing>
 
1494
                                </child>
 
1495
                                <child>
 
1496
                                  <widget class="GtkHButtonBox" id="hbuttonbox">
 
1497
                                    <property name="visible">True</property>
 
1498
                                    <property name="spacing">6</property>
 
1499
                                    <property name="layout_style">end</property>
 
1500
                                    <child>
 
1501
                                      <widget class="GtkButton" id="inc_del">
 
1502
                                        <property name="visible">True</property>
 
1503
                                        <property name="can_focus">True</property>
 
1504
                                        <property name="can_default">True</property>
 
1505
                                        <property name="receives_default">True</property>
 
1506
                                        <signal name="clicked" handler="on_inc_del_clicked"/>
 
1507
                                        <child>
 
1508
                                          <widget class="GtkAlignment" id="alignment17">
 
1509
                                            <property name="visible">True</property>
 
1510
                                            <property name="xscale">0</property>
 
1511
                                            <property name="yscale">0</property>
 
1512
                                            <child>
 
1513
                                              <widget class="GtkHBox" id="hbox22">
 
1514
                                                <property name="visible">True</property>
 
1515
                                                <property name="spacing">6</property>
 
1516
                                                <child>
 
1517
                                                  <widget class="GtkImage" id="image8">
 
1518
                                                    <property name="visible">True</property>
 
1519
                                                    <property name="stock">gtk-remove</property>
 
1520
                                                  </widget>
 
1521
                                                  <packing>
 
1522
                                                    <property name="expand">False</property>
 
1523
                                                    <property name="fill">False</property>
 
1524
                                                    <property name="position">0</property>
 
1525
                                                  </packing>
 
1526
                                                </child>
 
1527
                                                <child>
 
1528
                                                  <widget class="GtkLabel" id="label8">
 
1529
                                                    <property name="visible">True</property>
 
1530
                                                    <property name="label" translatable="yes">Remove</property>
 
1531
                                                    <property name="use_underline">True</property>
 
1532
                                                  </widget>
 
1533
                                                  <packing>
 
1534
                                                    <property name="expand">False</property>
 
1535
                                                    <property name="fill">False</property>
 
1536
                                                    <property name="position">1</property>
 
1537
                                                  </packing>
 
1538
                                                </child>
 
1539
                                              </widget>
 
1540
                                            </child>
 
1541
                                          </widget>
 
1542
                                        </child>
 
1543
                                      </widget>
 
1544
                                      <packing>
 
1545
                                        <property name="expand">False</property>
 
1546
                                        <property name="fill">False</property>
 
1547
                                        <property name="position">0</property>
 
1548
                                      </packing>
 
1549
                                    </child>
 
1550
                                    <child>
 
1551
                                      <widget class="GtkButton" id="inc_addfile">
 
1552
                                        <property name="visible">True</property>
 
1553
                                        <property name="can_focus">True</property>
 
1554
                                        <property name="can_default">True</property>
 
1555
                                        <property name="receives_default">True</property>
 
1556
                                        <signal name="clicked" handler="on_inc_addfile_clicked"/>
 
1557
                                        <child>
 
1558
                                          <widget class="GtkAlignment" id="alignment1">
 
1559
                                            <property name="visible">True</property>
 
1560
                                            <property name="xscale">0</property>
 
1561
                                            <property name="yscale">0</property>
 
1562
                                            <child>
 
1563
                                              <widget class="GtkHBox" id="hbox4">
 
1564
                                                <property name="visible">True</property>
 
1565
                                                <property name="spacing">6</property>
 
1566
                                                <child>
 
1567
                                                  <widget class="GtkImage" id="image1">
 
1568
                                                    <property name="visible">True</property>
 
1569
                                                    <property name="stock">gtk-add</property>
 
1570
                                                  </widget>
 
1571
                                                  <packing>
 
1572
                                                    <property name="expand">False</property>
 
1573
                                                    <property name="fill">False</property>
 
1574
                                                    <property name="position">0</property>
 
1575
                                                  </packing>
 
1576
                                                </child>
 
1577
                                                <child>
 
1578
                                                  <widget class="GtkLabel" id="label9">
 
1579
                                                    <property name="visible">True</property>
 
1580
                                                    <property name="label" translatable="yes">Add File</property>
 
1581
                                                    <property name="use_underline">True</property>
 
1582
                                                  </widget>
 
1583
                                                  <packing>
 
1584
                                                    <property name="expand">False</property>
 
1585
                                                    <property name="fill">False</property>
 
1586
                                                    <property name="position">1</property>
 
1587
                                                  </packing>
 
1588
                                                </child>
 
1589
                                              </widget>
 
1590
                                            </child>
 
1591
                                          </widget>
 
1592
                                        </child>
 
1593
                                      </widget>
 
1594
                                      <packing>
 
1595
                                        <property name="expand">False</property>
 
1596
                                        <property name="fill">False</property>
 
1597
                                        <property name="position">1</property>
 
1598
                                      </packing>
 
1599
                                    </child>
 
1600
                                    <child>
 
1601
                                      <widget class="GtkButton" id="inc_adddir">
 
1602
                                        <property name="visible">True</property>
 
1603
                                        <property name="can_focus">True</property>
 
1604
                                        <property name="can_default">True</property>
 
1605
                                        <property name="has_default">True</property>
 
1606
                                        <property name="receives_default">True</property>
 
1607
                                        <signal name="clicked" handler="on_inc_adddir_clicked"/>
 
1608
                                        <child>
 
1609
                                          <widget class="GtkAlignment" id="alignment2">
 
1610
                                            <property name="visible">True</property>
 
1611
                                            <property name="xscale">0</property>
 
1612
                                            <property name="yscale">0</property>
 
1613
                                            <child>
 
1614
                                              <widget class="GtkHBox" id="hbox5">
 
1615
                                                <property name="visible">True</property>
 
1616
                                                <property name="spacing">6</property>
 
1617
                                                <child>
 
1618
                                                  <widget class="GtkImage" id="image2">
 
1619
                                                    <property name="visible">True</property>
 
1620
                                                    <property name="stock">gtk-add</property>
 
1621
                                                  </widget>
 
1622
                                                  <packing>
 
1623
                                                    <property name="expand">False</property>
 
1624
                                                    <property name="fill">False</property>
 
1625
                                                    <property name="position">0</property>
 
1626
                                                  </packing>
 
1627
                                                </child>
 
1628
                                                <child>
 
1629
                                                  <widget class="GtkLabel" id="label10">
 
1630
                                                    <property name="visible">True</property>
 
1631
                                                    <property name="label" translatable="yes">Add Directory</property>
 
1632
                                                    <property name="use_underline">True</property>
 
1633
                                                  </widget>
 
1634
                                                  <packing>
 
1635
                                                    <property name="expand">False</property>
 
1636
                                                    <property name="fill">False</property>
 
1637
                                                    <property name="position">1</property>
 
1638
                                                  </packing>
 
1639
                                                </child>
 
1640
                                              </widget>
 
1641
                                            </child>
 
1642
                                          </widget>
 
1643
                                        </child>
 
1644
                                      </widget>
 
1645
                                      <packing>
 
1646
                                        <property name="expand">False</property>
 
1647
                                        <property name="fill">False</property>
 
1648
                                        <property name="position">2</property>
 
1649
                                      </packing>
 
1650
                                    </child>
 
1651
                                  </widget>
 
1652
                                  <packing>
 
1653
                                    <property name="expand">False</property>
 
1654
                                    <property name="padding">1</property>
 
1655
                                    <property name="position">1</property>
 
1656
                                  </packing>
 
1657
                                </child>
 
1658
                              </widget>
 
1659
                            </child>
 
1660
                          </widget>
 
1661
                          <packing>
 
1662
                            <property name="position">1</property>
 
1663
                          </packing>
 
1664
                        </child>
 
1665
                      </widget>
 
1666
                      <packing>
 
1667
                        <property name="position">0</property>
 
1668
                      </packing>
 
1669
                    </child>
 
1670
                  </widget>
 
1671
                  <packing>
 
1672
                    <property name="position">1</property>
 
1673
                  </packing>
 
1674
                </child>
 
1675
                <child>
 
1676
                  <widget class="GtkLabel" id="label11">
 
1677
                    <property name="visible">True</property>
 
1678
                    <property name="label" translatable="yes">Include</property>
 
1679
                  </widget>
 
1680
                  <packing>
 
1681
                    <property name="position">1</property>
 
1682
                    <property name="tab_fill">False</property>
 
1683
                    <property name="type">tab</property>
 
1684
                  </packing>
 
1685
                </child>
 
1686
                <child>
 
1687
                  <widget class="GtkVBox" id="vbox4">
 
1688
                    <property name="visible">True</property>
 
1689
                    <property name="border_width">12</property>
 
1690
                    <property name="spacing">18</property>
 
1691
                    <child>
 
1692
                      <widget class="GtkVBox" id="vbox5">
 
1693
                        <property name="visible">True</property>
 
1694
                        <property name="spacing">6</property>
 
1695
                        <child>
 
1696
                          <widget class="GtkLabel" id="label22">
 
1697
                            <property name="visible">True</property>
 
1698
                            <property name="xalign">0</property>
 
1699
                            <property name="label" translatable="yes">&lt;b&gt;Excluded files and directories&lt;/b&gt;</property>
 
1700
                            <property name="use_markup">True</property>
 
1701
                          </widget>
 
1702
                          <packing>
 
1703
                            <property name="expand">False</property>
 
1704
                            <property name="fill">False</property>
 
1705
                            <property name="position">0</property>
 
1706
                          </packing>
 
1707
                        </child>
 
1708
                        <child>
 
1709
                          <widget class="GtkNotebook" id="notebook2">
 
1710
                            <property name="visible">True</property>
 
1711
                            <property name="can_focus">True</property>
 
1712
                            <property name="tab_pos">left</property>
 
1713
                            <property name="homogeneous">True</property>
 
1714
                            <child>
 
1715
                              <widget class="GtkVBox" id="vbox6">
 
1716
                                <property name="visible">True</property>
 
1717
                                <property name="border_width">6</property>
 
1718
                                <property name="spacing">12</property>
 
1719
                                <child>
 
1720
                                  <widget class="GtkScrolledWindow" id="scrolledwindow2">
 
1721
                                    <property name="visible">True</property>
 
1722
                                    <property name="can_focus">True</property>
 
1723
                                    <property name="hscrollbar_policy">automatic</property>
 
1724
                                    <property name="vscrollbar_policy">automatic</property>
 
1725
                                    <property name="shadow_type">in</property>
 
1726
                                    <child>
 
1727
                                      <widget class="GtkTreeView" id="ex_pathstv">
 
1728
                                        <property name="height_request">200</property>
 
1729
                                        <property name="visible">True</property>
 
1730
                                        <property name="can_focus">True</property>
 
1731
                                        <property name="border_width">2</property>
 
1732
                                        <property name="headers_visible">False</property>
 
1733
                                        <property name="search_column">1</property>
 
1734
                                        <property name="enable_grid_lines">horizontal</property>
 
1735
                                        <signal name="key_press_event" handler="on_ex_pathstv_key_press_event"/>
 
1736
                                      </widget>
 
1737
                                    </child>
 
1738
                                  </widget>
 
1739
                                  <packing>
 
1740
                                    <property name="position">0</property>
 
1741
                                  </packing>
 
1742
                                </child>
 
1743
                                <child>
 
1744
                                  <widget class="GtkHButtonBox" id="hbuttonbox2">
 
1745
                                    <property name="visible">True</property>
 
1746
                                    <property name="spacing">6</property>
 
1747
                                    <property name="layout_style">end</property>
 
1748
                                    <child>
 
1749
                                      <widget class="GtkButton" id="ex_delpath">
 
1750
                                        <property name="visible">True</property>
 
1751
                                        <property name="can_focus">True</property>
 
1752
                                        <property name="can_default">True</property>
 
1753
                                        <property name="receives_default">True</property>
 
1754
                                        <signal name="clicked" handler="on_ex_delpath_clicked"/>
 
1755
                                        <child>
 
1756
                                          <widget class="GtkAlignment" id="alignment7">
 
1757
                                            <property name="visible">True</property>
 
1758
                                            <property name="xscale">0</property>
 
1759
                                            <property name="yscale">0</property>
 
1760
                                            <child>
 
1761
                                              <widget class="GtkHBox" id="hbox14">
 
1762
                                                <property name="visible">True</property>
 
1763
                                                <property name="spacing">6</property>
 
1764
                                                <child>
 
1765
                                                  <widget class="GtkImage" id="image5">
 
1766
                                                    <property name="visible">True</property>
 
1767
                                                    <property name="stock">gtk-remove</property>
 
1768
                                                  </widget>
 
1769
                                                  <packing>
 
1770
                                                    <property name="expand">False</property>
 
1771
                                                    <property name="fill">False</property>
 
1772
                                                    <property name="position">0</property>
 
1773
                                                  </packing>
 
1774
                                                </child>
 
1775
                                                <child>
 
1776
                                                  <widget class="GtkLabel" id="label3">
 
1777
                                                    <property name="visible">True</property>
 
1778
                                                    <property name="label" translatable="yes">Remove</property>
 
1779
                                                    <property name="use_underline">True</property>
 
1780
                                                  </widget>
 
1781
                                                  <packing>
 
1782
                                                    <property name="expand">False</property>
 
1783
                                                    <property name="fill">False</property>
 
1784
                                                    <property name="position">1</property>
 
1785
                                                  </packing>
 
1786
                                                </child>
 
1787
                                              </widget>
 
1788
                                            </child>
 
1789
                                          </widget>
 
1790
                                        </child>
 
1791
                                      </widget>
 
1792
                                      <packing>
 
1793
                                        <property name="expand">False</property>
 
1794
                                        <property name="fill">False</property>
 
1795
                                        <property name="position">0</property>
 
1796
                                      </packing>
 
1797
                                    </child>
 
1798
                                    <child>
 
1799
                                      <widget class="GtkButton" id="ex_addfile">
 
1800
                                        <property name="visible">True</property>
 
1801
                                        <property name="can_focus">True</property>
 
1802
                                        <property name="can_default">True</property>
 
1803
                                        <property name="receives_default">True</property>
 
1804
                                        <signal name="clicked" handler="on_ex_addfile_clicked"/>
 
1805
                                        <child>
 
1806
                                          <widget class="GtkAlignment" id="alignment3">
 
1807
                                            <property name="visible">True</property>
 
1808
                                            <property name="xscale">0</property>
 
1809
                                            <property name="yscale">0</property>
 
1810
                                            <child>
 
1811
                                              <widget class="GtkHBox" id="hbox6">
 
1812
                                                <property name="visible">True</property>
 
1813
                                                <property name="spacing">6</property>
 
1814
                                                <child>
 
1815
                                                  <widget class="GtkImage" id="image3">
 
1816
                                                    <property name="visible">True</property>
 
1817
                                                    <property name="stock">gtk-add</property>
 
1818
                                                  </widget>
 
1819
                                                  <packing>
 
1820
                                                    <property name="expand">False</property>
 
1821
                                                    <property name="fill">False</property>
 
1822
                                                    <property name="position">0</property>
 
1823
                                                  </packing>
 
1824
                                                </child>
 
1825
                                                <child>
 
1826
                                                  <widget class="GtkLabel" id="label12">
 
1827
                                                    <property name="visible">True</property>
 
1828
                                                    <property name="label" translatable="yes">Add File</property>
 
1829
                                                    <property name="use_underline">True</property>
 
1830
                                                  </widget>
 
1831
                                                  <packing>
 
1832
                                                    <property name="expand">False</property>
 
1833
                                                    <property name="fill">False</property>
 
1834
                                                    <property name="position">1</property>
 
1835
                                                  </packing>
 
1836
                                                </child>
 
1837
                                              </widget>
 
1838
                                            </child>
 
1839
                                          </widget>
 
1840
                                        </child>
 
1841
                                      </widget>
 
1842
                                      <packing>
 
1843
                                        <property name="expand">False</property>
 
1844
                                        <property name="fill">False</property>
 
1845
                                        <property name="position">1</property>
 
1846
                                      </packing>
 
1847
                                    </child>
 
1848
                                    <child>
 
1849
                                      <widget class="GtkButton" id="ex_adddir">
 
1850
                                        <property name="visible">True</property>
 
1851
                                        <property name="can_focus">True</property>
 
1852
                                        <property name="can_default">True</property>
 
1853
                                        <property name="has_default">True</property>
 
1854
                                        <property name="receives_default">True</property>
 
1855
                                        <signal name="clicked" handler="on_ex_adddir_clicked"/>
 
1856
                                        <child>
 
1857
                                          <widget class="GtkAlignment" id="alignment4">
 
1858
                                            <property name="visible">True</property>
 
1859
                                            <property name="xscale">0</property>
 
1860
                                            <property name="yscale">0</property>
 
1861
                                            <child>
 
1862
                                              <widget class="GtkHBox" id="hbox7">
 
1863
                                                <property name="visible">True</property>
 
1864
                                                <property name="spacing">6</property>
 
1865
                                                <child>
 
1866
                                                  <widget class="GtkImage" id="image4">
 
1867
                                                    <property name="visible">True</property>
 
1868
                                                    <property name="stock">gtk-add</property>
 
1869
                                                  </widget>
 
1870
                                                  <packing>
 
1871
                                                    <property name="expand">False</property>
 
1872
                                                    <property name="fill">False</property>
 
1873
                                                    <property name="position">0</property>
 
1874
                                                  </packing>
 
1875
                                                </child>
 
1876
                                                <child>
 
1877
                                                  <widget class="GtkLabel" id="label13">
 
1878
                                                    <property name="visible">True</property>
 
1879
                                                    <property name="label" translatable="yes">Add Directory</property>
 
1880
                                                    <property name="use_underline">True</property>
 
1881
                                                  </widget>
 
1882
                                                  <packing>
 
1883
                                                    <property name="expand">False</property>
 
1884
                                                    <property name="fill">False</property>
 
1885
                                                    <property name="position">1</property>
 
1886
                                                  </packing>
 
1887
                                                </child>
 
1888
                                              </widget>
 
1889
                                            </child>
 
1890
                                          </widget>
 
1891
                                        </child>
 
1892
                                      </widget>
 
1893
                                      <packing>
 
1894
                                        <property name="expand">False</property>
 
1895
                                        <property name="fill">False</property>
 
1896
                                        <property name="position">2</property>
 
1897
                                      </packing>
 
1898
                                    </child>
 
1899
                                  </widget>
 
1900
                                  <packing>
 
1901
                                    <property name="expand">False</property>
 
1902
                                    <property name="fill">False</property>
 
1903
                                    <property name="pack_type">end</property>
 
1904
                                    <property name="position">1</property>
 
1905
                                  </packing>
 
1906
                                </child>
 
1907
                              </widget>
 
1908
                            </child>
 
1909
                            <child>
 
1910
                              <widget class="GtkLabel" id="label14">
 
1911
                                <property name="visible">True</property>
 
1912
                                <property name="label" translatable="yes">Paths</property>
 
1913
                                <property name="justify">center</property>
 
1914
                              </widget>
 
1915
                              <packing>
 
1916
                                <property name="tab_fill">False</property>
 
1917
                                <property name="type">tab</property>
 
1918
                              </packing>
 
1919
                            </child>
 
1920
                            <child>
 
1921
                              <widget class="GtkVBox" id="vbox7">
 
1922
                                <property name="visible">True</property>
 
1923
                                <property name="border_width">6</property>
 
1924
                                <property name="spacing">12</property>
 
1925
                                <child>
 
1926
                                  <widget class="GtkScrolledWindow" id="scrolledwindow3">
 
1927
                                    <property name="visible">True</property>
 
1928
                                    <property name="can_focus">True</property>
 
1929
                                    <property name="hscrollbar_policy">automatic</property>
 
1930
                                    <property name="vscrollbar_policy">automatic</property>
 
1931
                                    <property name="shadow_type">in</property>
 
1932
                                    <child>
 
1933
                                      <widget class="GtkTreeView" id="ex_ftypetv">
 
1934
                                        <property name="height_request">200</property>
 
1935
                                        <property name="visible">True</property>
 
1936
                                        <property name="can_focus">True</property>
 
1937
                                        <property name="headers_visible">False</property>
 
1938
                                        <property name="search_column">1</property>
 
1939
                                        <property name="enable_grid_lines">horizontal</property>
 
1940
                                        <signal name="key_press_event" handler="on_ex_ftypetv_key_press_event"/>
 
1941
                                      </widget>
 
1942
                                    </child>
 
1943
                                  </widget>
 
1944
                                  <packing>
 
1945
                                    <property name="position">0</property>
 
1946
                                  </packing>
 
1947
                                </child>
 
1948
                                <child>
 
1949
                                  <widget class="GtkHButtonBox" id="hbuttonbox3">
 
1950
                                    <property name="visible">True</property>
 
1951
                                    <property name="spacing">6</property>
 
1952
                                    <property name="layout_style">end</property>
 
1953
                                    <child>
 
1954
                                      <widget class="GtkButton" id="ex_delftype">
 
1955
                                        <property name="visible">True</property>
 
1956
                                        <property name="can_focus">True</property>
 
1957
                                        <property name="can_default">True</property>
 
1958
                                        <property name="receives_default">True</property>
 
1959
                                        <signal name="clicked" handler="on_ex_delftype_clicked"/>
 
1960
                                        <child>
 
1961
                                          <widget class="GtkAlignment" id="alignment14">
 
1962
                                            <property name="visible">True</property>
 
1963
                                            <property name="xscale">0</property>
 
1964
                                            <property name="yscale">0</property>
 
1965
                                            <child>
 
1966
                                              <widget class="GtkHBox" id="hbox18">
 
1967
                                                <property name="visible">True</property>
 
1968
                                                <property name="spacing">6</property>
 
1969
                                                <child>
 
1970
                                                  <widget class="GtkImage" id="image13">
 
1971
                                                    <property name="visible">True</property>
 
1972
                                                    <property name="stock">gtk-remove</property>
 
1973
                                                  </widget>
 
1974
                                                  <packing>
 
1975
                                                    <property name="expand">False</property>
 
1976
                                                    <property name="fill">False</property>
 
1977
                                                    <property name="position">0</property>
 
1978
                                                  </packing>
 
1979
                                                </child>
 
1980
                                                <child>
 
1981
                                                  <widget class="GtkLabel" id="label5">
 
1982
                                                    <property name="visible">True</property>
 
1983
                                                    <property name="label" translatable="yes">Remove</property>
 
1984
                                                    <property name="use_underline">True</property>
 
1985
                                                  </widget>
 
1986
                                                  <packing>
 
1987
                                                    <property name="expand">False</property>
 
1988
                                                    <property name="fill">False</property>
 
1989
                                                    <property name="position">1</property>
 
1990
                                                  </packing>
 
1991
                                                </child>
 
1992
                                              </widget>
 
1993
                                            </child>
 
1994
                                          </widget>
 
1995
                                        </child>
 
1996
                                      </widget>
 
1997
                                      <packing>
 
1998
                                        <property name="expand">False</property>
 
1999
                                        <property name="fill">False</property>
 
2000
                                        <property name="position">0</property>
 
2001
                                      </packing>
 
2002
                                    </child>
 
2003
                                    <child>
 
2004
                                      <widget class="GtkButton" id="ex_addftype">
 
2005
                                        <property name="visible">True</property>
 
2006
                                        <property name="can_focus">True</property>
 
2007
                                        <property name="can_default">True</property>
 
2008
                                        <property name="has_default">True</property>
 
2009
                                        <property name="receives_default">True</property>
 
2010
                                        <signal name="clicked" handler="on_ex_addftype_clicked"/>
 
2011
                                        <child>
 
2012
                                          <widget class="GtkAlignment" id="alignment12">
 
2013
                                            <property name="visible">True</property>
 
2014
                                            <property name="xscale">0</property>
 
2015
                                            <property name="yscale">0</property>
 
2016
                                            <child>
 
2017
                                              <widget class="GtkHBox" id="hbox15">
 
2018
                                                <property name="visible">True</property>
 
2019
                                                <property name="spacing">6</property>
 
2020
                                                <child>
 
2021
                                                  <widget class="GtkImage" id="image7">
 
2022
                                                    <property name="visible">True</property>
 
2023
                                                    <property name="stock">gtk-add</property>
 
2024
                                                  </widget>
 
2025
                                                  <packing>
 
2026
                                                    <property name="expand">False</property>
 
2027
                                                    <property name="fill">False</property>
 
2028
                                                    <property name="position">0</property>
 
2029
                                                  </packing>
 
2030
                                                </child>
 
2031
                                                <child>
 
2032
                                                  <widget class="GtkLabel" id="label4">
 
2033
                                                    <property name="visible">True</property>
 
2034
                                                    <property name="label" translatable="yes">Add</property>
 
2035
                                                    <property name="use_underline">True</property>
 
2036
                                                  </widget>
 
2037
                                                  <packing>
 
2038
                                                    <property name="expand">False</property>
 
2039
                                                    <property name="fill">False</property>
 
2040
                                                    <property name="position">1</property>
 
2041
                                                  </packing>
 
2042
                                                </child>
 
2043
                                              </widget>
 
2044
                                            </child>
 
2045
                                          </widget>
 
2046
                                        </child>
 
2047
                                      </widget>
 
2048
                                      <packing>
 
2049
                                        <property name="expand">False</property>
 
2050
                                        <property name="fill">False</property>
 
2051
                                        <property name="position">1</property>
 
2052
                                      </packing>
 
2053
                                    </child>
 
2054
                                  </widget>
 
2055
                                  <packing>
 
2056
                                    <property name="expand">False</property>
 
2057
                                    <property name="fill">False</property>
 
2058
                                    <property name="position">1</property>
 
2059
                                  </packing>
 
2060
                                </child>
 
2061
                              </widget>
 
2062
                              <packing>
 
2063
                                <property name="position">1</property>
 
2064
                              </packing>
 
2065
                            </child>
 
2066
                            <child>
 
2067
                              <widget class="GtkLabel" id="label15">
 
2068
                                <property name="visible">True</property>
 
2069
                                <property name="label" translatable="yes">File types</property>
 
2070
                                <property name="justify">center</property>
 
2071
                              </widget>
 
2072
                              <packing>
 
2073
                                <property name="position">1</property>
 
2074
                                <property name="tab_fill">False</property>
 
2075
                                <property name="type">tab</property>
 
2076
                              </packing>
 
2077
                            </child>
 
2078
                            <child>
 
2079
                              <widget class="GtkVBox" id="vbox23">
 
2080
                                <property name="visible">True</property>
 
2081
                                <property name="border_width">6</property>
 
2082
                                <property name="spacing">12</property>
 
2083
                                <child>
 
2084
                                  <widget class="GtkScrolledWindow" id="scrolledwindow4">
 
2085
                                    <property name="visible">True</property>
 
2086
                                    <property name="can_focus">True</property>
 
2087
                                    <property name="hscrollbar_policy">automatic</property>
 
2088
                                    <property name="vscrollbar_policy">automatic</property>
 
2089
                                    <property name="shadow_type">in</property>
 
2090
                                    <child>
 
2091
                                      <widget class="GtkTreeView" id="ex_regextv">
 
2092
                                        <property name="height_request">200</property>
 
2093
                                        <property name="visible">True</property>
 
2094
                                        <property name="can_focus">True</property>
 
2095
                                        <property name="headers_visible">False</property>
 
2096
                                        <property name="search_column">1</property>
 
2097
                                        <property name="enable_grid_lines">horizontal</property>
 
2098
                                        <signal name="key_press_event" handler="on_ex_regextv_key_press_event"/>
 
2099
                                      </widget>
 
2100
                                    </child>
 
2101
                                  </widget>
 
2102
                                  <packing>
 
2103
                                    <property name="position">0</property>
 
2104
                                  </packing>
 
2105
                                </child>
 
2106
                                <child>
 
2107
                                  <widget class="GtkHButtonBox" id="hbuttonbox4">
 
2108
                                    <property name="visible">True</property>
 
2109
                                    <property name="spacing">6</property>
 
2110
                                    <property name="layout_style">end</property>
 
2111
                                    <child>
 
2112
                                      <widget class="GtkButton" id="ex_delregex">
 
2113
                                        <property name="visible">True</property>
 
2114
                                        <property name="can_focus">True</property>
 
2115
                                        <property name="can_default">True</property>
 
2116
                                        <property name="receives_default">True</property>
 
2117
                                        <signal name="clicked" handler="on_ex_delregex_clicked"/>
 
2118
                                        <child>
 
2119
                                          <widget class="GtkAlignment" id="alignment16">
 
2120
                                            <property name="visible">True</property>
 
2121
                                            <property name="xscale">0</property>
 
2122
                                            <property name="yscale">0</property>
 
2123
                                            <child>
 
2124
                                              <widget class="GtkHBox" id="hbox20">
 
2125
                                                <property name="visible">True</property>
 
2126
                                                <property name="spacing">6</property>
 
2127
                                                <child>
 
2128
                                                  <widget class="GtkImage" id="image15">
 
2129
                                                    <property name="visible">True</property>
 
2130
                                                    <property name="stock">gtk-remove</property>
 
2131
                                                  </widget>
 
2132
                                                  <packing>
 
2133
                                                    <property name="expand">False</property>
 
2134
                                                    <property name="fill">False</property>
 
2135
                                                    <property name="position">0</property>
 
2136
                                                  </packing>
 
2137
                                                </child>
 
2138
                                                <child>
 
2139
                                                  <widget class="GtkLabel" id="label7">
 
2140
                                                    <property name="visible">True</property>
 
2141
                                                    <property name="label" translatable="yes">Remove</property>
 
2142
                                                    <property name="use_underline">True</property>
 
2143
                                                  </widget>
 
2144
                                                  <packing>
 
2145
                                                    <property name="expand">False</property>
 
2146
                                                    <property name="fill">False</property>
 
2147
                                                    <property name="position">1</property>
 
2148
                                                  </packing>
 
2149
                                                </child>
 
2150
                                              </widget>
 
2151
                                            </child>
 
2152
                                          </widget>
 
2153
                                        </child>
 
2154
                                      </widget>
 
2155
                                      <packing>
 
2156
                                        <property name="expand">False</property>
 
2157
                                        <property name="fill">False</property>
 
2158
                                        <property name="position">0</property>
 
2159
                                      </packing>
 
2160
                                    </child>
 
2161
                                    <child>
 
2162
                                      <widget class="GtkButton" id="ex_addregex">
 
2163
                                        <property name="visible">True</property>
 
2164
                                        <property name="can_focus">True</property>
 
2165
                                        <property name="can_default">True</property>
 
2166
                                        <property name="has_default">True</property>
 
2167
                                        <property name="receives_default">True</property>
 
2168
                                        <signal name="clicked" handler="on_ex_addregex_clicked"/>
 
2169
                                        <child>
 
2170
                                          <widget class="GtkAlignment" id="alignment15">
 
2171
                                            <property name="visible">True</property>
 
2172
                                            <property name="xscale">0</property>
 
2173
                                            <property name="yscale">0</property>
 
2174
                                            <child>
 
2175
                                              <widget class="GtkHBox" id="hbox19">
 
2176
                                                <property name="visible">True</property>
 
2177
                                                <property name="spacing">6</property>
 
2178
                                                <child>
 
2179
                                                  <widget class="GtkImage" id="image14">
 
2180
                                                    <property name="visible">True</property>
 
2181
                                                    <property name="stock">gtk-add</property>
 
2182
                                                  </widget>
 
2183
                                                  <packing>
 
2184
                                                    <property name="expand">False</property>
 
2185
                                                    <property name="fill">False</property>
 
2186
                                                    <property name="position">0</property>
 
2187
                                                  </packing>
 
2188
                                                </child>
 
2189
                                                <child>
 
2190
                                                  <widget class="GtkLabel" id="label6">
 
2191
                                                    <property name="visible">True</property>
 
2192
                                                    <property name="label" translatable="yes">Add</property>
 
2193
                                                    <property name="use_underline">True</property>
 
2194
                                                  </widget>
 
2195
                                                  <packing>
 
2196
                                                    <property name="expand">False</property>
 
2197
                                                    <property name="fill">False</property>
 
2198
                                                    <property name="position">1</property>
 
2199
                                                  </packing>
 
2200
                                                </child>
 
2201
                                              </widget>
 
2202
                                            </child>
 
2203
                                          </widget>
 
2204
                                        </child>
 
2205
                                      </widget>
 
2206
                                      <packing>
 
2207
                                        <property name="expand">False</property>
 
2208
                                        <property name="fill">False</property>
 
2209
                                        <property name="position">1</property>
 
2210
                                      </packing>
 
2211
                                    </child>
 
2212
                                  </widget>
 
2213
                                  <packing>
 
2214
                                    <property name="expand">False</property>
 
2215
                                    <property name="fill">False</property>
 
2216
                                    <property name="position">1</property>
 
2217
                                  </packing>
 
2218
                                </child>
 
2219
                              </widget>
 
2220
                              <packing>
 
2221
                                <property name="position">2</property>
 
2222
                              </packing>
 
2223
                            </child>
 
2224
                            <child>
 
2225
                              <widget class="GtkLabel" id="label16">
 
2226
                                <property name="visible">True</property>
 
2227
                                <property name="label" translatable="yes">Regular
 
2228
Expressions</property>
 
2229
                                <property name="justify">center</property>
 
2230
                              </widget>
 
2231
                              <packing>
 
2232
                                <property name="position">2</property>
 
2233
                                <property name="tab_fill">False</property>
 
2234
                                <property name="type">tab</property>
 
2235
                              </packing>
 
2236
                            </child>
 
2237
                            <child>
 
2238
                              <widget class="GtkVBox" id="vbox27">
 
2239
                                <property name="visible">True</property>
 
2240
                                <property name="border_width">12</property>
 
2241
                                <property name="spacing">18</property>
 
2242
                                <child>
 
2243
                                  <widget class="GtkHBox" id="hbox8">
 
2244
                                    <property name="visible">True</property>
 
2245
                                    <property name="spacing">6</property>
 
2246
                                    <child>
 
2247
                                      <widget class="GtkCheckButton" id="ex_max">
 
2248
                                        <property name="label" translatable="yes">Do not backup files bigger than</property>
 
2249
                                        <property name="visible">True</property>
 
2250
                                        <property name="can_focus">True</property>
 
2251
                                        <property name="receives_default">False</property>
 
2252
                                        <property name="use_underline">True</property>
 
2253
                                        <property name="focus_on_click">False</property>
 
2254
                                        <property name="draw_indicator">True</property>
 
2255
                                        <signal name="toggled" handler="on_ex_max_toggled"/>
 
2256
                                      </widget>
 
2257
                                      <packing>
 
2258
                                        <property name="expand">False</property>
 
2259
                                        <property name="fill">False</property>
 
2260
                                        <property name="position">0</property>
 
2261
                                      </packing>
 
2262
                                    </child>
 
2263
                                    <child>
 
2264
                                      <widget class="GtkSpinButton" id="ex_maxsize">
 
2265
                                        <property name="visible">True</property>
 
2266
                                        <property name="can_focus">True</property>
 
2267
                                        <property name="invisible_char">&#x25CF;</property>
 
2268
                                        <property name="adjustment">100 0 10240 1 10 10</property>
 
2269
                                        <property name="climb_rate">1</property>
 
2270
                                        <property name="numeric">True</property>
 
2271
                                        <property name="update_policy">if-valid</property>
 
2272
                                        <signal name="value_changed" handler="on_ex_maxsize_changed"/>
 
2273
                                      </widget>
 
2274
                                      <packing>
 
2275
                                        <property name="expand">False</property>
 
2276
                                        <property name="fill">False</property>
 
2277
                                        <property name="position">1</property>
 
2278
                                      </packing>
 
2279
                                    </child>
 
2280
                                    <child>
 
2281
                                      <widget class="GtkLabel" id="label17">
 
2282
                                        <property name="visible">True</property>
 
2283
                                        <property name="label" translatable="yes">MiB</property>
 
2284
                                      </widget>
 
2285
                                      <packing>
 
2286
                                        <property name="expand">False</property>
 
2287
                                        <property name="fill">False</property>
 
2288
                                        <property name="position">2</property>
 
2289
                                      </packing>
 
2290
                                    </child>
 
2291
                                  </widget>
 
2292
                                  <packing>
 
2293
                                    <property name="expand">False</property>
 
2294
                                    <property name="fill">False</property>
 
2295
                                    <property name="position">0</property>
 
2296
                                  </packing>
 
2297
                                </child>
 
2298
                                <child>
 
2299
                                  <widget class="GtkHBox" id="hbox21">
 
2300
                                    <property name="visible">True</property>
 
2301
                                    <property name="spacing">6</property>
 
2302
                                    <child>
 
2303
                                      <widget class="GtkCheckButton" id="followlinks">
 
2304
                                        <property name="label" translatable="yes">Follow symbolic links</property>
 
2305
                                        <property name="visible">True</property>
 
2306
                                        <property name="can_focus">True</property>
 
2307
                                        <property name="receives_default">False</property>
 
2308
                                        <property name="focus_on_click">False</property>
 
2309
                                        <property name="draw_indicator">True</property>
 
2310
                                        <signal name="toggled" handler="on_followlinks_toggled"/>
 
2311
                                      </widget>
 
2312
                                      <packing>
 
2313
                                        <property name="expand">False</property>
 
2314
                                        <property name="fill">False</property>
 
2315
                                        <property name="position">0</property>
 
2316
                                      </packing>
 
2317
                                    </child>
 
2318
                                  </widget>
 
2319
                                  <packing>
 
2320
                                    <property name="expand">False</property>
 
2321
                                    <property name="fill">False</property>
 
2322
                                    <property name="position">1</property>
 
2323
                                  </packing>
 
2324
                                </child>
 
2325
                              </widget>
 
2326
                              <packing>
 
2327
                                <property name="position">3</property>
 
2328
                              </packing>
 
2329
                            </child>
 
2330
                            <child>
 
2331
                              <widget class="GtkLabel" id="label18">
 
2332
                                <property name="visible">True</property>
 
2333
                                <property name="label" translatable="yes">Others</property>
 
2334
                                <property name="justify">center</property>
 
2335
                              </widget>
 
2336
                              <packing>
 
2337
                                <property name="position">3</property>
 
2338
                                <property name="tab_fill">False</property>
 
2339
                                <property name="type">tab</property>
 
2340
                              </packing>
 
2341
                            </child>
 
2342
                          </widget>
 
2343
                          <packing>
 
2344
                            <property name="position">1</property>
 
2345
                          </packing>
 
2346
                        </child>
 
2347
                      </widget>
 
2348
                      <packing>
 
2349
                        <property name="position">0</property>
 
2350
                      </packing>
 
2351
                    </child>
 
2352
                  </widget>
 
2353
                  <packing>
 
2354
                    <property name="position">2</property>
 
2355
                  </packing>
 
2356
                </child>
 
2357
                <child>
 
2358
                  <widget class="GtkLabel" id="label19">
 
2359
                    <property name="visible">True</property>
 
2360
                    <property name="label" translatable="yes">Exclude</property>
 
2361
                  </widget>
 
2362
                  <packing>
 
2363
                    <property name="position">2</property>
 
2364
                    <property name="tab_fill">False</property>
 
2365
                    <property name="type">tab</property>
 
2366
                  </packing>
 
2367
                </child>
 
2368
                <child>
 
2369
                  <widget class="GtkVBox" id="vbox_destination_page">
 
2370
                    <property name="visible">True</property>
 
2371
                    <property name="border_width">12</property>
 
2372
                    <child>
 
2373
                      <widget class="GtkVBox" id="vbox18">
 
2374
                        <property name="visible">True</property>
 
2375
                        <property name="spacing">18</property>
 
2376
                        <child>
 
2377
                          <widget class="GtkVBox" id="vbox28">
 
2378
                            <property name="visible">True</property>
 
2379
                            <child>
 
2380
                              <widget class="GtkRadioButton" id="dest1">
 
2381
                                <property name="label" translatable="yes">Use default backup directory</property>
 
2382
                                <property name="visible">True</property>
 
2383
                                <property name="can_focus">True</property>
 
2384
                                <property name="receives_default">False</property>
 
2385
                                <property name="use_underline">True</property>
 
2386
                                <property name="active">True</property>
 
2387
                                <property name="draw_indicator">True</property>
 
2388
                                <signal name="toggled" handler="on_dest1_toggled"/>
 
2389
                              </widget>
 
2390
                              <packing>
 
2391
                                <property name="expand">False</property>
 
2392
                                <property name="position">0</property>
 
2393
                              </packing>
 
2394
                            </child>
 
2395
                            <child>
 
2396
                              <widget class="GtkAlignment" id="alignment19">
 
2397
                                <property name="visible">True</property>
 
2398
                                <property name="left_padding">18</property>
 
2399
                                <child>
 
2400
                                  <widget class="GtkHBox" id="hbox23">
 
2401
                                    <property name="visible">True</property>
 
2402
                                    <child>
 
2403
                                      <widget class="GtkLabel" id="label_default_target">
 
2404
                                        <property name="visible">True</property>
 
2405
                                        <property name="xalign">0</property>
 
2406
                                        <property name="label" translatable="yes">/var/backup</property>
 
2407
                                      </widget>
 
2408
                                      <packing>
 
2409
                                        <property name="expand">False</property>
 
2410
                                        <property name="fill">False</property>
 
2411
                                        <property name="padding">4</property>
 
2412
                                        <property name="position">0</property>
 
2413
                                      </packing>
 
2414
                                    </child>
 
2415
                                  </widget>
 
2416
                                </child>
 
2417
                              </widget>
 
2418
                              <packing>
 
2419
                                <property name="position">1</property>
 
2420
                              </packing>
 
2421
                            </child>
 
2422
                          </widget>
 
2423
                          <packing>
 
2424
                            <property name="position">0</property>
 
2425
                          </packing>
 
2426
                        </child>
 
2427
                        <child>
 
2428
                          <widget class="GtkVBox" id="vbox29">
 
2429
                            <property name="visible">True</property>
 
2430
                            <child>
 
2431
                              <widget class="GtkRadioButton" id="dest2">
 
2432
                                <property name="label" translatable="yes">Use custom local backup directory</property>
 
2433
                                <property name="visible">True</property>
 
2434
                                <property name="can_focus">True</property>
 
2435
                                <property name="receives_default">False</property>
 
2436
                                <property name="use_underline">True</property>
 
2437
                                <property name="active">True</property>
 
2438
                                <property name="draw_indicator">True</property>
 
2439
                                <property name="group">dest1</property>
 
2440
                                <signal name="toggled" handler="on_dest1_toggled"/>
 
2441
                              </widget>
 
2442
                              <packing>
 
2443
                                <property name="expand">False</property>
 
2444
                                <property name="position">0</property>
 
2445
                              </packing>
 
2446
                            </child>
 
2447
                            <child>
 
2448
                              <widget class="GtkAlignment" id="alignment20">
 
2449
                                <property name="visible">True</property>
 
2450
                                <property name="left_padding">18</property>
 
2451
                                <child>
 
2452
                                  <widget class="GtkHBox" id="hbox9">
 
2453
                                    <property name="visible">True</property>
 
2454
                                    <property name="spacing">12</property>
 
2455
                                    <child>
 
2456
                                      <widget class="GtkFileChooserButton" id="dest_localpath">
 
2457
                                        <property name="visible">True</property>
 
2458
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
2459
                                        <property name="action">select-folder</property>
 
2460
                                        <property name="title" translatable="yes">Select the destination folder</property>
 
2461
                                        <signal name="selection_changed" handler="on_dest_localpath_selection_changed"/>
 
2462
                                      </widget>
 
2463
                                      <packing>
 
2464
                                        <property name="expand">False</property>
 
2465
                                        <property name="fill">False</property>
 
2466
                                        <property name="position">0</property>
 
2467
                                      </packing>
 
2468
                                    </child>
 
2469
                                  </widget>
 
2470
                                </child>
 
2471
                              </widget>
 
2472
                              <packing>
 
2473
                                <property name="position">1</property>
 
2474
                              </packing>
 
2475
                            </child>
 
2476
                          </widget>
 
2477
                          <packing>
 
2478
                            <property name="position">1</property>
 
2479
                          </packing>
 
2480
                        </child>
 
2481
                        <child>
 
2482
                          <widget class="GtkVBox" id="vbox17">
 
2483
                            <property name="visible">True</property>
 
2484
                            <child>
 
2485
                              <widget class="GtkRadioButton" id="dest3">
 
2486
                                <property name="label" translatable="yes">Use a remote directory (SSH or FTP)</property>
 
2487
                                <property name="visible">True</property>
 
2488
                                <property name="can_focus">True</property>
 
2489
                                <property name="receives_default">False</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">dest1</property>
 
2494
                                <signal name="toggled" handler="on_dest1_toggled"/>
 
2495
                              </widget>
 
2496
                              <packing>
 
2497
                                <property name="expand">False</property>
 
2498
                                <property name="position">0</property>
 
2499
                              </packing>
 
2500
                            </child>
 
2501
                            <child>
 
2502
                              <widget class="GtkAlignment" id="alignment5">
 
2503
                                <property name="visible">True</property>
 
2504
                                <property name="left_padding">18</property>
 
2505
                                <child>
 
2506
                                  <widget class="GtkHBox" id="hbox10">
 
2507
                                    <property name="visible">True</property>
 
2508
                                    <property name="spacing">12</property>
 
2509
                                    <child>
 
2510
                                      <widget class="GtkImage" id="dest_remote_light">
 
2511
                                        <property name="visible">True</property>
 
2512
                                        <property name="stock">gtk-dialog-warning</property>
 
2513
                                        <property name="pixel_size">17</property>
 
2514
                                        <property name="icon-size">1</property>
 
2515
                                      </widget>
 
2516
                                      <packing>
 
2517
                                        <property name="expand">False</property>
 
2518
                                        <property name="fill">False</property>
 
2519
                                        <property name="position">0</property>
 
2520
                                      </packing>
 
2521
                                    </child>
 
2522
                                    <child>
 
2523
                                      <widget class="GtkEntry" id="dest_remote">
 
2524
                                        <property name="visible">True</property>
 
2525
                                        <property name="can_focus">True</property>
 
2526
                                        <property name="editable">False</property>
 
2527
                                        <property name="invisible_char">&#x25CF;</property>
 
2528
                                        <property name="text" translatable="yes">ssh://username:password@example.com/remote/dir/</property>
 
2529
                                      </widget>
 
2530
                                      <packing>
 
2531
                                        <property name="position">1</property>
 
2532
                                      </packing>
 
2533
                                    </child>
 
2534
                                    <child>
 
2535
                                      <widget class="GtkHButtonBox" id="hbuttonbox5">
 
2536
                                        <property name="visible">True</property>
 
2537
                                        <property name="layout_style">end</property>
 
2538
                                        <child>
 
2539
                                          <widget class="GtkButton" id="btn_set_remote">
 
2540
                                            <property name="label" translatable="yes">Connect...</property>
 
2541
                                            <property name="visible">True</property>
 
2542
                                            <property name="can_focus">True</property>
 
2543
                                            <property name="receives_default">True</property>
 
2544
                                            <signal name="clicked" handler="on_btn_set_remote_clicked"/>
 
2545
                                          </widget>
 
2546
                                          <packing>
 
2547
                                            <property name="expand">False</property>
 
2548
                                            <property name="fill">False</property>
 
2549
                                            <property name="position">0</property>
 
2550
                                          </packing>
 
2551
                                        </child>
 
2552
                                      </widget>
 
2553
                                      <packing>
 
2554
                                        <property name="expand">False</property>
 
2555
                                        <property name="fill">False</property>
 
2556
                                        <property name="position">2</property>
 
2557
                                      </packing>
 
2558
                                    </child>
 
2559
                                  </widget>
 
2560
                                </child>
 
2561
                              </widget>
 
2562
                              <packing>
 
2563
                                <property name="position">1</property>
 
2564
                              </packing>
 
2565
                            </child>
 
2566
                          </widget>
 
2567
                          <packing>
 
2568
                            <property name="expand">False</property>
 
2569
                            <property name="position">2</property>
 
2570
                          </packing>
 
2571
                        </child>
 
2572
                      </widget>
 
2573
                      <packing>
 
2574
                        <property name="expand">False</property>
 
2575
                        <property name="position">0</property>
 
2576
                      </packing>
 
2577
                    </child>
 
2578
                    <child>
 
2579
                      <widget class="GtkHBox" id="hbox_target_footer">
 
2580
                        <property name="visible">True</property>
 
2581
                        <property name="spacing">12</property>
 
2582
                        <child>
 
2583
                          <widget class="GtkVBox" id="vbox16">
 
2584
                            <property name="sensitive">False</property>
 
2585
                            <child>
 
2586
                              <widget class="GtkLinkButton" id="lnkbtn_help_target">
 
2587
                                <property name="label" translatable="yes">Help</property>
 
2588
                                <property name="sensitive">False</property>
 
2589
                                <property name="can_focus">True</property>
 
2590
                                <property name="receives_default">True</property>
 
2591
                                <property name="has_tooltip">True</property>
 
2592
                                <property name="tooltip" translatable="yes">Show help topic about configuration GUI.</property>
 
2593
                                <property name="relief">none</property>
 
2594
                                <property name="uri">ghelp:nssbackup#config-gui</property>
 
2595
                              </widget>
 
2596
                              <packing>
 
2597
                                <property name="expand">False</property>
 
2598
                                <property name="fill">False</property>
 
2599
                                <property name="pack_type">end</property>
 
2600
                                <property name="position">0</property>
 
2601
                              </packing>
 
2602
                            </child>
 
2603
                          </widget>
 
2604
                          <packing>
 
2605
                            <property name="expand">False</property>
 
2606
                            <property name="fill">False</property>
 
2607
                            <property name="position">0</property>
 
2608
                          </packing>
 
2609
                        </child>
 
2610
                        <child>
 
2611
                          <widget class="GtkHBox" id="dest_unusable">
 
2612
                            <property name="spacing">6</property>
 
2613
                            <child>
 
2614
                              <widget class="GtkImage" id="dest_unusable_1">
 
2615
                                <property name="visible">True</property>
 
2616
                                <property name="no_show_all">True</property>
 
2617
                                <property name="stock">gtk-dialog-error</property>
 
2618
                                <property name="icon-size">1</property>
 
2619
                              </widget>
 
2620
                              <packing>
 
2621
                                <property name="expand">False</property>
 
2622
                                <property name="fill">False</property>
 
2623
                                <property name="position">0</property>
 
2624
                              </packing>
 
2625
                            </child>
 
2626
                            <child>
 
2627
                              <widget class="GtkLabel" id="dest_unusable_2">
 
2628
                                <property name="visible">True</property>
 
2629
                                <property name="no_show_all">True</property>
 
2630
                                <property name="xpad">5</property>
 
2631
                                <property name="ypad">5</property>
 
2632
                                <property name="label" translatable="yes">&lt;i&gt;The selected destination is not writeable with current permissions. Backups cannot be stored there.&lt;/i&gt;</property>
 
2633
                                <property name="use_markup">True</property>
 
2634
                                <property name="justify">center</property>
 
2635
                                <property name="wrap">True</property>
 
2636
                              </widget>
 
2637
                              <packing>
 
2638
                                <property name="expand">False</property>
 
2639
                                <property name="fill">False</property>
 
2640
                                <property name="position">1</property>
 
2641
                              </packing>
 
2642
                            </child>
 
2643
                          </widget>
 
2644
                          <packing>
 
2645
                            <property name="fill">False</property>
 
2646
                            <property name="position">1</property>
 
2647
                          </packing>
 
2648
                        </child>
 
2649
                      </widget>
 
2650
                      <packing>
 
2651
                        <property name="expand">False</property>
 
2652
                        <property name="pack_type">end</property>
 
2653
                        <property name="position">1</property>
 
2654
                      </packing>
 
2655
                    </child>
 
2656
                  </widget>
 
2657
                  <packing>
 
2658
                    <property name="position">3</property>
 
2659
                  </packing>
 
2660
                </child>
 
2661
                <child>
 
2662
                  <widget class="GtkLabel" id="label20">
 
2663
                    <property name="visible">True</property>
 
2664
                    <property name="label" translatable="yes">Destination</property>
 
2665
                  </widget>
 
2666
                  <packing>
 
2667
                    <property name="position">3</property>
 
2668
                    <property name="tab_fill">False</property>
 
2669
                    <property name="type">tab</property>
 
2670
                  </packing>
 
2671
                </child>
 
2672
                <child>
 
2673
                  <widget class="GtkVBox" id="vbox_schedule_page">
 
2674
                    <property name="visible">True</property>
 
2675
                    <property name="border_width">12</property>
 
2676
                    <child>
 
2677
                      <widget class="GtkTable" id="table_schedule">
 
2678
                        <property name="visible">True</property>
 
2679
                        <property name="n_rows">3</property>
 
2680
                        <property name="n_columns">3</property>
 
2681
                        <property name="column_spacing">6</property>
 
2682
                        <property name="row_spacing">18</property>
 
2683
                        <child>
 
2684
                          <widget class="GtkRadioButton" id="rdbtn_no_schedule">
 
2685
                            <property name="label" translatable="yes">_No scheduled backups</property>
 
2686
                            <property name="visible">True</property>
 
2687
                            <property name="can_focus">True</property>
 
2688
                            <property name="receives_default">False</property>
 
2689
                            <property name="use_underline">True</property>
 
2690
                            <property name="active">True</property>
 
2691
                            <property name="draw_indicator">True</property>
 
2692
                            <property name="group">rdbtn_simple_schedule</property>
 
2693
                            <signal name="toggled" handler="on_rdbtn_schedule_toggled"/>
 
2694
                          </widget>
 
2695
                          <packing>
 
2696
                            <property name="right_attach">3</property>
 
2697
                            <property name="y_options"></property>
 
2698
                          </packing>
 
2699
                        </child>
 
2700
                        <child>
 
2701
                          <widget class="GtkRadioButton" id="rdbtn_simple_schedule">
 
2702
                            <property name="label" translatable="yes">_Simple</property>
 
2703
                            <property name="visible">True</property>
 
2704
                            <property name="can_focus">True</property>
 
2705
                            <property name="receives_default">False</property>
 
2706
                            <property name="has_tooltip">True</property>
 
2707
                            <property name="tooltip" translatable="yes">This option will make nssbackup make a backup not at a precise time but when the computer is up. </property>
 
2708
                            <property name="use_underline">True</property>
 
2709
                            <property name="yalign">1</property>
 
2710
                            <property name="draw_indicator">True</property>
 
2711
                            <signal name="toggled" handler="on_rdbtn_schedule_toggled"/>
 
2712
                          </widget>
 
2713
                          <packing>
 
2714
                            <property name="top_attach">1</property>
 
2715
                            <property name="bottom_attach">2</property>
 
2716
                            <property name="y_options"></property>
 
2717
                          </packing>
 
2718
                        </child>
 
2719
                        <child>
 
2720
                          <widget class="GtkRadioButton" id="rdbtn_custom_schedule">
 
2721
                            <property name="label" translatable="yes">_Custom</property>
 
2722
                            <property name="visible">True</property>
 
2723
                            <property name="can_focus">True</property>
 
2724
                            <property name="receives_default">False</property>
 
2725
                            <property name="use_underline">True</property>
 
2726
                            <property name="draw_indicator">True</property>
 
2727
                            <property name="group">rdbtn_simple_schedule</property>
 
2728
                            <signal name="toggled" handler="on_rdbtn_schedule_toggled"/>
 
2729
                          </widget>
 
2730
                          <packing>
 
2731
                            <property name="top_attach">2</property>
 
2732
                            <property name="bottom_attach">3</property>
 
2733
                            <property name="y_options"></property>
 
2734
                          </packing>
 
2735
                        </child>
 
2736
                        <child>
 
2737
                          <widget class="GtkLabel" id="label_simple_schedule_freq">
 
2738
                            <property name="visible">True</property>
 
2739
                            <property name="xalign">1</property>
 
2740
                            <property name="xpad">4</property>
 
2741
                            <property name="label" translatable="yes">Do backups</property>
 
2742
                            <property name="justify">right</property>
 
2743
                            <property name="single_line_mode">True</property>
 
2744
                          </widget>
 
2745
                          <packing>
 
2746
                            <property name="left_attach">1</property>
 
2747
                            <property name="right_attach">2</property>
 
2748
                            <property name="top_attach">1</property>
 
2749
                            <property name="bottom_attach">2</property>
 
2750
                            <property name="y_options"></property>
 
2751
                          </packing>
 
2752
                        </child>
 
2753
                        <child>
 
2754
                          <widget class="GtkLabel" id="label_custom_cronline">
 
2755
                            <property name="visible">True</property>
 
2756
                            <property name="xalign">1</property>
 
2757
                            <property name="xpad">4</property>
 
2758
                            <property name="label" translatable="yes">Cron time definition</property>
 
2759
                            <property name="single_line_mode">True</property>
 
2760
                          </widget>
 
2761
                          <packing>
 
2762
                            <property name="left_attach">1</property>
 
2763
                            <property name="right_attach">2</property>
 
2764
                            <property name="top_attach">2</property>
 
2765
                            <property name="bottom_attach">3</property>
 
2766
                            <property name="y_options"></property>
 
2767
                          </packing>
 
2768
                        </child>
 
2769
                        <child>
 
2770
                          <widget class="GtkEntry" id="txtfld_custom_cronline">
 
2771
                            <property name="visible">True</property>
 
2772
                            <property name="sensitive">False</property>
 
2773
                            <property name="can_focus">True</property>
 
2774
                            <property name="invisible_char">&#x25CF;</property>
 
2775
                            <property name="width_chars">10</property>
 
2776
                            <property name="text">0 4 * * *</property>
 
2777
                            <signal name="changed" handler="on_txtfld_custom_cronline_changed"/>
 
2778
                          </widget>
 
2779
                          <packing>
 
2780
                            <property name="left_attach">2</property>
 
2781
                            <property name="right_attach">3</property>
 
2782
                            <property name="top_attach">2</property>
 
2783
                            <property name="bottom_attach">3</property>
 
2784
                            <property name="y_options"></property>
 
2785
                          </packing>
 
2786
                        </child>
 
2787
                        <child>
 
2788
                          <widget class="GtkComboBox" id="cmbbx_simple_schedule_freq">
 
2789
                            <property name="visible">True</property>
 
2790
                            <property name="border_width">1</property>
 
2791
                            <property name="row_span_column">0</property>
 
2792
                            <property name="active">1</property>
 
2793
                            <property name="button_sensitivity">on</property>
 
2794
                            <property name="items" translatable="yes">hourly
 
2795
daily
 
2796
weekly
 
2797
monthly</property>
 
2798
                            <signal name="changed" handler="on_cmbbx_simple_schedule_freq_changed"/>
 
2799
                          </widget>
 
2800
                          <packing>
 
2801
                            <property name="left_attach">2</property>
 
2802
                            <property name="right_attach">3</property>
 
2803
                            <property name="top_attach">1</property>
 
2804
                            <property name="bottom_attach">2</property>
 
2805
                            <property name="y_options"></property>
 
2806
                          </packing>
 
2807
                        </child>
 
2808
                      </widget>
 
2809
                      <packing>
 
2810
                        <property name="expand">False</property>
 
2811
                        <property name="position">0</property>
 
2812
                      </packing>
 
2813
                    </child>
 
2814
                    <child>
 
2815
                      <widget class="GtkHBox" id="hbox_schedule_footer">
 
2816
                        <property name="visible">True</property>
 
2817
                        <property name="spacing">12</property>
 
2818
                        <child>
 
2819
                          <widget class="GtkVBox" id="vbox9">
 
2820
                            <property name="sensitive">False</property>
 
2821
                            <child>
 
2822
                              <widget class="GtkLinkButton" id="lnkbtn_help_schedule">
 
2823
                                <property name="label" translatable="yes">Help</property>
 
2824
                                <property name="sensitive">False</property>
 
2825
                                <property name="can_focus">True</property>
 
2826
                                <property name="receives_default">True</property>
 
2827
                                <property name="tooltip" translatable="yes">Show help topic about scheduled backups.</property>
 
2828
                                <property name="relief">none</property>
 
2829
                                <property name="uri">ghelp:nssbackup#schedule</property>
 
2830
                              </widget>
 
2831
                              <packing>
 
2832
                                <property name="expand">False</property>
 
2833
                                <property name="fill">False</property>
 
2834
                                <property name="pack_type">end</property>
 
2835
                                <property name="position">0</property>
 
2836
                              </packing>
 
2837
                            </child>
 
2838
                          </widget>
 
2839
                          <packing>
 
2840
                            <property name="expand">False</property>
 
2841
                            <property name="position">0</property>
 
2842
                          </packing>
 
2843
                        </child>
 
2844
                        <child>
 
2845
                          <widget class="GtkHBox" id="hbox_schedule_infotext">
 
2846
                            <property name="visible">True</property>
 
2847
                            <property name="spacing">6</property>
 
2848
                            <child>
 
2849
                              <widget class="GtkImage" id="img_schedule_infotext">
 
2850
                                <property name="visible">True</property>
 
2851
                                <property name="stock">gtk-dialog-info</property>
 
2852
                                <property name="icon-size">1</property>
 
2853
                              </widget>
 
2854
                              <packing>
 
2855
                                <property name="expand">False</property>
 
2856
                                <property name="fill">False</property>
 
2857
                                <property name="position">0</property>
 
2858
                              </packing>
 
2859
                            </child>
 
2860
                            <child>
 
2861
                              <widget class="GtkLabel" id="label_schedule_infotext">
 
2862
                                <property name="visible">True</property>
 
2863
                                <property name="xpad">5</property>
 
2864
                                <property name="ypad">5</property>
 
2865
                                <property name="label" translatable="yes">&lt;small&gt;You can configure scheduled (i.e. automated) backups either simply by choosing an interval or precisely by a custom cron definition. See "man 5 crontab" for cron time definition format.&lt;/small&gt;</property>
 
2866
                                <property name="use_markup">True</property>
 
2867
                                <property name="justify">center</property>
 
2868
                                <property name="wrap">True</property>
 
2869
                              </widget>
 
2870
                              <packing>
 
2871
                                <property name="expand">False</property>
 
2872
                                <property name="fill">False</property>
 
2873
                                <property name="position">1</property>
 
2874
                              </packing>
 
2875
                            </child>
 
2876
                          </widget>
 
2877
                          <packing>
 
2878
                            <property name="fill">False</property>
 
2879
                            <property name="position">1</property>
 
2880
                          </packing>
 
2881
                        </child>
 
2882
                      </widget>
 
2883
                      <packing>
 
2884
                        <property name="expand">False</property>
 
2885
                        <property name="pack_type">end</property>
 
2886
                        <property name="position">1</property>
 
2887
                      </packing>
 
2888
                    </child>
 
2889
                  </widget>
 
2890
                  <packing>
 
2891
                    <property name="position">4</property>
 
2892
                  </packing>
 
2893
                </child>
 
2894
                <child>
 
2895
                  <widget class="GtkLabel" id="label_schedule_page">
 
2896
                    <property name="visible">True</property>
 
2897
                    <property name="label" translatable="yes">Schedule</property>
 
2898
                  </widget>
 
2899
                  <packing>
 
2900
                    <property name="position">4</property>
 
2901
                    <property name="tab_fill">False</property>
 
2902
                    <property name="type">tab</property>
 
2903
                  </packing>
 
2904
                </child>
 
2905
                <child>
 
2906
                  <widget class="GtkVBox" id="purgevbox">
 
2907
                    <property name="visible">True</property>
 
2908
                    <property name="border_width">12</property>
 
2909
                    <child>
 
2910
                      <widget class="GtkVBox" id="vbox19">
 
2911
                        <property name="visible">True</property>
 
2912
                        <property name="spacing">6</property>
 
2913
                        <child>
 
2914
                          <widget class="GtkCheckButton" id="purgecheckbox">
 
2915
                            <property name="label" translatable="yes">Enable purging of old and incomplete backups</property>
 
2916
                            <property name="visible">True</property>
 
2917
                            <property name="can_focus">True</property>
 
2918
                            <property name="receives_default">False</property>
 
2919
                            <property name="use_underline">True</property>
 
2920
                            <property name="draw_indicator">True</property>
 
2921
                            <signal name="toggled" handler="on_purgecheckbox_toggled"/>
 
2922
                          </widget>
 
2923
                          <packing>
 
2924
                            <property name="expand">False</property>
 
2925
                            <property name="fill">False</property>
 
2926
                            <property name="position">0</property>
 
2927
                          </packing>
 
2928
                        </child>
 
2929
                        <child>
 
2930
                          <widget class="GtkAlignment" id="alignment9">
 
2931
                            <property name="visible">True</property>
 
2932
                            <property name="left_padding">18</property>
 
2933
                            <child>
 
2934
                              <widget class="GtkVBox" id="vbox20">
 
2935
                                <property name="visible">True</property>
 
2936
                                <property name="spacing">18</property>
 
2937
                                <child>
 
2938
                                  <widget class="GtkHBox" id="hbox16">
 
2939
                                    <property name="visible">True</property>
 
2940
                                    <property name="spacing">6</property>
 
2941
                                    <child>
 
2942
                                      <widget class="GtkRadioButton" id="purgeradiobutton">
 
2943
                                        <property name="label" translatable="yes">Simple cut-off: Erase all backups older than</property>
 
2944
                                        <property name="visible">True</property>
 
2945
                                        <property name="can_focus">True</property>
 
2946
                                        <property name="receives_default">False</property>
 
2947
                                        <property name="use_underline">True</property>
 
2948
                                        <property name="active">True</property>
 
2949
                                        <property name="draw_indicator">True</property>
 
2950
                                        <signal name="toggled" handler="on_purgeradiobutton_toggled"/>
 
2951
                                      </widget>
 
2952
                                      <packing>
 
2953
                                        <property name="expand">False</property>
 
2954
                                        <property name="fill">False</property>
 
2955
                                        <property name="position">0</property>
 
2956
                                      </packing>
 
2957
                                    </child>
 
2958
                                    <child>
 
2959
                                      <widget class="GtkEntry" id="purgedays">
 
2960
                                        <property name="visible">True</property>
 
2961
                                        <property name="can_focus">True</property>
 
2962
                                        <property name="invisible_char">&#x25CF;</property>
 
2963
                                        <property name="width_chars">5</property>
 
2964
                                        <property name="text">30</property>
 
2965
                                        <signal name="changed" handler="on_purgedays_changed"/>
 
2966
                                      </widget>
 
2967
                                      <packing>
 
2968
                                        <property name="expand">False</property>
 
2969
                                        <property name="position">1</property>
 
2970
                                      </packing>
 
2971
                                    </child>
 
2972
                                    <child>
 
2973
                                      <widget class="GtkLabel" id="purgelabel">
 
2974
                                        <property name="visible">True</property>
 
2975
                                        <property name="label" translatable="yes">days</property>
 
2976
                                      </widget>
 
2977
                                      <packing>
 
2978
                                        <property name="expand">False</property>
 
2979
                                        <property name="fill">False</property>
 
2980
                                        <property name="position">2</property>
 
2981
                                      </packing>
 
2982
                                    </child>
 
2983
                                  </widget>
 
2984
                                  <packing>
 
2985
                                    <property name="expand">False</property>
 
2986
                                    <property name="fill">False</property>
 
2987
                                    <property name="position">0</property>
 
2988
                                  </packing>
 
2989
                                </child>
 
2990
                                <child>
 
2991
                                  <widget class="GtkHBox" id="hbox17">
 
2992
                                    <property name="visible">True</property>
 
2993
                                    <property name="spacing">12</property>
 
2994
                                    <child>
 
2995
                                      <widget class="GtkVBox" id="vbox21">
 
2996
                                        <property name="visible">True</property>
 
2997
                                        <child>
 
2998
                                          <widget class="GtkRadioButton" id="logpurgeradiobutton">
 
2999
                                            <property name="label" translatable="yes">Logarithmic</property>
 
3000
                                            <property name="sensitive">False</property>
 
3001
                                            <property name="can_focus">True</property>
 
3002
                                            <property name="receives_default">False</property>
 
3003
                                            <property name="use_underline">True</property>
 
3004
                                            <property name="yalign">0</property>
 
3005
                                            <property name="draw_indicator">True</property>
 
3006
                                            <property name="group">purgeradiobutton</property>
 
3007
                                            <signal name="toggled" handler="on_purgeradiobutton_toggled"/>
 
3008
                                          </widget>
 
3009
                                          <packing>
 
3010
                                            <property name="expand">False</property>
 
3011
                                            <property name="fill">False</property>
 
3012
                                            <property name="position">0</property>
 
3013
                                          </packing>
 
3014
                                        </child>
 
3015
                                      </widget>
 
3016
                                      <packing>
 
3017
                                        <property name="expand">False</property>
 
3018
                                        <property name="fill">False</property>
 
3019
                                        <property name="position">0</property>
 
3020
                                      </packing>
 
3021
                                    </child>
 
3022
                                    <child>
 
3023
                                      <widget class="GtkLabel" id="purgelabel2">
 
3024
                                        <property name="sensitive">False</property>
 
3025
                                        <property name="label" translatable="yes">&lt;small&gt;Keep progressively less backups into the past:
 
3026
Keep all backups from yesterday.
 
3027
Keep one backup per day from last week.
 
3028
Keep one backup per week from last month.
 
3029
Keep one backup per month from last year.
 
3030
Keep one backup per year further into past.
 
3031
Erase all other backups.&lt;/small&gt;</property>
 
3032
                                        <property name="use_markup">True</property>
 
3033
                                        <property name="wrap">True</property>
 
3034
                                      </widget>
 
3035
                                      <packing>
 
3036
                                        <property name="expand">False</property>
 
3037
                                        <property name="fill">False</property>
 
3038
                                        <property name="position">1</property>
 
3039
                                      </packing>
 
3040
                                    </child>
 
3041
                                  </widget>
 
3042
                                  <packing>
 
3043
                                    <property name="expand">False</property>
 
3044
                                    <property name="fill">False</property>
 
3045
                                    <property name="position">1</property>
 
3046
                                  </packing>
 
3047
                                </child>
 
3048
                              </widget>
 
3049
                            </child>
 
3050
                          </widget>
 
3051
                          <packing>
 
3052
                            <property name="position">1</property>
 
3053
                          </packing>
 
3054
                        </child>
 
3055
                      </widget>
 
3056
                      <packing>
 
3057
                        <property name="expand">False</property>
 
3058
                        <property name="fill">False</property>
 
3059
                        <property name="position">0</property>
 
3060
                      </packing>
 
3061
                    </child>
 
3062
                    <child>
 
3063
                      <widget class="GtkHBox" id="hbox_purge_footer">
 
3064
                        <property name="visible">True</property>
 
3065
                        <property name="spacing">12</property>
 
3066
                        <child>
 
3067
                          <widget class="GtkVBox" id="vbox22">
 
3068
                            <property name="sensitive">False</property>
 
3069
                            <child>
 
3070
                              <widget class="GtkLinkButton" id="lnkbtn_help_purge">
 
3071
                                <property name="label" translatable="yes">Help</property>
 
3072
                                <property name="sensitive">False</property>
 
3073
                                <property name="can_focus">True</property>
 
3074
                                <property name="receives_default">True</property>
 
3075
                                <property name="has_tooltip">True</property>
 
3076
                                <property name="tooltip" translatable="yes">Show help topic about purging of backups.</property>
 
3077
                                <property name="relief">none</property>
 
3078
                                <property name="uri">ghelp:nssbackup#purge</property>
 
3079
                              </widget>
 
3080
                              <packing>
 
3081
                                <property name="expand">False</property>
 
3082
                                <property name="fill">False</property>
 
3083
                                <property name="pack_type">end</property>
 
3084
                                <property name="position">0</property>
 
3085
                              </packing>
 
3086
                            </child>
 
3087
                          </widget>
 
3088
                          <packing>
 
3089
                            <property name="expand">False</property>
 
3090
                            <property name="position">0</property>
 
3091
                          </packing>
 
3092
                        </child>
 
3093
                        <child>
 
3094
                          <widget class="GtkHBox" id="hbox_purge_infotext">
 
3095
                            <property name="visible">True</property>
 
3096
                            <property name="spacing">6</property>
 
3097
                            <child>
 
3098
                              <widget class="GtkImage" id="img_purge_infotext">
 
3099
                                <property name="stock">gtk-dialog-info</property>
 
3100
                                <property name="icon-size">1</property>
 
3101
                              </widget>
 
3102
                              <packing>
 
3103
                                <property name="expand">False</property>
 
3104
                                <property name="fill">False</property>
 
3105
                                <property name="position">0</property>
 
3106
                              </packing>
 
3107
                            </child>
 
3108
                            <child>
 
3109
                              <widget class="GtkLabel" id="label_purge_infotext">
 
3110
                                <property name="xpad">5</property>
 
3111
                                <property name="ypad">5</property>
 
3112
                                <property name="label" translatable="yes">&lt;small&gt;Note: Additionally all incomplete and irrecoverable backups will be erased as long as there is a complete backup snapshot made later on.&lt;/small&gt;</property>
 
3113
                                <property name="use_markup">True</property>
 
3114
                                <property name="justify">center</property>
 
3115
                                <property name="wrap">True</property>
 
3116
                              </widget>
 
3117
                              <packing>
 
3118
                                <property name="expand">False</property>
 
3119
                                <property name="fill">False</property>
 
3120
                                <property name="position">1</property>
 
3121
                              </packing>
 
3122
                            </child>
 
3123
                          </widget>
 
3124
                          <packing>
 
3125
                            <property name="fill">False</property>
 
3126
                            <property name="position">1</property>
 
3127
                          </packing>
 
3128
                        </child>
 
3129
                      </widget>
 
3130
                      <packing>
 
3131
                        <property name="expand">False</property>
 
3132
                        <property name="pack_type">end</property>
 
3133
                        <property name="position">1</property>
 
3134
                      </packing>
 
3135
                    </child>
 
3136
                  </widget>
 
3137
                  <packing>
 
3138
                    <property name="position">5</property>
 
3139
                  </packing>
 
3140
                </child>
 
3141
                <child>
 
3142
                  <widget class="GtkLabel" id="label35">
 
3143
                    <property name="visible">True</property>
 
3144
                    <property name="label" translatable="yes">Purging</property>
 
3145
                    <accessibility>
 
3146
                      <atkproperty name="AtkObject::accessible-description" translatable="yes">Cleaning old backups</atkproperty>
 
3147
                    </accessibility>
 
3148
                  </widget>
 
3149
                  <packing>
 
3150
                    <property name="position">5</property>
 
3151
                    <property name="tab_fill">False</property>
 
3152
                    <property name="type">tab</property>
 
3153
                  </packing>
 
3154
                </child>
 
3155
                <child>
 
3156
                  <widget class="GtkVBox" id="reportvbox">
 
3157
                    <property name="visible">True</property>
 
3158
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3159
                    <property name="border_width">12</property>
 
3160
                    <property name="spacing">12</property>
 
3161
                    <child>
 
3162
                      <widget class="GtkVBox" id="vbox24">
 
3163
                        <property name="visible">True</property>
 
3164
                        <property name="spacing">3</property>
 
3165
                        <child>
 
3166
                          <widget class="GtkLabel" id="label2">
 
3167
                            <property name="visible">True</property>
 
3168
                            <property name="xalign">0</property>
 
3169
                            <property name="label" translatable="yes">&lt;b&gt;Logging&lt;/b&gt;</property>
 
3170
                            <property name="use_markup">True</property>
 
3171
                          </widget>
 
3172
                          <packing>
 
3173
                            <property name="position">0</property>
 
3174
                          </packing>
 
3175
                        </child>
 
3176
                        <child>
 
3177
                          <widget class="GtkAlignment" id="alignment10">
 
3178
                            <property name="visible">True</property>
 
3179
                            <property name="left_padding">12</property>
 
3180
                            <child>
 
3181
                              <widget class="GtkHBox" id="hbox13">
 
3182
                                <property name="visible">True</property>
 
3183
                                <property name="spacing">12</property>
 
3184
                                <child>
 
3185
                                  <widget class="GtkHBox" id="hbox1">
 
3186
                                    <property name="visible">True</property>
 
3187
                                    <property name="spacing">6</property>
 
3188
                                    <child>
 
3189
                                      <widget class="GtkLabel" id="label37">
 
3190
                                        <property name="visible">True</property>
 
3191
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
 
3192
                                        <property name="extension_events">cursor</property>
 
3193
                                        <property name="has_tooltip">True</property>
 
3194
                                        <property name="tooltip" translatable="yes">Debug is just for debbuging purpose.Info is the recommended setting</property>
 
3195
                                        <property name="xalign">0</property>
 
3196
                                        <property name="label" translatable="yes">Log level</property>
 
3197
                                      </widget>
 
3198
                                      <packing>
 
3199
                                        <property name="expand">False</property>
 
3200
                                        <property name="position">0</property>
 
3201
                                      </packing>
 
3202
                                    </child>
 
3203
                                    <child>
 
3204
                                      <widget class="GtkComboBox" id="loglevelcombobox">
 
3205
                                        <property name="visible">True</property>
 
3206
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3207
                                        <property name="has_tooltip">True</property>
 
3208
                                        <property name="tooltip" translatable="yes">Debug is just for debbuging purpose. Info is the recommended setting.</property>
 
3209
                                        <property name="items">Debug
 
3210
Info
 
3211
Warning
 
3212
Error</property>
 
3213
                                        <signal name="changed" handler="on_loglevelcombobox_changed"/>
 
3214
                                      </widget>
 
3215
                                      <packing>
 
3216
                                        <property name="pack_type">end</property>
 
3217
                                        <property name="position">1</property>
 
3218
                                      </packing>
 
3219
                                    </child>
 
3220
                                  </widget>
 
3221
                                  <packing>
 
3222
                                    <property name="position">0</property>
 
3223
                                  </packing>
 
3224
                                </child>
 
3225
                                <child>
 
3226
                                  <widget class="GtkHBox" id="hbox2">
 
3227
                                    <property name="visible">True</property>
 
3228
                                    <property name="spacing">6</property>
 
3229
                                    <child>
 
3230
                                      <widget class="GtkLabel" id="label38">
 
3231
                                        <property name="visible">True</property>
 
3232
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3233
                                        <property name="xalign">0</property>
 
3234
                                        <property name="label" translatable="yes">Log file directory</property>
 
3235
                                      </widget>
 
3236
                                      <packing>
 
3237
                                        <property name="expand">False</property>
 
3238
                                        <property name="position">0</property>
 
3239
                                      </packing>
 
3240
                                    </child>
 
3241
                                    <child>
 
3242
                                      <widget class="GtkFileChooserButton" id="logfilechooser">
 
3243
                                        <property name="visible">True</property>
 
3244
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3245
                                        <property name="action">select-folder</property>
 
3246
                                        <signal name="selection_changed" handler="on_logfilechooser_selection_changed"/>
 
3247
                                      </widget>
 
3248
                                      <packing>
 
3249
                                        <property name="pack_type">end</property>
 
3250
                                        <property name="position">1</property>
 
3251
                                      </packing>
 
3252
                                    </child>
 
3253
                                  </widget>
 
3254
                                  <packing>
 
3255
                                    <property name="position">1</property>
 
3256
                                  </packing>
 
3257
                                </child>
 
3258
                              </widget>
 
3259
                            </child>
 
3260
                          </widget>
 
3261
                          <packing>
 
3262
                            <property name="position">1</property>
 
3263
                          </packing>
 
3264
                        </child>
 
3265
                      </widget>
 
3266
                      <packing>
 
3267
                        <property name="expand">False</property>
 
3268
                        <property name="position">0</property>
 
3269
                      </packing>
 
3270
                    </child>
 
3271
                    <child>
 
3272
                      <widget class="GtkVBox" id="vbox25">
 
3273
                        <property name="visible">True</property>
 
3274
                        <property name="spacing">3</property>
 
3275
                        <child>
 
3276
                          <widget class="GtkLabel" id="label39">
 
3277
                            <property name="visible">True</property>
 
3278
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3279
                            <property name="xalign">0</property>
 
3280
                            <property name="label" translatable="yes">&lt;b&gt;Report by mail&lt;/b&gt;</property>
 
3281
                            <property name="use_markup">True</property>
 
3282
                          </widget>
 
3283
                          <packing>
 
3284
                            <property name="expand">False</property>
 
3285
                            <property name="fill">False</property>
 
3286
                            <property name="position">0</property>
 
3287
                          </packing>
 
3288
                        </child>
 
3289
                        <child>
 
3290
                          <widget class="GtkAlignment" id="alignment11">
 
3291
                            <property name="visible">True</property>
 
3292
                            <property name="left_padding">12</property>
 
3293
                            <child>
 
3294
                              <widget class="GtkVBox" id="vbox12">
 
3295
                                <property name="visible">True</property>
 
3296
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3297
                                <property name="spacing">6</property>
 
3298
                                <child>
 
3299
                                  <widget class="GtkTable" id="table3">
 
3300
                                    <property name="visible">True</property>
 
3301
                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3302
                                    <property name="n_rows">2</property>
 
3303
                                    <property name="n_columns">4</property>
 
3304
                                    <property name="column_spacing">6</property>
 
3305
                                    <property name="row_spacing">6</property>
 
3306
                                    <child>
 
3307
                                      <widget class="GtkLabel" id="label63">
 
3308
                                        <property name="visible">True</property>
 
3309
                                        <property name="xalign">0</property>
 
3310
                                        <property name="label" translatable="yes">From</property>
 
3311
                                      </widget>
 
3312
                                      <packing>
 
3313
                                        <property name="x_options">GTK_FILL</property>
 
3314
                                        <property name="y_options">GTK_FILL</property>
 
3315
                                      </packing>
 
3316
                                    </child>
 
3317
                                    <child>
 
3318
                                      <widget class="GtkLabel" id="label62">
 
3319
                                        <property name="visible">True</property>
 
3320
                                        <property name="xalign">0</property>
 
3321
                                        <property name="label" translatable="yes">SMTP server</property>
 
3322
                                      </widget>
 
3323
                                      <packing>
 
3324
                                        <property name="top_attach">1</property>
 
3325
                                        <property name="bottom_attach">2</property>
 
3326
                                        <property name="x_options">GTK_FILL</property>
 
3327
                                        <property name="y_options">GTK_FILL</property>
 
3328
                                      </packing>
 
3329
                                    </child>
 
3330
                                    <child>
 
3331
                                      <widget class="GtkLabel" id="label42">
 
3332
                                        <property name="visible">True</property>
 
3333
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3334
                                        <property name="xalign">0</property>
 
3335
                                        <property name="label" translatable="yes">Port</property>
 
3336
                                      </widget>
 
3337
                                      <packing>
 
3338
                                        <property name="left_attach">2</property>
 
3339
                                        <property name="right_attach">3</property>
 
3340
                                        <property name="top_attach">1</property>
 
3341
                                        <property name="bottom_attach">2</property>
 
3342
                                        <property name="x_options">GTK_FILL</property>
 
3343
                                        <property name="y_options">GTK_FILL</property>
 
3344
                                      </packing>
 
3345
                                    </child>
 
3346
                                    <child>
 
3347
                                      <widget class="GtkLabel" id="label43">
 
3348
                                        <property name="visible">True</property>
 
3349
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3350
                                        <property name="xalign">0</property>
 
3351
                                        <property name="label" translatable="yes">To</property>
 
3352
                                      </widget>
 
3353
                                      <packing>
 
3354
                                        <property name="left_attach">2</property>
 
3355
                                        <property name="right_attach">3</property>
 
3356
                                        <property name="x_options">GTK_FILL</property>
 
3357
                                        <property name="y_options">GTK_FILL</property>
 
3358
                                      </packing>
 
3359
                                    </child>
 
3360
                                    <child>
 
3361
                                      <widget class="GtkEntry" id="smtpfrom">
 
3362
                                        <property name="visible">True</property>
 
3363
                                        <property name="can_focus">True</property>
 
3364
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3365
                                        <property name="invisible_char">&#x25CF;</property>
 
3366
                                        <signal name="changed" handler="on_smtpfrom_changed"/>
 
3367
                                      </widget>
 
3368
                                      <packing>
 
3369
                                        <property name="left_attach">1</property>
 
3370
                                        <property name="right_attach">2</property>
 
3371
                                      </packing>
 
3372
                                    </child>
 
3373
                                    <child>
 
3374
                                      <widget class="GtkEntry" id="smtpto">
 
3375
                                        <property name="visible">True</property>
 
3376
                                        <property name="can_focus">True</property>
 
3377
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3378
                                        <property name="invisible_char">&#x25CF;</property>
 
3379
                                        <signal name="changed" handler="on_smtpto_changed"/>
 
3380
                                      </widget>
 
3381
                                      <packing>
 
3382
                                        <property name="left_attach">3</property>
 
3383
                                        <property name="right_attach">4</property>
 
3384
                                      </packing>
 
3385
                                    </child>
 
3386
                                    <child>
 
3387
                                      <widget class="GtkEntry" id="smtpserver">
 
3388
                                        <property name="visible">True</property>
 
3389
                                        <property name="can_focus">True</property>
 
3390
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3391
                                        <property name="invisible_char">&#x25CF;</property>
 
3392
                                        <property name="width_chars">19</property>
 
3393
                                        <signal name="changed" handler="on_smtpserver_changed"/>
 
3394
                                      </widget>
 
3395
                                      <packing>
 
3396
                                        <property name="left_attach">1</property>
 
3397
                                        <property name="right_attach">2</property>
 
3398
                                        <property name="top_attach">1</property>
 
3399
                                        <property name="bottom_attach">2</property>
 
3400
                                      </packing>
 
3401
                                    </child>
 
3402
                                    <child>
 
3403
                                      <widget class="GtkHBox" id="hbox3">
 
3404
                                        <property name="visible">True</property>
 
3405
                                        <child>
 
3406
                                          <widget class="GtkEntry" id="smtpport">
 
3407
                                            <property name="visible">True</property>
 
3408
                                            <property name="can_focus">True</property>
 
3409
                                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3410
                                            <property name="invisible_char">&#x25CF;</property>
 
3411
                                            <property name="width_chars">4</property>
 
3412
                                            <signal name="changed" handler="on_smtpport_changed"/>
 
3413
                                          </widget>
 
3414
                                          <packing>
 
3415
                                            <property name="expand">False</property>
 
3416
                                            <property name="position">0</property>
 
3417
                                          </packing>
 
3418
                                        </child>
 
3419
                                      </widget>
 
3420
                                      <packing>
 
3421
                                        <property name="left_attach">3</property>
 
3422
                                        <property name="right_attach">4</property>
 
3423
                                        <property name="top_attach">1</property>
 
3424
                                        <property name="bottom_attach">2</property>
 
3425
                                      </packing>
 
3426
                                    </child>
 
3427
                                  </widget>
 
3428
                                  <packing>
 
3429
                                    <property name="expand">False</property>
 
3430
                                    <property name="position">0</property>
 
3431
                                  </packing>
 
3432
                                </child>
 
3433
                                <child>
 
3434
                                  <widget class="GtkVBox" id="vbox26">
 
3435
                                    <property name="visible">True</property>
 
3436
                                    <child>
 
3437
                                      <widget class="GtkCheckButton" id="smtplogincheckbox">
 
3438
                                        <property name="label" translatable="yes">Use a username and password</property>
 
3439
                                        <property name="visible">True</property>
 
3440
                                        <property name="can_focus">True</property>
 
3441
                                        <property name="receives_default">False</property>
 
3442
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3443
                                        <property name="draw_indicator">True</property>
 
3444
                                        <signal name="toggled" handler="on_smtplogincheckbox_toggled"/>
 
3445
                                      </widget>
 
3446
                                      <packing>
 
3447
                                        <property name="expand">False</property>
 
3448
                                        <property name="position">0</property>
 
3449
                                      </packing>
 
3450
                                    </child>
 
3451
                                    <child>
 
3452
                                      <widget class="GtkAlignment" id="alignment6">
 
3453
                                        <property name="visible">True</property>
 
3454
                                        <property name="left_padding">18</property>
 
3455
                                        <child>
 
3456
                                          <widget class="GtkHBox" id="smtplogininfo">
 
3457
                                            <property name="visible">True</property>
 
3458
                                            <property name="sensitive">False</property>
 
3459
                                            <property name="spacing">12</property>
 
3460
                                            <child>
 
3461
                                              <widget class="GtkHBox" id="hbox11">
 
3462
                                                <property name="visible">True</property>
 
3463
                                                <property name="spacing">6</property>
 
3464
                                                <child>
 
3465
                                                  <widget class="GtkLabel" id="label46">
 
3466
                                                    <property name="visible">True</property>
 
3467
                                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3468
                                                    <property name="label" translatable="yes">Username</property>
 
3469
                                                  </widget>
 
3470
                                                  <packing>
 
3471
                                                    <property name="expand">False</property>
 
3472
                                                    <property name="position">0</property>
 
3473
                                                  </packing>
 
3474
                                                </child>
 
3475
                                                <child>
 
3476
                                                  <widget class="GtkEntry" id="smtplogin">
 
3477
                                                    <property name="visible">True</property>
 
3478
                                                    <property name="can_focus">True</property>
 
3479
                                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3480
                                                    <property name="invisible_char">&#x25CF;</property>
 
3481
                                                    <signal name="changed" handler="on_smtplogin_changed"/>
 
3482
                                                  </widget>
 
3483
                                                  <packing>
 
3484
                                                    <property name="position">1</property>
 
3485
                                                  </packing>
 
3486
                                                </child>
 
3487
                                              </widget>
 
3488
                                              <packing>
 
3489
                                                <property name="position">0</property>
 
3490
                                              </packing>
 
3491
                                            </child>
 
3492
                                            <child>
 
3493
                                              <widget class="GtkHBox" id="hbox12">
 
3494
                                                <property name="visible">True</property>
 
3495
                                                <property name="spacing">6</property>
 
3496
                                                <child>
 
3497
                                                  <widget class="GtkLabel" id="label45">
 
3498
                                                    <property name="visible">True</property>
 
3499
                                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3500
                                                    <property name="label" translatable="yes">Password</property>
 
3501
                                                  </widget>
 
3502
                                                  <packing>
 
3503
                                                    <property name="expand">False</property>
 
3504
                                                    <property name="position">0</property>
 
3505
                                                  </packing>
 
3506
                                                </child>
 
3507
                                                <child>
 
3508
                                                  <widget class="GtkEntry" id="smtppassword">
 
3509
                                                    <property name="visible">True</property>
 
3510
                                                    <property name="can_focus">True</property>
 
3511
                                                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3512
                                                    <property name="visibility">False</property>
 
3513
                                                    <property name="invisible_char">&#x25CF;</property>
 
3514
                                                    <signal name="changed" handler="on_smtppassword_changed"/>
 
3515
                                                  </widget>
 
3516
                                                  <packing>
 
3517
                                                    <property name="position">1</property>
 
3518
                                                  </packing>
 
3519
                                                </child>
 
3520
                                              </widget>
 
3521
                                              <packing>
 
3522
                                                <property name="position">1</property>
 
3523
                                              </packing>
 
3524
                                            </child>
 
3525
                                          </widget>
 
3526
                                        </child>
 
3527
                                      </widget>
 
3528
                                      <packing>
 
3529
                                        <property name="expand">False</property>
 
3530
                                        <property name="position">1</property>
 
3531
                                      </packing>
 
3532
                                    </child>
 
3533
                                  </widget>
 
3534
                                  <packing>
 
3535
                                    <property name="expand">False</property>
 
3536
                                    <property name="position">1</property>
 
3537
                                  </packing>
 
3538
                                </child>
 
3539
                                <child>
 
3540
                                  <widget class="GtkVBox" id="vbox14">
 
3541
                                    <property name="visible">True</property>
 
3542
                                    <child>
 
3543
                                      <widget class="GtkCheckButton" id="TLScheckbutton">
 
3544
                                        <property name="label" translatable="yes">Use secure connection</property>
 
3545
                                        <property name="visible">True</property>
 
3546
                                        <property name="can_focus">True</property>
 
3547
                                        <property name="receives_default">False</property>
 
3548
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3549
                                        <property name="draw_indicator">True</property>
 
3550
                                        <signal name="toggled" handler="on_TLScheckbutton_toggled"/>
 
3551
                                      </widget>
 
3552
                                      <packing>
 
3553
                                        <property name="expand">False</property>
 
3554
                                        <property name="position">0</property>
 
3555
                                      </packing>
 
3556
                                    </child>
 
3557
                                    <child>
 
3558
                                      <widget class="GtkAlignment" id="alignment13">
 
3559
                                        <property name="visible">True</property>
 
3560
                                        <property name="left_padding">18</property>
 
3561
                                        <child>
 
3562
                                          <widget class="GtkTable" id="TLSinfos">
 
3563
                                            <property name="visible">True</property>
 
3564
                                            <property name="sensitive">False</property>
 
3565
                                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3566
                                            <property name="n_rows">2</property>
 
3567
                                            <property name="n_columns">4</property>
 
3568
                                            <property name="column_spacing">6</property>
 
3569
                                            <property name="row_spacing">6</property>
 
3570
                                            <child>
 
3571
                                              <widget class="GtkFileChooserButton" id="crtfilechooser">
 
3572
                                                <property name="visible">True</property>
 
3573
                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3574
                                                <property name="create_folders">False</property>
 
3575
                                                <property name="title" translatable="yes">Choose a certificate file</property>
 
3576
                                                <signal name="selection_changed" handler="on_crtfilechooser_selection_changed"/>
 
3577
                                              </widget>
 
3578
                                              <packing>
 
3579
                                                <property name="left_attach">3</property>
 
3580
                                                <property name="right_attach">4</property>
 
3581
                                                <property name="y_options"></property>
 
3582
                                              </packing>
 
3583
                                            </child>
 
3584
                                            <child>
 
3585
                                              <widget class="GtkLabel" id="label_key">
 
3586
                                                <property name="visible">True</property>
 
3587
                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3588
                                                <property name="xalign">0</property>
 
3589
                                                <property name="label" translatable="yes">Key</property>
 
3590
                                              </widget>
 
3591
                                              <packing>
 
3592
                                                <property name="left_attach">2</property>
 
3593
                                                <property name="right_attach">3</property>
 
3594
                                                <property name="top_attach">1</property>
 
3595
                                                <property name="bottom_attach">2</property>
 
3596
                                                <property name="x_options">GTK_FILL</property>
 
3597
                                                <property name="y_options"></property>
 
3598
                                              </packing>
 
3599
                                            </child>
 
3600
                                            <child>
 
3601
                                              <widget class="GtkLabel" id="label_certificate">
 
3602
                                                <property name="visible">True</property>
 
3603
                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3604
                                                <property name="xalign">0</property>
 
3605
                                                <property name="label" translatable="yes">Certificate</property>
 
3606
                                              </widget>
 
3607
                                              <packing>
 
3608
                                                <property name="left_attach">2</property>
 
3609
                                                <property name="right_attach">3</property>
 
3610
                                                <property name="x_options">GTK_FILL</property>
 
3611
                                                <property name="y_options"></property>
 
3612
                                              </packing>
 
3613
                                            </child>
 
3614
                                            <child>
 
3615
                                              <widget class="GtkFileChooserButton" id="keyfilechooser">
 
3616
                                                <property name="visible">True</property>
 
3617
                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3618
                                                <property name="create_folders">False</property>
 
3619
                                                <property name="title" translatable="yes">Choose a key file</property>
 
3620
                                                <signal name="selection_changed" handler="on_keyfilechooser_selection_changed"/>
 
3621
                                              </widget>
 
3622
                                              <packing>
 
3623
                                                <property name="left_attach">3</property>
 
3624
                                                <property name="right_attach">4</property>
 
3625
                                                <property name="top_attach">1</property>
 
3626
                                                <property name="bottom_attach">2</property>
 
3627
                                                <property name="y_options"></property>
 
3628
                                              </packing>
 
3629
                                            </child>
 
3630
                                            <child>
 
3631
                                              <widget class="GtkRadioButton" id="SSLradiobutton">
 
3632
                                                <property name="label">SSL</property>
 
3633
                                                <property name="visible">True</property>
 
3634
                                                <property name="can_focus">True</property>
 
3635
                                                <property name="receives_default">False</property>
 
3636
                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3637
                                                <property name="draw_indicator">True</property>
 
3638
                                                <property name="group">TLSradiobutton</property>
 
3639
                                              </widget>
 
3640
                                              <packing>
 
3641
                                                <property name="left_attach">1</property>
 
3642
                                                <property name="right_attach">2</property>
 
3643
                                                <property name="x_options"></property>
 
3644
                                                <property name="y_options"></property>
 
3645
                                                <property name="x_padding">6</property>
 
3646
                                              </packing>
 
3647
                                            </child>
 
3648
                                            <child>
 
3649
                                              <widget class="GtkRadioButton" id="TLSradiobutton">
 
3650
                                                <property name="label">TLS</property>
 
3651
                                                <property name="visible">True</property>
 
3652
                                                <property name="can_focus">True</property>
 
3653
                                                <property name="receives_default">False</property>
 
3654
                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3655
                                                <property name="active">True</property>
 
3656
                                                <property name="draw_indicator">True</property>
 
3657
                                                <signal name="toggled" handler="on_TLSradiobutton_toggled"/>
 
3658
                                              </widget>
 
3659
                                              <packing>
 
3660
                                                <property name="y_options"></property>
 
3661
                                              </packing>
 
3662
                                            </child>
 
3663
                                            <child>
 
3664
                                              <placeholder/>
 
3665
                                            </child>
 
3666
                                            <child>
 
3667
                                              <placeholder/>
 
3668
                                            </child>
 
3669
                                          </widget>
 
3670
                                        </child>
 
3671
                                      </widget>
 
3672
                                      <packing>
 
3673
                                        <property name="expand">False</property>
 
3674
                                        <property name="fill">False</property>
 
3675
                                        <property name="position">1</property>
 
3676
                                      </packing>
 
3677
                                    </child>
 
3678
                                  </widget>
 
3679
                                  <packing>
 
3680
                                    <property name="expand">False</property>
 
3681
                                    <property name="fill">False</property>
 
3682
                                    <property name="position">2</property>
 
3683
                                  </packing>
 
3684
                                </child>
 
3685
                                <child>
 
3686
                                  <widget class="GtkHButtonBox" id="hbuttonbox6">
 
3687
                                    <property name="visible">True</property>
 
3688
                                    <property name="layout_style">start</property>
 
3689
                                    <child>
 
3690
                                      <widget class="GtkButton" id="testMailButton">
 
3691
                                        <property name="label" translatable="yes">Test _mail settings</property>
 
3692
                                        <property name="visible">True</property>
 
3693
                                        <property name="can_focus">True</property>
 
3694
                                        <property name="receives_default">True</property>
 
3695
                                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3696
                                        <property name="use_underline">True</property>
 
3697
                                        <signal name="clicked" handler="on_testMailButton_clicked"/>
 
3698
                                      </widget>
 
3699
                                      <packing>
 
3700
                                        <property name="expand">False</property>
 
3701
                                        <property name="fill">False</property>
 
3702
                                        <property name="position">0</property>
 
3703
                                      </packing>
 
3704
                                    </child>
 
3705
                                  </widget>
 
3706
                                  <packing>
 
3707
                                    <property name="position">3</property>
 
3708
                                  </packing>
 
3709
                                </child>
 
3710
                              </widget>
 
3711
                            </child>
 
3712
                          </widget>
 
3713
                          <packing>
 
3714
                            <property name="position">1</property>
 
3715
                          </packing>
 
3716
                        </child>
 
3717
                      </widget>
 
3718
                      <packing>
 
3719
                        <property name="expand">False</property>
 
3720
                        <property name="position">1</property>
 
3721
                      </packing>
 
3722
                    </child>
 
3723
                  </widget>
 
3724
                  <packing>
 
3725
                    <property name="position">6</property>
 
3726
                  </packing>
 
3727
                </child>
 
3728
                <child>
 
3729
                  <widget class="GtkLabel" id="label61">
 
3730
                    <property name="visible">True</property>
 
3731
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3732
                    <property name="label" translatable="yes">Report</property>
 
3733
                  </widget>
 
3734
                  <packing>
 
3735
                    <property name="position">6</property>
 
3736
                    <property name="tab_fill">False</property>
 
3737
                    <property name="type">tab</property>
 
3738
                  </packing>
 
3739
                </child>
 
3740
              </widget>
 
3741
              <packing>
 
3742
                <property name="position">1</property>
 
3743
              </packing>
 
3744
            </child>
 
3745
          </widget>
 
3746
        </child>
 
3747
      </widget>
 
3748
      <packing>
 
3749
        <property name="expand">True</property>
 
3750
        <property name="fill">True</property>
 
3751
      </packing>
 
3752
    </child>
 
3753
    <child internal-child="appbar">
 
3754
      <widget class="GnomeAppBar" id="statusBar">
 
3755
        <property name="visible">True</property>
 
3756
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
3757
        <property name="spacing">4</property>
 
3758
        <property name="has_progress">True</property>
 
3759
        <property name="has_status">True</property>
 
3760
      </widget>
 
3761
      <packing>
 
3762
        <property name="position">1</property>
 
3763
        <property name="expand">True</property>
 
3764
        <property name="fill">True</property>
 
3765
        <property name="pack_type">end</property>
 
3766
      </packing>
 
3767
    </child>
 
3768
  </widget>
 
3769
  <widget class="GtkDialog" id="dialog_default_settings">
 
3770
    <property name="border_width">6</property>
 
3771
    <property name="title" translatable="yes">Warning</property>
 
3772
    <property name="modal">True</property>
 
3773
    <property name="window_position">center-on-parent</property>
 
3774
    <property name="destroy_with_parent">True</property>
 
3775
    <property name="type_hint">dialog</property>
 
3776
    <property name="has_separator">False</property>
 
3777
    <child internal-child="vbox">
 
3778
      <widget class="GtkVBox" id="dialog-vbox7">
 
3779
        <property name="visible">True</property>
 
3780
        <child>
 
3781
          <widget class="GtkHBox" id="hbox1">
 
3782
            <property name="visible">True</property>
 
3783
            <property name="border_width">6</property>
 
3784
            <property name="spacing">12</property>
 
3785
            <child>
 
3786
              <widget class="GtkImage" id="image1">
 
3787
                <property name="visible">True</property>
 
3788
                <property name="stock">gtk-dialog-warning</property>
 
3789
                <property name="icon-size">6</property>
 
3790
              </widget>
 
3791
              <packing>
 
3792
                <property name="expand">False</property>
 
3793
                <property name="fill">False</property>
 
3794
                <property name="position">0</property>
 
3795
              </packing>
 
3796
            </child>
 
3797
            <child>
 
3798
              <widget class="GtkVBox" id="vbox1">
 
3799
                <property name="visible">True</property>
 
3800
                <child>
 
3801
                  <widget class="GtkLabel" id="label_dialog_default_settings_content">
 
3802
                    <property name="visible">True</property>
 
3803
                    <property name="xalign">0</property>
 
3804
                    <property name="label">Content here</property>
 
3805
                    <property name="use_markup">True</property>
 
3806
                  </widget>
 
3807
                  <packing>
 
3808
                    <property name="position">0</property>
 
3809
                  </packing>
 
3810
                </child>
 
3811
                <child>
 
3812
                  <widget class="GtkHBox" id="hbox2">
 
3813
                    <property name="visible">True</property>
 
3814
                    <child>
 
3815
                      <widget class="GtkLinkButton" id="btn_help_default_settings">
 
3816
                        <property name="label" translatable="yes">Help</property>
 
3817
                        <property name="visible">True</property>
 
3818
                        <property name="can_focus">True</property>
 
3819
                        <property name="receives_default">True</property>
 
3820
                        <property name="tooltip" translatable="yes">Show help topic about default values.</property>
 
3821
                        <property name="relief">none</property>
 
3822
                        <property name="uri">ghelp:nssbackup#defaults</property>
 
3823
                      </widget>
 
3824
                      <packing>
 
3825
                        <property name="expand">False</property>
 
3826
                        <property name="fill">False</property>
 
3827
                        <property name="position">0</property>
 
3828
                      </packing>
 
3829
                    </child>
 
3830
                  </widget>
 
3831
                  <packing>
 
3832
                    <property name="expand">False</property>
 
3833
                    <property name="fill">False</property>
 
3834
                    <property name="position">1</property>
 
3835
                  </packing>
 
3836
                </child>
 
3837
              </widget>
 
3838
              <packing>
 
3839
                <property name="position">1</property>
 
3840
              </packing>
 
3841
            </child>
 
3842
          </widget>
 
3843
          <packing>
 
3844
            <property name="position">0</property>
 
3845
          </packing>
 
3846
        </child>
 
3847
        <child internal-child="action_area">
 
3848
          <widget class="GtkHButtonBox" id="dialog-action_area7">
 
3849
            <property name="visible">True</property>
 
3850
            <property name="layout_style">end</property>
 
3851
            <child>
 
3852
              <widget class="GtkButton" id="btn_set_default_settings">
 
3853
                <property name="label" translatable="yes">_Set</property>
 
3854
                <property name="response_id">-10</property>
 
3855
                <property name="visible">True</property>
 
3856
                <property name="can_focus">True</property>
 
3857
                <property name="receives_default">True</property>
 
3858
                <property name="use_underline">True</property>
 
3859
              </widget>
 
3860
              <packing>
 
3861
                <property name="expand">False</property>
 
3862
                <property name="fill">False</property>
 
3863
                <property name="position">0</property>
 
3864
              </packing>
 
3865
            </child>
 
3866
            <child>
 
3867
              <widget class="GtkButton" id="btn_cancel_default_settings">
 
3868
                <property name="label">gtk-cancel</property>
 
3869
                <property name="response_id">-6</property>
 
3870
                <property name="visible">True</property>
 
3871
                <property name="can_focus">True</property>
 
3872
                <property name="has_default">True</property>
 
3873
                <property name="receives_default">True</property>
 
3874
                <property name="use_underline">True</property>
 
3875
                <property name="use_stock">True</property>
 
3876
              </widget>
 
3877
              <packing>
 
3878
                <property name="expand">False</property>
 
3879
                <property name="fill">False</property>
 
3880
                <property name="position">1</property>
 
3881
              </packing>
 
3882
            </child>
 
3883
          </widget>
 
3884
          <packing>
 
3885
            <property name="expand">False</property>
 
3886
            <property name="pack_type">end</property>
 
3887
            <property name="position">1</property>
 
3888
          </packing>
 
3889
        </child>
 
3890
      </widget>
 
3891
    </child>
 
3892
  </widget>
 
3893
  <widget class="GtkDialog" id="dialog_connect_remote">
 
3894
    <property name="border_width">6</property>
 
3895
    <property name="title" translatable="yes">Set remote target</property>
 
3896
    <property name="modal">True</property>
 
3897
    <property name="destroy_with_parent">True</property>
 
3898
    <property name="type_hint">dialog</property>
 
3899
    <property name="deletable">False</property>
 
3900
    <property name="has_separator">False</property>
 
3901
    <child internal-child="vbox">
 
3902
      <widget class="GtkVBox" id="dialog-vbox8">
 
3903
        <property name="visible">True</property>
 
3904
        <property name="spacing">2</property>
 
3905
        <child>
 
3906
          <widget class="GtkVBox" id="vbox1">
 
3907
            <property name="visible">True</property>
 
3908
            <property name="border_width">6</property>
 
3909
            <property name="spacing">12</property>
 
3910
            <child>
 
3911
              <widget class="GtkHBox" id="hbox2">
 
3912
                <property name="visible">True</property>
 
3913
                <property name="spacing">6</property>
 
3914
                <child>
 
3915
                  <widget class="GtkLabel" id="label_set_remote_service">
 
3916
                    <property name="visible">True</property>
 
3917
                    <property name="label" translatable="yes">Type of service</property>
 
3918
                  </widget>
 
3919
                  <packing>
 
3920
                    <property name="expand">False</property>
 
3921
                    <property name="fill">False</property>
 
3922
                    <property name="position">0</property>
 
3923
                  </packing>
 
3924
                </child>
 
3925
                <child>
 
3926
                  <widget class="GtkComboBox" id="cmb_set_remote_service">
 
3927
                    <property name="visible">True</property>
 
3928
                    <property name="column_span_column">0</property>
 
3929
                    <signal name="changed" handler="on_cmb_set_remote_service_changed"/>
 
3930
                  </widget>
 
3931
                  <packing>
 
3932
                    <property name="position">1</property>
 
3933
                  </packing>
 
3934
                </child>
 
3935
              </widget>
 
3936
              <packing>
 
3937
                <property name="expand">False</property>
 
3938
                <property name="position">0</property>
 
3939
              </packing>
 
3940
            </child>
 
3941
            <child>
 
3942
              <widget class="GtkAlignment" id="alignment8">
 
3943
                <property name="visible">True</property>
 
3944
                <property name="left_padding">12</property>
 
3945
                <child>
 
3946
                  <widget class="GtkVBox" id="vbox15">
 
3947
                    <property name="visible">True</property>
 
3948
                    <property name="spacing">12</property>
 
3949
                    <child>
 
3950
                      <widget class="GtkHBox" id="hbox1">
 
3951
                        <property name="visible">True</property>
 
3952
                        <property name="spacing">6</property>
 
3953
                        <child>
 
3954
                          <widget class="GtkLabel" id="label_set_remote_server">
 
3955
                            <property name="visible">True</property>
 
3956
                            <property name="xalign">0</property>
 
3957
                            <property name="label" translatable="yes">Hostname</property>
 
3958
                          </widget>
 
3959
                          <packing>
 
3960
                            <property name="expand">False</property>
 
3961
                            <property name="position">0</property>
 
3962
                          </packing>
 
3963
                        </child>
 
3964
                        <child>
 
3965
                          <widget class="GtkEntry" id="entry_set_remote_server">
 
3966
                            <property name="visible">True</property>
 
3967
                            <property name="can_focus">True</property>
 
3968
                            <property name="invisible_char">&#x25CF;</property>
 
3969
                          </widget>
 
3970
                          <packing>
 
3971
                            <property name="position">1</property>
 
3972
                          </packing>
 
3973
                        </child>
 
3974
                      </widget>
 
3975
                      <packing>
 
3976
                        <property name="position">0</property>
 
3977
                      </packing>
 
3978
                    </child>
 
3979
                    <child>
 
3980
                      <widget class="GtkVBox" id="vbox3">
 
3981
                        <property name="visible">True</property>
 
3982
                        <property name="spacing">6</property>
 
3983
                        <child>
 
3984
                          <widget class="GtkLabel" id="label_section_details">
 
3985
                            <property name="visible">True</property>
 
3986
                            <property name="xalign">0</property>
 
3987
                            <property name="label" translatable="yes">&lt;b&gt;Details&lt;/b&gt;</property>
 
3988
                            <property name="use_markup">True</property>
 
3989
                          </widget>
 
3990
                          <packing>
 
3991
                            <property name="position">0</property>
 
3992
                          </packing>
 
3993
                        </child>
 
3994
                        <child>
 
3995
                          <widget class="GtkAlignment" id="alignment2">
 
3996
                            <property name="visible">True</property>
 
3997
                            <property name="left_padding">6</property>
 
3998
                            <child>
 
3999
                              <widget class="GtkVBox" id="vbox2">
 
4000
                                <property name="visible">True</property>
 
4001
                                <property name="spacing">6</property>
 
4002
                                <child>
 
4003
                                  <widget class="GtkTable" id="table1">
 
4004
                                    <property name="visible">True</property>
 
4005
                                    <property name="n_rows">4</property>
 
4006
                                    <property name="n_columns">2</property>
 
4007
                                    <property name="column_spacing">6</property>
 
4008
                                    <property name="row_spacing">6</property>
 
4009
                                    <child>
 
4010
                                      <widget class="GtkLabel" id="label_set_remote_port">
 
4011
                                        <property name="visible">True</property>
 
4012
                                        <property name="xalign">0</property>
 
4013
                                        <property name="label" translatable="yes">Port</property>
 
4014
                                      </widget>
 
4015
                                      <packing>
 
4016
                                        <property name="x_options">GTK_FILL</property>
 
4017
                                      </packing>
 
4018
                                    </child>
 
4019
                                    <child>
 
4020
                                      <widget class="GtkLabel" id="label_set_remote_dir">
 
4021
                                        <property name="visible">True</property>
 
4022
                                        <property name="xalign">0</property>
 
4023
                                        <property name="label" translatable="yes">Path</property>
 
4024
                                      </widget>
 
4025
                                      <packing>
 
4026
                                        <property name="top_attach">1</property>
 
4027
                                        <property name="bottom_attach">2</property>
 
4028
                                        <property name="x_options">GTK_FILL</property>
 
4029
                                      </packing>
 
4030
                                    </child>
 
4031
                                    <child>
 
4032
                                      <widget class="GtkLabel" id="label_set_remote_user">
 
4033
                                        <property name="visible">True</property>
 
4034
                                        <property name="xalign">0</property>
 
4035
                                        <property name="label" translatable="yes">Username</property>
 
4036
                                      </widget>
 
4037
                                      <packing>
 
4038
                                        <property name="top_attach">2</property>
 
4039
                                        <property name="bottom_attach">3</property>
 
4040
                                        <property name="x_options">GTK_FILL</property>
 
4041
                                      </packing>
 
4042
                                    </child>
 
4043
                                    <child>
 
4044
                                      <widget class="GtkEntry" id="entry_set_remote_port">
 
4045
                                        <property name="visible">True</property>
 
4046
                                        <property name="can_focus">True</property>
 
4047
                                        <property name="invisible_char">&#x25CF;</property>
 
4048
                                      </widget>
 
4049
                                      <packing>
 
4050
                                        <property name="left_attach">1</property>
 
4051
                                        <property name="right_attach">2</property>
 
4052
                                      </packing>
 
4053
                                    </child>
 
4054
                                    <child>
 
4055
                                      <widget class="GtkEntry" id="entry_set_remote_dir">
 
4056
                                        <property name="visible">True</property>
 
4057
                                        <property name="can_focus">True</property>
 
4058
                                        <property name="invisible_char">&#x25CF;</property>
 
4059
                                      </widget>
 
4060
                                      <packing>
 
4061
                                        <property name="left_attach">1</property>
 
4062
                                        <property name="right_attach">2</property>
 
4063
                                        <property name="top_attach">1</property>
 
4064
                                        <property name="bottom_attach">2</property>
 
4065
                                      </packing>
 
4066
                                    </child>
 
4067
                                    <child>
 
4068
                                      <widget class="GtkEntry" id="entry_set_remote_user">
 
4069
                                        <property name="visible">True</property>
 
4070
                                        <property name="can_focus">True</property>
 
4071
                                        <property name="invisible_char">&#x25CF;</property>
 
4072
                                      </widget>
 
4073
                                      <packing>
 
4074
                                        <property name="left_attach">1</property>
 
4075
                                        <property name="right_attach">2</property>
 
4076
                                        <property name="top_attach">2</property>
 
4077
                                        <property name="bottom_attach">3</property>
 
4078
                                      </packing>
 
4079
                                    </child>
 
4080
                                    <child>
 
4081
                                      <widget class="GtkLabel" id="label_set_remote_pass">
 
4082
                                        <property name="visible">True</property>
 
4083
                                        <property name="xalign">0</property>
 
4084
                                        <property name="label" translatable="yes">Password</property>
 
4085
                                      </widget>
 
4086
                                      <packing>
 
4087
                                        <property name="top_attach">3</property>
 
4088
                                        <property name="bottom_attach">4</property>
 
4089
                                        <property name="x_options">GTK_FILL</property>
 
4090
                                      </packing>
 
4091
                                    </child>
 
4092
                                    <child>
 
4093
                                      <widget class="GtkEntry" id="entry_set_remote_pass">
 
4094
                                        <property name="visible">True</property>
 
4095
                                        <property name="can_focus">True</property>
 
4096
                                        <property name="invisible_char">&#x25CF;</property>
 
4097
                                        <property name="invisible_char_set">True</property>
 
4098
                                      </widget>
 
4099
                                      <packing>
 
4100
                                        <property name="left_attach">1</property>
 
4101
                                        <property name="right_attach">2</property>
 
4102
                                        <property name="top_attach">3</property>
 
4103
                                        <property name="bottom_attach">4</property>
 
4104
                                      </packing>
 
4105
                                    </child>
 
4106
                                  </widget>
 
4107
                                  <packing>
 
4108
                                    <property name="position">0</property>
 
4109
                                  </packing>
 
4110
                                </child>
 
4111
                                <child>
 
4112
                                  <widget class="GtkAlignment" id="alignment1">
 
4113
                                    <property name="visible">True</property>
 
4114
                                    <property name="left_padding">6</property>
 
4115
                                    <child>
 
4116
                                      <widget class="GtkCheckButton" id="checkbtn_show_password">
 
4117
                                        <property name="label" translatable="yes">Show password</property>
 
4118
                                        <property name="visible">True</property>
 
4119
                                        <property name="can_focus">True</property>
 
4120
                                        <property name="receives_default">False</property>
 
4121
                                        <property name="draw_indicator">True</property>
 
4122
                                        <signal name="toggled" handler="on_checkbtn_show_password_toggled"/>
 
4123
                                      </widget>
 
4124
                                    </child>
 
4125
                                  </widget>
 
4126
                                  <packing>
 
4127
                                    <property name="position">1</property>
 
4128
                                  </packing>
 
4129
                                </child>
 
4130
                              </widget>
 
4131
                            </child>
 
4132
                          </widget>
 
4133
                          <packing>
 
4134
                            <property name="position">1</property>
 
4135
                          </packing>
 
4136
                        </child>
 
4137
                      </widget>
 
4138
                      <packing>
 
4139
                        <property name="position">1</property>
 
4140
                      </packing>
 
4141
                    </child>
 
4142
                  </widget>
 
4143
                </child>
 
4144
              </widget>
 
4145
              <packing>
 
4146
                <property name="position">1</property>
 
4147
              </packing>
 
4148
            </child>
 
4149
          </widget>
 
4150
          <packing>
 
4151
            <property name="position">1</property>
 
4152
          </packing>
 
4153
        </child>
 
4154
        <child internal-child="action_area">
 
4155
          <widget class="GtkHButtonBox" id="dialog-action_area8">
 
4156
            <property name="visible">True</property>
 
4157
            <property name="layout_style">end</property>
 
4158
            <child>
 
4159
              <widget class="GtkButton" id="btn_cancel_remote">
 
4160
                <property name="label">gtk-cancel</property>
 
4161
                <property name="response_id">-6</property>
 
4162
                <property name="visible">True</property>
 
4163
                <property name="can_focus">True</property>
 
4164
                <property name="has_default">True</property>
 
4165
                <property name="receives_default">True</property>
 
4166
                <property name="use_underline">True</property>
 
4167
                <property name="use_stock">True</property>
 
4168
              </widget>
 
4169
              <packing>
 
4170
                <property name="expand">False</property>
 
4171
                <property name="fill">False</property>
 
4172
                <property name="position">0</property>
 
4173
              </packing>
 
4174
            </child>
 
4175
            <child>
 
4176
              <widget class="GtkButton" id="btn_connect_remote">
 
4177
                <property name="label" translatable="yes">_Connect</property>
 
4178
                <property name="response_id">-10</property>
 
4179
                <property name="visible">True</property>
 
4180
                <property name="can_focus">True</property>
 
4181
                <property name="has_default">True</property>
 
4182
                <property name="receives_default">True</property>
 
4183
                <property name="use_underline">True</property>
 
4184
              </widget>
 
4185
              <packing>
 
4186
                <property name="expand">False</property>
 
4187
                <property name="fill">False</property>
 
4188
                <property name="position">1</property>
 
4189
              </packing>
 
4190
            </child>
 
4191
          </widget>
 
4192
          <packing>
 
4193
            <property name="expand">False</property>
 
4194
            <property name="pack_type">end</property>
 
4195
            <property name="position">0</property>
 
4196
          </packing>
 
4197
        </child>
 
4198
      </widget>
 
4199
    </child>
 
4200
  </widget>
 
4201
</glade-interface>