~ubuntu-branches/ubuntu/wily/epiphany-browser/wily

« back to all changes in this revision

Viewing changes to src/resources/epiphany.ui

  • Committer: Package Import Robot
  • Author(s): Gustavo Noronha Silva, Jeremy Bicha, Emilio Pozuelo Monfort, Gustavo Noronha Silva
  • Date: 2012-12-10 11:40:01 UTC
  • mfrom: (1.8.8) (105.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20121210114001-42jjyg3qw3eyz00a
Tags: 3.6.1-1
[ Jeremy Bicha ]
* New upstream unstable release
* debian/control.in:
  - Bump minimum intltool to 0.50
* debian/epiphany-browser-data.install:
  - The developers no longer provide help files to install since they were
    too outdated
* Dropped upstream patches:
  - 01_email-as-user-for-password-remembering.patch
  - 13_toolbar_size_fixes.patch
* debian/watch: Watch for unstable releases.

[ Emilio Pozuelo Monfort ]
* New upstream release.
  + debian/patches/14_pkglibdir.patch:
    - Removed, applied upstream.
  + debian/control.in:
    - Update (build-)dependencies.

[ Gustavo Noronha Silva ]
* debian/control.in:
- Build-Depend on gnome-common >= 3.6, needed for the code
  coverage feature

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkDialog" id="cookie_properties_dialog">
 
5
    <property name="can_focus">False</property>
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Cookie properties</property>
 
8
    <property name="modal">True</property>
 
9
    <property name="destroy_with_parent">True</property>
 
10
    <property name="type_hint">dialog</property>
 
11
    <property name="transient_for">pdm_dialog</property>
 
12
    <child internal-child="vbox">
 
13
      <object class="GtkBox" id="dialog-vbox4">
 
14
        <property name="visible">True</property>
 
15
        <property name="can_focus">False</property>
 
16
        <property name="orientation">vertical</property>
 
17
        <property name="spacing">2</property>
 
18
        <child internal-child="action_area">
 
19
          <object class="GtkButtonBox" id="dialog-action_area4">
 
20
            <property name="can_focus">False</property>
 
21
            <property name="layout_style">end</property>
 
22
            <child>
 
23
              <object class="GtkButton" id="close_cookie_properties_button">
 
24
                <property name="label">gtk-close</property>
 
25
                <property name="use_action_appearance">False</property>
 
26
                <property name="visible">True</property>
 
27
                <property name="can_focus">True</property>
 
28
                <property name="receives_default">True</property>
 
29
                <property name="use_action_appearance">False</property>
 
30
                <property name="use_stock">True</property>
 
31
              </object>
 
32
              <packing>
 
33
                <property name="expand">False</property>
 
34
                <property name="fill">True</property>
 
35
                <property name="position">0</property>
 
36
              </packing>
 
37
            </child>
 
38
          </object>
 
39
          <packing>
 
40
            <property name="expand">False</property>
 
41
            <property name="fill">True</property>
 
42
            <property name="pack_type">end</property>
 
43
            <property name="position">0</property>
 
44
          </packing>
 
45
        </child>
 
46
        <child>
 
47
          <object class="GtkGrid" id="grid1">
 
48
            <property name="visible">True</property>
 
49
            <property name="can_focus">False</property>
 
50
            <property name="border_width">6</property>
 
51
            <property name="row_spacing">6</property>
 
52
            <property name="column_spacing">12</property>
 
53
            <child>
 
54
              <object class="GtkLabel" id="content_label">
 
55
                <property name="visible">True</property>
 
56
                <property name="can_focus">False</property>
 
57
                <property name="halign">start</property>
 
58
                <property name="label" translatable="yes">Content:</property>
 
59
                <attributes>
 
60
                  <attribute name="weight" value="bold"/>
 
61
                </attributes>
 
62
              </object>
 
63
              <packing>
 
64
                <property name="left_attach">0</property>
 
65
                <property name="top_attach">0</property>
 
66
                <property name="width">1</property>
 
67
                <property name="height">1</property>
 
68
              </packing>
 
69
            </child>
 
70
            <child>
 
71
              <object class="GtkLabel" id="path_label">
 
72
                <property name="visible">True</property>
 
73
                <property name="can_focus">False</property>
 
74
                <property name="halign">start</property>
 
75
                <property name="label" translatable="yes">Path:</property>
 
76
                <attributes>
 
77
                  <attribute name="weight" value="bold"/>
 
78
                </attributes>
 
79
              </object>
 
80
              <packing>
 
81
                <property name="left_attach">0</property>
 
82
                <property name="top_attach">1</property>
 
83
                <property name="width">1</property>
 
84
                <property name="height">1</property>
 
85
              </packing>
 
86
            </child>
 
87
            <child>
 
88
              <object class="GtkLabel" id="send_label">
 
89
                <property name="visible">True</property>
 
90
                <property name="can_focus">False</property>
 
91
                <property name="halign">start</property>
 
92
                <property name="label" translatable="yes">Send for:</property>
 
93
                <attributes>
 
94
                  <attribute name="weight" value="bold"/>
 
95
                </attributes>
 
96
              </object>
 
97
              <packing>
 
98
                <property name="left_attach">0</property>
 
99
                <property name="top_attach">2</property>
 
100
                <property name="width">1</property>
 
101
                <property name="height">1</property>
 
102
              </packing>
 
103
            </child>
 
104
            <child>
 
105
              <object class="GtkLabel" id="expires_label">
 
106
                <property name="visible">True</property>
 
107
                <property name="can_focus">False</property>
 
108
                <property name="halign">start</property>
 
109
                <property name="label" translatable="yes">Expires:</property>
 
110
                <attributes>
 
111
                  <attribute name="weight" value="bold"/>
 
112
                </attributes>
 
113
              </object>
 
114
              <packing>
 
115
                <property name="left_attach">0</property>
 
116
                <property name="top_attach">3</property>
 
117
                <property name="width">1</property>
 
118
                <property name="height">1</property>
 
119
              </packing>
 
120
            </child>
 
121
            <child>
 
122
              <object class="GtkLabel" id="content_val_label">
 
123
                <property name="visible">True</property>
 
124
                <property name="can_focus">False</property>
 
125
                <property name="halign">start</property>
 
126
                <property name="label">label</property>
 
127
                <property name="selectable">True</property>
 
128
                <property name="ellipsize">end</property>
 
129
              </object>
 
130
              <packing>
 
131
                <property name="left_attach">1</property>
 
132
                <property name="top_attach">0</property>
 
133
                <property name="width">1</property>
 
134
                <property name="height">1</property>
 
135
              </packing>
 
136
            </child>
 
137
            <child>
 
138
              <object class="GtkLabel" id="path_val_label">
 
139
                <property name="visible">True</property>
 
140
                <property name="can_focus">False</property>
 
141
                <property name="halign">start</property>
 
142
                <property name="label">label</property>
 
143
                <property name="selectable">True</property>
 
144
                <property name="ellipsize">end</property>
 
145
              </object>
 
146
              <packing>
 
147
                <property name="left_attach">1</property>
 
148
                <property name="top_attach">1</property>
 
149
                <property name="width">1</property>
 
150
                <property name="height">1</property>
 
151
              </packing>
 
152
            </child>
 
153
            <child>
 
154
              <object class="GtkLabel" id="send_val_label">
 
155
                <property name="visible">True</property>
 
156
                <property name="can_focus">False</property>
 
157
                <property name="halign">start</property>
 
158
                <property name="label">label</property>
 
159
                <property name="selectable">True</property>
 
160
                <property name="ellipsize">end</property>
 
161
              </object>
 
162
              <packing>
 
163
                <property name="left_attach">1</property>
 
164
                <property name="top_attach">2</property>
 
165
                <property name="width">1</property>
 
166
                <property name="height">1</property>
 
167
              </packing>
 
168
            </child>
 
169
            <child>
 
170
              <object class="GtkLabel" id="expires_val_label">
 
171
                <property name="visible">True</property>
 
172
                <property name="can_focus">False</property>
 
173
                <property name="halign">start</property>
 
174
                <property name="label">label</property>
 
175
                <property name="selectable">True</property>
 
176
                <property name="ellipsize">end</property>
 
177
              </object>
 
178
              <packing>
 
179
                <property name="left_attach">1</property>
 
180
                <property name="top_attach">3</property>
 
181
                <property name="width">1</property>
 
182
                <property name="height">1</property>
 
183
              </packing>
 
184
            </child>
 
185
            <child>
 
186
              <placeholder/>
 
187
            </child>
 
188
            <child>
 
189
              <placeholder/>
 
190
            </child>
 
191
            <child>
 
192
              <placeholder/>
 
193
            </child>
 
194
          </object>
 
195
          <packing>
 
196
            <property name="expand">False</property>
 
197
            <property name="fill">True</property>
 
198
            <property name="position">1</property>
 
199
          </packing>
 
200
        </child>
 
201
      </object>
 
202
    </child>
 
203
    <action-widgets>
 
204
      <action-widget response="0">close_cookie_properties_button</action-widget>
 
205
    </action-widgets>
 
206
  </object>
 
207
  <object class="GtkDialog" id="encoding_dialog">
 
208
    <property name="can_focus">False</property>
 
209
    <property name="border_width">5</property>
 
210
    <property name="title" translatable="yes">Text Encoding</property>
 
211
    <property name="role">epiphany-encoding-chooser</property>
 
212
    <property name="default_width">300</property>
 
213
    <property name="default_height">420</property>
 
214
    <property name="type_hint">dialog</property>
 
215
    <child internal-child="vbox">
 
216
      <object class="GtkBox" id="dialog-vbox30">
 
217
        <property name="visible">True</property>
 
218
        <property name="can_focus">False</property>
 
219
        <property name="orientation">vertical</property>
 
220
        <property name="spacing">2</property>
 
221
        <child internal-child="action_area">
 
222
          <object class="GtkButtonBox" id="dialog-action_area30">
 
223
            <property name="visible">True</property>
 
224
            <property name="can_focus">False</property>
 
225
            <property name="layout_style">end</property>
 
226
            <child>
 
227
              <object class="GtkButton" id="okbutton2">
 
228
                <property name="label">gtk-close</property>
 
229
                <property name="use_action_appearance">False</property>
 
230
                <property name="visible">True</property>
 
231
                <property name="can_focus">True</property>
 
232
                <property name="can_default">True</property>
 
233
                <property name="receives_default">False</property>
 
234
                <property name="use_action_appearance">False</property>
 
235
                <property name="use_stock">True</property>
 
236
              </object>
 
237
              <packing>
 
238
                <property name="expand">False</property>
 
239
                <property name="fill">False</property>
 
240
                <property name="position">0</property>
 
241
              </packing>
 
242
            </child>
 
243
            <child>
 
244
              <object class="GtkButton" id="encoding_help_button">
 
245
                <property name="label">gtk-help</property>
 
246
                <property name="use_action_appearance">False</property>
 
247
                <property name="visible">True</property>
 
248
                <property name="can_focus">True</property>
 
249
                <property name="can_default">True</property>
 
250
                <property name="receives_default">False</property>
 
251
                <property name="use_action_appearance">False</property>
 
252
                <property name="use_stock">True</property>
 
253
              </object>
 
254
              <packing>
 
255
                <property name="expand">False</property>
 
256
                <property name="fill">False</property>
 
257
                <property name="position">1</property>
 
258
              </packing>
 
259
            </child>
 
260
          </object>
 
261
          <packing>
 
262
            <property name="expand">False</property>
 
263
            <property name="fill">True</property>
 
264
            <property name="pack_type">end</property>
 
265
            <property name="position">0</property>
 
266
          </packing>
 
267
        </child>
 
268
        <child>
 
269
          <object class="GtkVBox" id="vbox144">
 
270
            <property name="visible">True</property>
 
271
            <property name="can_focus">False</property>
 
272
            <property name="border_width">5</property>
 
273
            <property name="spacing">18</property>
 
274
            <child>
 
275
              <object class="GtkVBox" id="vbox148">
 
276
                <property name="visible">True</property>
 
277
                <property name="can_focus">False</property>
 
278
                <child>
 
279
                  <object class="GtkRadioButton" id="automatic_button">
 
280
                    <property name="label" translatable="yes">&lt;b&gt;_Automatic&lt;/b&gt;</property>
 
281
                    <property name="use_action_appearance">False</property>
 
282
                    <property name="visible">True</property>
 
283
                    <property name="can_focus">True</property>
 
284
                    <property name="receives_default">False</property>
 
285
                    <property name="use_action_appearance">False</property>
 
286
                    <property name="use_underline">True</property>
 
287
                    <property name="draw_indicator">True</property>
 
288
                  </object>
 
289
                  <packing>
 
290
                    <property name="expand">False</property>
 
291
                    <property name="fill">False</property>
 
292
                    <property name="position">0</property>
 
293
                  </packing>
 
294
                </child>
 
295
                <child>
 
296
                  <object class="GtkAlignment" id="alignment8">
 
297
                    <property name="visible">True</property>
 
298
                    <property name="can_focus">False</property>
 
299
                    <property name="left_padding">12</property>
 
300
                    <child>
 
301
                      <object class="GtkLabel" id="label1246">
 
302
                        <property name="visible">True</property>
 
303
                        <property name="can_focus">False</property>
 
304
                        <property name="label" translatable="yes">Use the encoding specified by the document</property>
 
305
                        <property name="wrap">True</property>
 
306
                      </object>
 
307
                    </child>
 
308
                  </object>
 
309
                  <packing>
 
310
                    <property name="expand">False</property>
 
311
                    <property name="fill">True</property>
 
312
                    <property name="position">1</property>
 
313
                  </packing>
 
314
                </child>
 
315
              </object>
 
316
              <packing>
 
317
                <property name="expand">False</property>
 
318
                <property name="fill">False</property>
 
319
                <property name="position">0</property>
 
320
              </packing>
 
321
            </child>
 
322
            <child>
 
323
              <object class="GtkVBox" id="manual_vbox">
 
324
                <property name="visible">True</property>
 
325
                <property name="can_focus">False</property>
 
326
                <property name="spacing">6</property>
 
327
                <child>
 
328
                  <object class="GtkRadioButton" id="manual_button">
 
329
                    <property name="label" translatable="yes">&lt;b&gt;_Use a different encoding:&lt;/b&gt;</property>
 
330
                    <property name="use_action_appearance">False</property>
 
331
                    <property name="visible">True</property>
 
332
                    <property name="can_focus">True</property>
 
333
                    <property name="receives_default">False</property>
 
334
                    <property name="use_action_appearance">False</property>
 
335
                    <property name="use_underline">True</property>
 
336
                    <property name="draw_indicator">True</property>
 
337
                    <property name="group">automatic_button</property>
 
338
                  </object>
 
339
                  <packing>
 
340
                    <property name="expand">False</property>
 
341
                    <property name="fill">False</property>
 
342
                    <property name="position">0</property>
 
343
                  </packing>
 
344
                </child>
 
345
                <child>
 
346
                  <object class="GtkAlignment" id="alignment9">
 
347
                    <property name="visible">True</property>
 
348
                    <property name="can_focus">False</property>
 
349
                    <property name="left_padding">12</property>
 
350
                    <child>
 
351
                      <object class="GtkScrolledWindow" id="scrolled_window">
 
352
                        <property name="visible">True</property>
 
353
                        <property name="can_focus">True</property>
 
354
                        <property name="hscrollbar_policy">never</property>
 
355
                        <property name="shadow_type">in</property>
 
356
                        <child>
 
357
                          <placeholder/>
 
358
                        </child>
 
359
                      </object>
 
360
                    </child>
 
361
                  </object>
 
362
                  <packing>
 
363
                    <property name="expand">True</property>
 
364
                    <property name="fill">True</property>
 
365
                    <property name="position">1</property>
 
366
                  </packing>
 
367
                </child>
 
368
              </object>
 
369
              <packing>
 
370
                <property name="expand">True</property>
 
371
                <property name="fill">True</property>
 
372
                <property name="position">1</property>
 
373
              </packing>
 
374
            </child>
 
375
          </object>
 
376
          <packing>
 
377
            <property name="expand">False</property>
 
378
            <property name="fill">True</property>
 
379
            <property name="position">1</property>
 
380
          </packing>
 
381
        </child>
 
382
      </object>
 
383
    </child>
 
384
    <action-widgets>
 
385
      <action-widget response="-7">okbutton2</action-widget>
 
386
      <action-widget response="-11">encoding_help_button</action-widget>
 
387
    </action-widgets>
 
388
  </object>
 
389
  <object class="GtkDialog" id="pdm_dialog">
 
390
    <property name="width_request">400</property>
 
391
    <property name="height_request">300</property>
 
392
    <property name="can_focus">False</property>
 
393
    <property name="border_width">5</property>
 
394
    <property name="title" translatable="yes">Personal Data</property>
 
395
    <property name="role">epiphany-cookie-manager</property>
 
396
    <property name="destroy_with_parent">True</property>
 
397
    <property name="type_hint">normal</property>
 
398
    <child internal-child="vbox">
 
399
      <object class="GtkBox" id="dialog-vbox27">
 
400
        <property name="visible">True</property>
 
401
        <property name="can_focus">False</property>
 
402
        <property name="orientation">vertical</property>
 
403
        <property name="spacing">2</property>
 
404
        <child internal-child="action_area">
 
405
          <object class="GtkButtonBox" id="dialog-action_area27">
 
406
            <property name="visible">True</property>
 
407
            <property name="can_focus">False</property>
 
408
            <property name="layout_style">end</property>
 
409
            <child>
 
410
              <placeholder/>
 
411
            </child>
 
412
            <child>
 
413
              <object class="GtkButton" id="removeallbutton">
 
414
                <property name="label">gtk-clear</property>
 
415
                <property name="use_action_appearance">False</property>
 
416
                <property name="visible">True</property>
 
417
                <property name="can_focus">True</property>
 
418
                <property name="can_default">True</property>
 
419
                <property name="receives_default">False</property>
 
420
                <property name="use_action_appearance">False</property>
 
421
                <property name="use_stock">True</property>
 
422
              </object>
 
423
              <packing>
 
424
                <property name="expand">False</property>
 
425
                <property name="fill">False</property>
 
426
                <property name="position">1</property>
 
427
              </packing>
 
428
            </child>
 
429
            <child>
 
430
              <object class="GtkButton" id="closebutton1">
 
431
                <property name="label">gtk-close</property>
 
432
                <property name="use_action_appearance">False</property>
 
433
                <property name="visible">True</property>
 
434
                <property name="can_focus">True</property>
 
435
                <property name="can_default">True</property>
 
436
                <property name="receives_default">False</property>
 
437
                <property name="use_action_appearance">False</property>
 
438
                <property name="use_stock">True</property>
 
439
              </object>
 
440
              <packing>
 
441
                <property name="expand">False</property>
 
442
                <property name="fill">False</property>
 
443
                <property name="position">2</property>
 
444
              </packing>
 
445
            </child>
 
446
          </object>
 
447
          <packing>
 
448
            <property name="expand">False</property>
 
449
            <property name="fill">True</property>
 
450
            <property name="pack_type">end</property>
 
451
            <property name="position">0</property>
 
452
          </packing>
 
453
        </child>
 
454
        <child>
 
455
          <object class="GtkNotebook" id="pdm_notebook">
 
456
            <property name="visible">True</property>
 
457
            <property name="can_focus">True</property>
 
458
            <property name="border_width">5</property>
 
459
            <child>
 
460
              <object class="GtkHBox" id="hbox87">
 
461
                <property name="visible">True</property>
 
462
                <property name="can_focus">False</property>
 
463
                <property name="border_width">12</property>
 
464
                <property name="spacing">6</property>
 
465
                <child>
 
466
                  <object class="GtkScrolledWindow" id="scrolledwindow1139">
 
467
                    <property name="visible">True</property>
 
468
                    <property name="can_focus">True</property>
 
469
                    <property name="shadow_type">in</property>
 
470
                    <child>
 
471
                      <object class="GtkTreeView" id="cookies_treeview">
 
472
                        <property name="visible">True</property>
 
473
                        <property name="can_focus">True</property>
 
474
                        <child internal-child="selection">
 
475
                          <object class="GtkTreeSelection" id="treeview-selection1"/>
 
476
                        </child>
 
477
                      </object>
 
478
                    </child>
 
479
                  </object>
 
480
                  <packing>
 
481
                    <property name="expand">True</property>
 
482
                    <property name="fill">True</property>
 
483
                    <property name="position">0</property>
 
484
                  </packing>
 
485
                </child>
 
486
                <child>
 
487
                  <object class="GtkVButtonBox" id="vbuttonbox1">
 
488
                    <property name="visible">True</property>
 
489
                    <property name="can_focus">False</property>
 
490
                    <property name="spacing">6</property>
 
491
                    <property name="layout_style">start</property>
 
492
                    <child>
 
493
                      <object class="GtkButton" id="cookies_remove_button">
 
494
                        <property name="label">gtk-remove</property>
 
495
                        <property name="use_action_appearance">False</property>
 
496
                        <property name="visible">True</property>
 
497
                        <property name="sensitive">False</property>
 
498
                        <property name="can_focus">True</property>
 
499
                        <property name="can_default">True</property>
 
500
                        <property name="receives_default">False</property>
 
501
                        <property name="use_action_appearance">False</property>
 
502
                        <property name="use_stock">True</property>
 
503
                      </object>
 
504
                      <packing>
 
505
                        <property name="expand">False</property>
 
506
                        <property name="fill">False</property>
 
507
                        <property name="position">0</property>
 
508
                      </packing>
 
509
                    </child>
 
510
                    <child>
 
511
                      <object class="GtkButton" id="cookies_properties_button">
 
512
                        <property name="label">gtk-properties</property>
 
513
                        <property name="use_action_appearance">False</property>
 
514
                        <property name="visible">True</property>
 
515
                        <property name="sensitive">False</property>
 
516
                        <property name="can_focus">True</property>
 
517
                        <property name="can_default">True</property>
 
518
                        <property name="receives_default">False</property>
 
519
                        <property name="use_action_appearance">False</property>
 
520
                        <property name="use_stock">True</property>
 
521
                      </object>
 
522
                      <packing>
 
523
                        <property name="expand">False</property>
 
524
                        <property name="fill">False</property>
 
525
                        <property name="position">1</property>
 
526
                      </packing>
 
527
                    </child>
 
528
                  </object>
 
529
                  <packing>
 
530
                    <property name="expand">False</property>
 
531
                    <property name="fill">False</property>
 
532
                    <property name="position">1</property>
 
533
                  </packing>
 
534
                </child>
 
535
              </object>
 
536
            </child>
 
537
            <child type="tab">
 
538
              <object class="GtkLabel" id="label1227">
 
539
                <property name="visible">True</property>
 
540
                <property name="can_focus">False</property>
 
541
                <property name="label" translatable="yes">Cookies</property>
 
542
              </object>
 
543
              <packing>
 
544
                <property name="tab_fill">False</property>
 
545
              </packing>
 
546
            </child>
 
547
            <child>
 
548
              <object class="GtkVBox" id="vbox149">
 
549
                <property name="visible">True</property>
 
550
                <property name="can_focus">False</property>
 
551
                <property name="border_width">12</property>
 
552
                <property name="spacing">6</property>
 
553
                <child>
 
554
                  <object class="GtkHBox" id="hbox88">
 
555
                    <property name="visible">True</property>
 
556
                    <property name="can_focus">False</property>
 
557
                    <property name="spacing">6</property>
 
558
                    <child>
 
559
                      <object class="GtkScrolledWindow" id="scrolledwindow1140">
 
560
                        <property name="visible">True</property>
 
561
                        <property name="can_focus">True</property>
 
562
                        <property name="shadow_type">in</property>
 
563
                        <child>
 
564
                          <object class="GtkTreeView" id="passwords_treeview">
 
565
                            <property name="visible">True</property>
 
566
                            <property name="can_focus">True</property>
 
567
                            <child internal-child="selection">
 
568
                              <object class="GtkTreeSelection" id="treeview-selection2"/>
 
569
                            </child>
 
570
                          </object>
 
571
                        </child>
 
572
                      </object>
 
573
                      <packing>
 
574
                        <property name="expand">True</property>
 
575
                        <property name="fill">True</property>
 
576
                        <property name="position">0</property>
 
577
                      </packing>
 
578
                    </child>
 
579
                    <child>
 
580
                      <object class="GtkVButtonBox" id="vbuttonbox2">
 
581
                        <property name="visible">True</property>
 
582
                        <property name="can_focus">False</property>
 
583
                        <property name="spacing">6</property>
 
584
                        <property name="layout_style">start</property>
 
585
                        <child>
 
586
                          <object class="GtkButton" id="passwords_remove_button">
 
587
                            <property name="label">gtk-remove</property>
 
588
                            <property name="use_action_appearance">False</property>
 
589
                            <property name="visible">True</property>
 
590
                            <property name="sensitive">False</property>
 
591
                            <property name="can_focus">True</property>
 
592
                            <property name="can_default">True</property>
 
593
                            <property name="receives_default">False</property>
 
594
                            <property name="use_action_appearance">False</property>
 
595
                            <property name="use_stock">True</property>
 
596
                          </object>
 
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
                      </object>
 
604
                      <packing>
 
605
                        <property name="expand">False</property>
 
606
                        <property name="fill">True</property>
 
607
                        <property name="position">1</property>
 
608
                      </packing>
 
609
                    </child>
 
610
                  </object>
 
611
                  <packing>
 
612
                    <property name="expand">True</property>
 
613
                    <property name="fill">True</property>
 
614
                    <property name="position">0</property>
 
615
                  </packing>
 
616
                </child>
 
617
                <child>
 
618
                  <object class="GtkCheckButton" id="passwords_show_button">
 
619
                    <property name="label" translatable="yes">_Show passwords</property>
 
620
                    <property name="use_action_appearance">False</property>
 
621
                    <property name="visible">True</property>
 
622
                    <property name="can_focus">True</property>
 
623
                    <property name="receives_default">False</property>
 
624
                    <property name="use_action_appearance">False</property>
 
625
                    <property name="use_underline">True</property>
 
626
                    <property name="draw_indicator">True</property>
 
627
                  </object>
 
628
                  <packing>
 
629
                    <property name="expand">False</property>
 
630
                    <property name="fill">False</property>
 
631
                    <property name="position">1</property>
 
632
                  </packing>
 
633
                </child>
 
634
              </object>
 
635
              <packing>
 
636
                <property name="position">1</property>
 
637
              </packing>
 
638
            </child>
 
639
            <child type="tab">
 
640
              <object class="GtkLabel" id="label1228">
 
641
                <property name="visible">True</property>
 
642
                <property name="can_focus">False</property>
 
643
                <property name="label" translatable="yes">Passwords</property>
 
644
              </object>
 
645
              <packing>
 
646
                <property name="position">1</property>
 
647
                <property name="tab_fill">False</property>
 
648
              </packing>
 
649
            </child>
 
650
          </object>
 
651
          <packing>
 
652
            <property name="expand">True</property>
 
653
            <property name="fill">True</property>
 
654
            <property name="position">1</property>
 
655
          </packing>
 
656
        </child>
 
657
      </object>
 
658
    </child>
 
659
    <action-widgets>
 
660
      <action-widget response="1">removeallbutton</action-widget>
 
661
      <action-widget response="-7">closebutton1</action-widget>
 
662
    </action-widgets>
 
663
  </object>
 
664
</interface>