~ubuntu-branches/ubuntu/oneiric/evolution/oneiric-proposed

« back to all changes in this revision

Viewing changes to .pc/evo_fbee43e_to_f4505a2.patch/mail/mail-dialogs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-08-18 11:10:01 UTC
  • mfrom: (1.1.83 upstream)
  • Revision ID: james.westby@ubuntu.com-20110818111001-559uzyuqsoyj7xjg
Tags: 3.1.5-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.1.5.
* debian/patches/03_lpi.patch: refreshed.
* debian/patches/11_remove_upstream_submit_bugreport.patch: refreshed.
* debian/patches/bogofilter_init_903b8e6.patch,
  debian/patches/evo_fbee43e_to_f4505a2.patch,
  debian/patches/spamassassin_init_4fc04af.patch: dropped, included upstream.
* debian/patches/spamd_sbin_path.patch: correct the path to spamd as
  /usr/sbin/spamd, which is the correct path in Ubuntu. (LP: #828693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkVBox" id="vfolder_source_frame">
6
 
    <property name="visible">True</property>
7
 
    <property name="spacing">6</property>
8
 
    <child>
9
 
      <object class="GtkLabel" id="label13">
10
 
        <property name="visible">True</property>
11
 
        <property name="xalign">0</property>
12
 
        <property name="label" translatable="yes">Search Folder Sources</property>
13
 
        <attributes>
14
 
          <attribute name="weight" value="bold"/>
15
 
        </attributes>
16
 
      </object>
17
 
      <packing>
18
 
        <property name="expand">False</property>
19
 
        <property name="fill">False</property>
20
 
        <property name="position">0</property>
21
 
      </packing>
22
 
    </child>
23
 
    <child>
24
 
      <object class="GtkHBox" id="hbox9">
25
 
        <property name="visible">True</property>
26
 
        <child>
27
 
          <object class="GtkLabel" id="label14">
28
 
            <property name="visible">True</property>
29
 
            <property name="label">    </property>
30
 
          </object>
31
 
          <packing>
32
 
            <property name="expand">False</property>
33
 
            <property name="fill">False</property>
34
 
            <property name="position">0</property>
35
 
          </packing>
36
 
        </child>
37
 
        <child>
38
 
          <object class="GtkVBox" id="vbox5">
39
 
            <property name="visible">True</property>
40
 
            <property name="border_width">6</property>
41
 
            <property name="spacing">6</property>
42
 
            <child>
43
 
              <object class="GtkRadioButton" id="local_rb">
44
 
                <property name="label" translatable="yes">All local folders</property>
45
 
                <property name="visible">True</property>
46
 
                <property name="can_focus">True</property>
47
 
                <property name="receives_default">False</property>
48
 
                <property name="use_underline">True</property>
49
 
                <property name="draw_indicator">True</property>
50
 
              </object>
51
 
              <packing>
52
 
                <property name="expand">False</property>
53
 
                <property name="fill">False</property>
54
 
                <property name="position">0</property>
55
 
              </packing>
56
 
            </child>
57
 
            <child>
58
 
              <object class="GtkRadioButton" id="remote_rb">
59
 
                <property name="label" translatable="yes">All active remote folders</property>
60
 
                <property name="visible">True</property>
61
 
                <property name="can_focus">True</property>
62
 
                <property name="receives_default">False</property>
63
 
                <property name="use_underline">True</property>
64
 
                <property name="draw_indicator">True</property>
65
 
                <property name="group">local_rb</property>
66
 
              </object>
67
 
              <packing>
68
 
                <property name="expand">False</property>
69
 
                <property name="fill">False</property>
70
 
                <property name="position">1</property>
71
 
              </packing>
72
 
            </child>
73
 
            <child>
74
 
              <object class="GtkRadioButton" id="local_and_remote_rb">
75
 
                <property name="label" translatable="yes">All local and active remote folders</property>
76
 
                <property name="visible">True</property>
77
 
                <property name="can_focus">True</property>
78
 
                <property name="receives_default">False</property>
79
 
                <property name="use_underline">True</property>
80
 
                <property name="draw_indicator">True</property>
81
 
                <property name="group">local_rb</property>
82
 
              </object>
83
 
              <packing>
84
 
                <property name="expand">False</property>
85
 
                <property name="fill">False</property>
86
 
                <property name="position">2</property>
87
 
              </packing>
88
 
            </child>
89
 
            <child>
90
 
              <object class="GtkRadioButton" id="specific_rb">
91
 
                <property name="label" translatable="yes">Specific folders</property>
92
 
                <property name="visible">True</property>
93
 
                <property name="can_focus">True</property>
94
 
                <property name="receives_default">False</property>
95
 
                <property name="use_underline">True</property>
96
 
                <property name="draw_indicator">True</property>
97
 
                <property name="group">local_rb</property>
98
 
              </object>
99
 
              <packing>
100
 
                <property name="expand">False</property>
101
 
                <property name="fill">False</property>
102
 
                <property name="position">3</property>
103
 
              </packing>
104
 
            </child>
105
 
            <child>
106
 
              <object class="GtkHBox" id="source_selector">
107
 
                <property name="visible">True</property>
108
 
                <property name="spacing">6</property>
109
 
                <child>
110
 
                  <object class="GtkScrolledWindow" id="source_scrolled_window">
111
 
                    <property name="visible">True</property>
112
 
                    <property name="can_focus">True</property>
113
 
                    <property name="hscrollbar_policy">automatic</property>
114
 
                    <property name="vscrollbar_policy">automatic</property>
115
 
                    <property name="shadow_type">in</property>
116
 
                    <child>
117
 
                      <object class="GtkTreeView" id="source_list">
118
 
                        <property name="visible">True</property>
119
 
                        <property name="can_focus">True</property>
120
 
                        <property name="model">source_model</property>
121
 
                        <property name="headers_visible">False</property>
122
 
                        <child>
123
 
                          <object class="GtkTreeViewColumn" id="source_column">
124
 
                            <property name="title">column</property>
125
 
                            <child>
126
 
                              <object class="GtkCellRendererText" id="source_renderer"/>
127
 
                              <attributes>
128
 
                                <attribute name="text">0</attribute>
129
 
                              </attributes>
130
 
                            </child>
131
 
                          </object>
132
 
                        </child>
133
 
                      </object>
134
 
                    </child>
135
 
                  </object>
136
 
                  <packing>
137
 
                    <property name="position">0</property>
138
 
                  </packing>
139
 
                </child>
140
 
                <child>
141
 
                  <object class="GtkVBox" id="vbox4">
142
 
                    <property name="visible">True</property>
143
 
                    <property name="spacing">1</property>
144
 
                    <child>
145
 
                      <object class="GtkVButtonBox" id="vbuttonbox3">
146
 
                        <property name="visible">True</property>
147
 
                        <property name="spacing">6</property>
148
 
                        <child>
149
 
                          <object class="GtkButton" id="source_add">
150
 
                            <property name="label">gtk-add</property>
151
 
                            <property name="visible">True</property>
152
 
                            <property name="can_focus">True</property>
153
 
                            <property name="can_default">True</property>
154
 
                            <property name="receives_default">False</property>
155
 
                            <property name="use_stock">True</property>
156
 
                          </object>
157
 
                          <packing>
158
 
                            <property name="expand">False</property>
159
 
                            <property name="fill">False</property>
160
 
                            <property name="position">0</property>
161
 
                          </packing>
162
 
                        </child>
163
 
                        <child>
164
 
                          <object class="GtkButton" id="source_remove">
165
 
                            <property name="label">gtk-remove</property>
166
 
                            <property name="visible">True</property>
167
 
                            <property name="can_focus">True</property>
168
 
                            <property name="can_default">True</property>
169
 
                            <property name="receives_default">False</property>
170
 
                            <property name="use_stock">True</property>
171
 
                          </object>
172
 
                          <packing>
173
 
                            <property name="expand">False</property>
174
 
                            <property name="fill">False</property>
175
 
                            <property name="position">1</property>
176
 
                          </packing>
177
 
                        </child>
178
 
                      </object>
179
 
                      <packing>
180
 
                        <property name="expand">False</property>
181
 
                        <property name="fill">False</property>
182
 
                        <property name="position">0</property>
183
 
                      </packing>
184
 
                    </child>
185
 
                  </object>
186
 
                  <packing>
187
 
                    <property name="expand">False</property>
188
 
                    <property name="fill">False</property>
189
 
                    <property name="position">1</property>
190
 
                  </packing>
191
 
                </child>
192
 
              </object>
193
 
              <packing>
194
 
                <property name="position">4</property>
195
 
              </packing>
196
 
            </child>
197
 
          </object>
198
 
          <packing>
199
 
            <property name="position">1</property>
200
 
          </packing>
201
 
        </child>
202
 
      </object>
203
 
      <packing>
204
 
        <property name="position">1</property>
205
 
      </packing>
206
 
    </child>
207
 
  </object>
208
 
  <object class="GtkVBox" id="toplevel">
209
 
    <property name="visible">True</property>
210
 
    <property name="border_width">6</property>
211
 
    <property name="spacing">12</property>
212
 
    <child>
213
 
      <object class="GtkHBox" id="hbox2">
214
 
        <property name="visible">True</property>
215
 
        <property name="spacing">6</property>
216
 
        <child>
217
 
          <object class="GtkImage" id="pixmap">
218
 
            <property name="visible">True</property>
219
 
            <property name="icon_name">stock_mail-flag-for-followup</property>
220
 
            <property name="icon-size">6</property>
221
 
          </object>
222
 
          <packing>
223
 
            <property name="expand">False</property>
224
 
            <property name="fill">False</property>
225
 
            <property name="position">0</property>
226
 
          </packing>
227
 
        </child>
228
 
        <child>
229
 
          <object class="GtkLabel" id="lblDirections">
230
 
            <property name="visible">True</property>
231
 
            <property name="label" translatable="yes">The messages you have selected for follow up are listed below.
232
 
Please select a follow up action from the "Flag" menu.</property>
233
 
          </object>
234
 
          <packing>
235
 
            <property name="expand">False</property>
236
 
            <property name="fill">False</property>
237
 
            <property name="position">1</property>
238
 
          </packing>
239
 
        </child>
240
 
      </object>
241
 
      <packing>
242
 
        <property name="expand">False</property>
243
 
        <property name="fill">False</property>
244
 
        <property name="position">0</property>
245
 
      </packing>
246
 
    </child>
247
 
    <child>
248
 
      <object class="GtkScrolledWindow" id="scrolledwindow1">
249
 
        <property name="visible">True</property>
250
 
        <property name="can_focus">False</property>
251
 
        <property name="hscrollbar_policy">automatic</property>
252
 
        <property name="vscrollbar_policy">automatic</property>
253
 
        <property name="shadow_type">in</property>
254
 
        <child>
255
 
          <object class="GtkTreeView" id="message_list">
256
 
            <property name="visible">True</property>
257
 
            <property name="can_focus">True</property>
258
 
          </object>
259
 
        </child>
260
 
      </object>
261
 
      <packing>
262
 
        <property name="position">1</property>
263
 
      </packing>
264
 
    </child>
265
 
    <child>
266
 
      <object class="GtkTable" id="table2">
267
 
        <property name="visible">True</property>
268
 
        <property name="n_rows">3</property>
269
 
        <property name="n_columns">3</property>
270
 
        <property name="column_spacing">6</property>
271
 
        <property name="row_spacing">6</property>
272
 
        <child>
273
 
          <object class="GtkLabel" id="label3">
274
 
            <property name="visible">True</property>
275
 
            <property name="xalign">0</property>
276
 
            <property name="label" translatable="yes">_Flag:</property>
277
 
            <property name="use_underline">True</property>
278
 
            <property name="justify">center</property>
279
 
          </object>
280
 
          <packing>
281
 
            <property name="x_options">GTK_FILL</property>
282
 
            <property name="y_options"></property>
283
 
          </packing>
284
 
        </child>
285
 
        <child>
286
 
          <object class="GtkLabel" id="label4">
287
 
            <property name="visible">True</property>
288
 
            <property name="xalign">0</property>
289
 
            <property name="label" translatable="yes">_Due By:</property>
290
 
            <property name="use_underline">True</property>
291
 
            <property name="justify">center</property>
292
 
          </object>
293
 
          <packing>
294
 
            <property name="top_attach">1</property>
295
 
            <property name="bottom_attach">2</property>
296
 
            <property name="x_options">GTK_FILL</property>
297
 
            <property name="y_options"></property>
298
 
          </packing>
299
 
        </child>
300
 
        <child>
301
 
          <object class="GtkButton" id="clear">
302
 
            <property name="label">gtk-clear</property>
303
 
            <property name="visible">True</property>
304
 
            <property name="can_focus">True</property>
305
 
            <property name="receives_default">False</property>
306
 
            <property name="use_stock">True</property>
307
 
          </object>
308
 
          <packing>
309
 
            <property name="left_attach">2</property>
310
 
            <property name="right_attach">3</property>
311
 
            <property name="x_options">GTK_FILL</property>
312
 
            <property name="y_options"></property>
313
 
          </packing>
314
 
        </child>
315
 
        <child>
316
 
          <object class="GtkCheckButton" id="completed">
317
 
            <property name="label" translatable="yes">Co_mpleted</property>
318
 
            <property name="visible">True</property>
319
 
            <property name="can_focus">True</property>
320
 
            <property name="receives_default">False</property>
321
 
            <property name="use_underline">True</property>
322
 
            <property name="draw_indicator">True</property>
323
 
          </object>
324
 
          <packing>
325
 
            <property name="left_attach">1</property>
326
 
            <property name="right_attach">3</property>
327
 
            <property name="top_attach">2</property>
328
 
            <property name="bottom_attach">3</property>
329
 
            <property name="x_options">GTK_FILL</property>
330
 
            <property name="y_options"></property>
331
 
          </packing>
332
 
        </child>
333
 
        <child>
334
 
          <object class="GtkComboBox" id="combo">
335
 
            <property name="visible">True</property>
336
 
            <property name="has-entry">True</property>
337
 
            <property name="entry-text-column">0</property>
338
 
            <property name="model">combo_model</property>
339
 
          </object>
340
 
          <packing>
341
 
            <property name="left_attach">1</property>
342
 
            <property name="right_attach">2</property>
343
 
            <property name="x_options">GTK_FILL</property>
344
 
            <property name="y_options"></property>
345
 
          </packing>
346
 
        </child>
347
 
        <child>
348
 
          <placeholder/>
349
 
        </child>
350
 
        <child>
351
 
          <placeholder/>
352
 
        </child>
353
 
        <child>
354
 
          <placeholder/>
355
 
        </child>
356
 
      </object>
357
 
      <packing>
358
 
        <property name="expand">False</property>
359
 
        <property name="fill">False</property>
360
 
        <property name="position">2</property>
361
 
      </packing>
362
 
    </child>
363
 
  </object>
364
 
  <object class="GtkListStore" id="combo_model">
365
 
    <columns>
366
 
      <!-- column-name Flag -->
367
 
      <column type="gchararray"/>
368
 
    </columns>
369
 
    <data>
370
 
      <row>
371
 
        <col id="0" translatable="yes">Call</col>
372
 
      </row>
373
 
      <row>
374
 
        <col id="0" translatable="yes">Do Not Forward</col>
375
 
      </row>
376
 
      <row>
377
 
        <col id="0" translatable="yes">Follow-Up</col>
378
 
      </row>
379
 
      <row>
380
 
        <col id="0" translatable="yes">For Your Information</col>
381
 
      </row>
382
 
      <row>
383
 
        <col id="0" translatable="yes">Forward</col>
384
 
      </row>
385
 
      <row>
386
 
        <col id="0" translatable="yes">No Response Necessary</col>
387
 
      </row>
388
 
      <row>
389
 
        <col id="0" translatable="yes" comments="Past tense, as in &quot;has been read&quot;.">Read</col>
390
 
      </row>
391
 
      <row>
392
 
        <col id="0" translatable="yes">Reply</col>
393
 
      </row>
394
 
      <row>
395
 
        <col id="0" translatable="yes">Reply to All</col>
396
 
      </row>
397
 
      <row>
398
 
        <col id="0" translatable="yes">Review</col>
399
 
      </row>
400
 
    </data>
401
 
  </object>
402
 
  <object class="GtkListStore" id="source_model">
403
 
    <columns>
404
 
      <!-- column-name Translated -->
405
 
      <column type="gchararray"/>
406
 
      <!-- column-name Raw -->
407
 
      <column type="gpointer"/>
408
 
    </columns>
409
 
  </object>
410
 
  <object class="GtkDialog" id="license_dialog">
411
 
    <property name="title" translatable="yes">License Agreement</property>
412
 
    <property name="type_hint">dialog</property>
413
 
    <child internal-child="vbox">
414
 
      <object class="GtkVBox" id="dialog_vbox">
415
 
        <property name="visible">True</property>
416
 
        <child>
417
 
          <object class="GtkVBox" id="vbox1">
418
 
            <property name="visible">True</property>
419
 
            <child>
420
 
              <object class="GtkLabel" id="license_top_label">
421
 
                <property name="visible">True</property>
422
 
              </object>
423
 
              <packing>
424
 
                <property name="expand">False</property>
425
 
                <property name="fill">False</property>
426
 
                <property name="position">0</property>
427
 
              </packing>
428
 
            </child>
429
 
            <child>
430
 
              <object class="GtkScrolledWindow" id="lic_scrolledwindow">
431
 
                <property name="visible">True</property>
432
 
                <property name="can_focus">True</property>
433
 
                <child>
434
 
                  <object class="GtkTextView" id="license_textview">
435
 
                    <property name="width_request">500</property>
436
 
                    <property name="height_request">400</property>
437
 
                    <property name="visible">True</property>
438
 
                    <property name="can_focus">True</property>
439
 
                  </object>
440
 
                </child>
441
 
              </object>
442
 
              <packing>
443
 
                <property name="position">1</property>
444
 
              </packing>
445
 
            </child>
446
 
            <child>
447
 
              <object class="GtkCheckButton" id="license_checkbutton">
448
 
                <property name="label" translatable="yes">_Tick this to accept the license agreement</property>
449
 
                <property name="visible">True</property>
450
 
                <property name="can_focus">True</property>
451
 
                <property name="receives_default">False</property>
452
 
                <property name="use_underline">True</property>
453
 
                <property name="draw_indicator">True</property>
454
 
              </object>
455
 
              <packing>
456
 
                <property name="expand">False</property>
457
 
                <property name="fill">False</property>
458
 
                <property name="position">2</property>
459
 
              </packing>
460
 
            </child>
461
 
          </object>
462
 
          <packing>
463
 
            <property name="position">2</property>
464
 
          </packing>
465
 
        </child>
466
 
        <child internal-child="action_area">
467
 
          <object class="GtkHButtonBox" id="dialog-action_area4">
468
 
            <property name="visible">True</property>
469
 
            <property name="layout_style">end</property>
470
 
            <child>
471
 
              <object class="GtkButton" id="lic_no_button">
472
 
                <property name="label">gtk-no</property>
473
 
                <property name="visible">True</property>
474
 
                <property name="can_focus">True</property>
475
 
                <property name="can_default">True</property>
476
 
                <property name="receives_default">False</property>
477
 
                <property name="use_stock">True</property>
478
 
              </object>
479
 
              <packing>
480
 
                <property name="expand">False</property>
481
 
                <property name="fill">False</property>
482
 
                <property name="position">0</property>
483
 
              </packing>
484
 
            </child>
485
 
            <child>
486
 
              <object class="GtkButton" id="lic_yes_button">
487
 
                <property name="visible">True</property>
488
 
                <property name="can_focus">True</property>
489
 
                <property name="can_default">True</property>
490
 
                <property name="receives_default">False</property>
491
 
                <child>
492
 
                  <object class="GtkAlignment" id="alignment1">
493
 
                    <property name="visible">True</property>
494
 
                    <property name="xscale">0</property>
495
 
                    <property name="yscale">0</property>
496
 
                    <child>
497
 
                      <object class="GtkHBox" id="hbox3">
498
 
                        <property name="visible">True</property>
499
 
                        <property name="spacing">2</property>
500
 
                        <child>
501
 
                          <object class="GtkImage" id="image1">
502
 
                            <property name="visible">True</property>
503
 
                            <property name="stock">gtk-yes</property>
504
 
                          </object>
505
 
                          <packing>
506
 
                            <property name="expand">False</property>
507
 
                            <property name="fill">False</property>
508
 
                            <property name="position">0</property>
509
 
                          </packing>
510
 
                        </child>
511
 
                        <child>
512
 
                          <object class="GtkLabel" id="label2">
513
 
                            <property name="visible">True</property>
514
 
                            <property name="label" translatable="yes">_Accept License</property>
515
 
                            <property name="use_underline">True</property>
516
 
                          </object>
517
 
                          <packing>
518
 
                            <property name="expand">False</property>
519
 
                            <property name="fill">False</property>
520
 
                            <property name="position">1</property>
521
 
                          </packing>
522
 
                        </child>
523
 
                      </object>
524
 
                    </child>
525
 
                  </object>
526
 
                </child>
527
 
              </object>
528
 
              <packing>
529
 
                <property name="expand">False</property>
530
 
                <property name="fill">False</property>
531
 
                <property name="position">1</property>
532
 
              </packing>
533
 
            </child>
534
 
          </object>
535
 
          <packing>
536
 
            <property name="expand">False</property>
537
 
            <property name="pack_type">end</property>
538
 
            <property name="position">0</property>
539
 
          </packing>
540
 
        </child>
541
 
      </object>
542
 
    </child>
543
 
    <action-widgets>
544
 
      <action-widget response="-6">lic_no_button</action-widget>
545
 
      <action-widget response="-3">lic_yes_button</action-widget>
546
 
    </action-widgets>
547
 
  </object>
548
 
  <object class="GtkDialog" id="message_security_dialog">
549
 
    <property name="border_width">6</property>
550
 
    <property name="title" translatable="yes">Security Information</property>
551
 
    <property name="type_hint">dialog</property>
552
 
    <child internal-child="vbox">
553
 
      <object class="GtkVBox" id="dialog-vbox2">
554
 
        <property name="visible">True</property>
555
 
        <property name="spacing">6</property>
556
 
        <child>
557
 
          <object class="GtkVBox" id="vbox161">
558
 
            <property name="visible">True</property>
559
 
            <property name="border_width">12</property>
560
 
            <property name="spacing">18</property>
561
 
            <child>
562
 
              <object class="GtkVBox" id="frame5">
563
 
                <property name="visible">True</property>
564
 
                <property name="spacing">6</property>
565
 
                <child>
566
 
                  <object class="GtkLabel" id="label464">
567
 
                    <property name="visible">True</property>
568
 
                    <property name="xalign">0</property>
569
 
                    <property name="label" translatable="yes">Digital Signature</property>
570
 
                    <attributes>
571
 
                      <attribute name="weight" value="bold"/>
572
 
                    </attributes>
573
 
                  </object>
574
 
                  <packing>
575
 
                    <property name="expand">False</property>
576
 
                    <property name="fill">False</property>
577
 
                    <property name="position">0</property>
578
 
                  </packing>
579
 
                </child>
580
 
                <child>
581
 
                  <object class="GtkHBox" id="hbox170">
582
 
                    <property name="visible">True</property>
583
 
                    <child>
584
 
                      <object class="GtkLabel" id="label465">
585
 
                        <property name="visible">True</property>
586
 
                        <property name="xpad">12</property>
587
 
                      </object>
588
 
                      <packing>
589
 
                        <property name="expand">False</property>
590
 
                        <property name="fill">False</property>
591
 
                        <property name="position">0</property>
592
 
                      </packing>
593
 
                    </child>
594
 
                    <child>
595
 
                      <object class="GtkTable" id="table10">
596
 
                        <property name="visible">True</property>
597
 
                        <property name="column_spacing">6</property>
598
 
                        <property name="row_spacing">2</property>
599
 
                        <child>
600
 
                          <object class="GtkVBox" id="signature_vbox">
601
 
                            <property name="visible">True</property>
602
 
                            <child>
603
 
                              <placeholder/>
604
 
                            </child>
605
 
                          </object>
606
 
                        </child>
607
 
                      </object>
608
 
                      <packing>
609
 
                        <property name="position">1</property>
610
 
                      </packing>
611
 
                    </child>
612
 
                  </object>
613
 
                  <packing>
614
 
                    <property name="position">1</property>
615
 
                  </packing>
616
 
                </child>
617
 
              </object>
618
 
              <packing>
619
 
                <property name="expand">False</property>
620
 
                <property name="fill">False</property>
621
 
                <property name="position">0</property>
622
 
              </packing>
623
 
            </child>
624
 
            <child>
625
 
              <object class="GtkVBox" id="frame6">
626
 
                <property name="visible">True</property>
627
 
                <property name="spacing">6</property>
628
 
                <child>
629
 
                  <object class="GtkLabel" id="label477">
630
 
                    <property name="visible">True</property>
631
 
                    <property name="xalign">0</property>
632
 
                    <property name="label" translatable="yes">Encryption</property>
633
 
                    <attributes>
634
 
                      <attribute name="weight" value="bold"/>
635
 
                    </attributes>
636
 
                  </object>
637
 
                  <packing>
638
 
                    <property name="expand">False</property>
639
 
                    <property name="fill">False</property>
640
 
                    <property name="position">0</property>
641
 
                  </packing>
642
 
                </child>
643
 
                <child>
644
 
                  <object class="GtkHBox" id="hbox171">
645
 
                    <property name="visible">True</property>
646
 
                    <child>
647
 
                      <object class="GtkLabel" id="label478">
648
 
                        <property name="visible">True</property>
649
 
                        <property name="xpad">12</property>
650
 
                      </object>
651
 
                      <packing>
652
 
                        <property name="expand">False</property>
653
 
                        <property name="fill">False</property>
654
 
                        <property name="position">0</property>
655
 
                      </packing>
656
 
                    </child>
657
 
                    <child>
658
 
                      <object class="GtkTable" id="table11">
659
 
                        <property name="visible">True</property>
660
 
                        <property name="column_spacing">6</property>
661
 
                        <property name="row_spacing">2</property>
662
 
                        <child>
663
 
                          <object class="GtkVBox" id="encryption_vbox">
664
 
                            <property name="visible">True</property>
665
 
                            <child>
666
 
                              <placeholder/>
667
 
                            </child>
668
 
                          </object>
669
 
                        </child>
670
 
                      </object>
671
 
                      <packing>
672
 
                        <property name="position">1</property>
673
 
                      </packing>
674
 
                    </child>
675
 
                  </object>
676
 
                  <packing>
677
 
                    <property name="position">1</property>
678
 
                  </packing>
679
 
                </child>
680
 
              </object>
681
 
              <packing>
682
 
                <property name="expand">False</property>
683
 
                <property name="fill">False</property>
684
 
                <property name="position">1</property>
685
 
              </packing>
686
 
            </child>
687
 
          </object>
688
 
          <packing>
689
 
            <property name="position">1</property>
690
 
          </packing>
691
 
        </child>
692
 
        <child internal-child="action_area">
693
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
694
 
            <property name="visible">True</property>
695
 
            <property name="layout_style">end</property>
696
 
            <child>
697
 
              <object class="GtkButton" id="okbutton1">
698
 
                <property name="label">gtk-ok</property>
699
 
                <property name="visible">True</property>
700
 
                <property name="can_focus">True</property>
701
 
                <property name="can_default">True</property>
702
 
                <property name="receives_default">False</property>
703
 
                <property name="use_stock">True</property>
704
 
              </object>
705
 
              <packing>
706
 
                <property name="expand">False</property>
707
 
                <property name="fill">False</property>
708
 
                <property name="position">0</property>
709
 
              </packing>
710
 
            </child>
711
 
          </object>
712
 
          <packing>
713
 
            <property name="expand">False</property>
714
 
            <property name="pack_type">end</property>
715
 
            <property name="position">0</property>
716
 
          </packing>
717
 
        </child>
718
 
      </object>
719
 
    </child>
720
 
    <action-widgets>
721
 
      <action-widget response="-5">okbutton1</action-widget>
722
 
    </action-widgets>
723
 
  </object>
724
 
</interface>