~ubuntu-branches/ubuntu/wily/gnome-applets/wily

« back to all changes in this revision

Viewing changes to mini-commander/src/mini-commander.ui

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-11-19 19:57:51 UTC
  • mfrom: (1.10.22)
  • Revision ID: package-import@ubuntu.com-20141119195751-gqirgm99dewik39n
Tags: 3.14.0-1~svn1
* New upstream release.
* Update (build-)dependencies for new version.
  - Require new GLib and libpanel-applet.
  - Switch from Python 2 to Python 3.
  - Drop GConf.
* Remove --enable-mixer-applet configure flag.
* Remove obsolete gnome-applets.gconf-defaults file.
* Update applet list in package description.
* Move Python modules to a private location.
* Use dh_python3.
* Use NEWS file as upstream changelog.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update Homepage URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Generated with glade 3.18.3 -->
2
3
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
 
4
  <requires lib="gtk+" version="3.0"/>
5
5
  <object class="GtkAdjustment" id="adjustment1">
6
 
    <property name="value">1</property>
7
6
    <property name="lower">50</property>
8
7
    <property name="upper">400</property>
 
8
    <property name="value">1</property>
9
9
    <property name="step_increment">5</property>
10
10
    <property name="page_increment">10</property>
11
11
  </object>
12
12
  <object class="GtkDialog" id="mc_preferences_dialog">
 
13
    <property name="can_focus">False</property>
13
14
    <property name="border_width">5</property>
14
15
    <property name="title" translatable="yes">Command Line Preferences</property>
15
16
    <property name="type_hint">dialog</property>
16
 
    <property name="has_separator">False</property>
17
17
    <child internal-child="vbox">
18
 
      <object class="GtkVBox" id="dialog-vbox2">
 
18
      <object class="GtkBox" id="dialog-vbox2">
19
19
        <property name="visible">True</property>
 
20
        <property name="can_focus">False</property>
 
21
        <property name="orientation">vertical</property>
20
22
        <property name="spacing">2</property>
 
23
        <child internal-child="action_area">
 
24
          <object class="GtkButtonBox" id="dialog-action_area2">
 
25
            <property name="visible">True</property>
 
26
            <property name="can_focus">False</property>
 
27
            <property name="layout_style">end</property>
 
28
            <child>
 
29
              <object class="GtkButton" id="help_button">
 
30
                <property name="label">gtk-help</property>
 
31
                <property name="visible">True</property>
 
32
                <property name="can_focus">True</property>
 
33
                <property name="can_default">True</property>
 
34
                <property name="receives_default">False</property>
 
35
                <property name="use_stock">True</property>
 
36
              </object>
 
37
              <packing>
 
38
                <property name="expand">False</property>
 
39
                <property name="fill">False</property>
 
40
                <property name="position">0</property>
 
41
              </packing>
 
42
            </child>
 
43
            <child>
 
44
              <object class="GtkButton" id="done_button">
 
45
                <property name="label">gtk-close</property>
 
46
                <property name="visible">True</property>
 
47
                <property name="can_focus">True</property>
 
48
                <property name="can_default">True</property>
 
49
                <property name="has_default">True</property>
 
50
                <property name="receives_default">False</property>
 
51
                <property name="use_stock">True</property>
 
52
              </object>
 
53
              <packing>
 
54
                <property name="expand">False</property>
 
55
                <property name="fill">False</property>
 
56
                <property name="position">1</property>
 
57
              </packing>
 
58
            </child>
 
59
          </object>
 
60
          <packing>
 
61
            <property name="expand">False</property>
 
62
            <property name="fill">True</property>
 
63
            <property name="pack_type">end</property>
 
64
            <property name="position">0</property>
 
65
          </packing>
 
66
        </child>
21
67
        <child>
22
68
          <object class="GtkNotebook" id="preferences_notebook">
23
69
            <property name="visible">True</property>
24
70
            <property name="can_focus">True</property>
25
71
            <property name="border_width">5</property>
26
72
            <child>
27
 
              <object class="GtkVBox" id="general_page_vbox">
 
73
              <object class="GtkBox" id="general_page_vbox">
28
74
                <property name="visible">True</property>
 
75
                <property name="can_focus">False</property>
29
76
                <property name="border_width">12</property>
 
77
                <property name="orientation">vertical</property>
30
78
                <property name="spacing">18</property>
31
79
                <child>
32
 
                  <object class="GtkVBox" id="vbox10">
 
80
                  <object class="GtkBox" id="vbox10">
33
81
                    <property name="visible">True</property>
 
82
                    <property name="can_focus">False</property>
 
83
                    <property name="orientation">vertical</property>
34
84
                    <property name="spacing">6</property>
35
85
                    <child>
36
86
                      <object class="GtkLabel" id="label24">
37
87
                        <property name="visible">True</property>
 
88
                        <property name="can_focus">False</property>
38
89
                        <property name="xalign">0</property>
39
90
                        <property name="label" translatable="yes">Auto Completion</property>
40
91
                        <attributes>
48
99
                      </packing>
49
100
                    </child>
50
101
                    <child>
51
 
                      <object class="GtkHBox" id="hbox6">
 
102
                      <object class="GtkBox" id="hbox6">
52
103
                        <property name="visible">True</property>
 
104
                        <property name="can_focus">False</property>
53
105
                        <child>
54
106
                          <object class="GtkLabel" id="label25">
55
107
                            <property name="visible">True</property>
 
108
                            <property name="can_focus">False</property>
56
109
                            <property name="label">    </property>
57
110
                          </object>
58
111
                          <packing>
68
121
                            <property name="can_focus">True</property>
69
122
                            <property name="receives_default">False</property>
70
123
                            <property name="use_underline">True</property>
 
124
                            <property name="xalign">0.5</property>
71
125
                            <property name="draw_indicator">True</property>
72
126
                          </object>
73
127
                          <packing>
78
132
                        </child>
79
133
                      </object>
80
134
                      <packing>
 
135
                        <property name="expand">False</property>
 
136
                        <property name="fill">True</property>
81
137
                        <property name="position">1</property>
82
138
                      </packing>
83
139
                    </child>
84
140
                  </object>
85
141
                  <packing>
 
142
                    <property name="expand">False</property>
 
143
                    <property name="fill">True</property>
86
144
                    <property name="position">0</property>
87
145
                  </packing>
88
146
                </child>
89
147
                <child>
90
 
                  <object class="GtkVBox" id="vbox11">
 
148
                  <object class="GtkBox" id="vbox11">
91
149
                    <property name="visible">True</property>
 
150
                    <property name="can_focus">False</property>
 
151
                    <property name="orientation">vertical</property>
92
152
                    <property name="spacing">6</property>
93
153
                    <child>
94
154
                      <object class="GtkLabel" id="label26">
95
155
                        <property name="visible">True</property>
 
156
                        <property name="can_focus">False</property>
96
157
                        <property name="xalign">0</property>
97
158
                        <property name="label" translatable="yes">Size</property>
98
159
                        <attributes>
106
167
                      </packing>
107
168
                    </child>
108
169
                    <child>
109
 
                      <object class="GtkHBox" id="hbox7">
 
170
                      <object class="GtkBox" id="hbox7">
110
171
                        <property name="visible">True</property>
 
172
                        <property name="can_focus">False</property>
111
173
                        <child>
112
174
                          <object class="GtkLabel" id="label27">
113
175
                            <property name="visible">True</property>
 
176
                            <property name="can_focus">False</property>
114
177
                            <property name="label">    </property>
115
178
                          </object>
116
179
                          <packing>
120
183
                          </packing>
121
184
                        </child>
122
185
                        <child>
123
 
                          <object class="GtkHBox" id="hbox1">
 
186
                          <object class="GtkBox" id="hbox1">
124
187
                            <property name="visible">True</property>
 
188
                            <property name="can_focus">False</property>
125
189
                            <property name="spacing">12</property>
126
190
                            <child>
127
191
                              <object class="GtkLabel" id="size_label">
128
192
                                <property name="visible">True</property>
 
193
                                <property name="can_focus">False</property>
129
194
                                <property name="label" translatable="yes">_Width:</property>
130
195
                                <property name="use_underline">True</property>
131
196
                                <property name="mnemonic_widget">size_spinner</property>
137
202
                              </packing>
138
203
                            </child>
139
204
                            <child>
140
 
                              <object class="GtkHBox" id="hbox9">
 
205
                              <object class="GtkBox" id="hbox9">
141
206
                                <property name="visible">True</property>
 
207
                                <property name="can_focus">False</property>
142
208
                                <property name="spacing">6</property>
143
209
                                <child>
144
210
                                  <object class="GtkSpinButton" id="size_spinner">
161
227
                                <child>
162
228
                                  <object class="GtkLabel" id="size_post_label">
163
229
                                    <property name="visible">True</property>
 
230
                                    <property name="can_focus">False</property>
164
231
                                    <property name="label" translatable="yes">pixels</property>
165
232
                                    <accessibility>
166
233
                                      <relation type="label-for" target="size_spinner"/>
175
242
                              </object>
176
243
                              <packing>
177
244
                                <property name="expand">False</property>
 
245
                                <property name="fill">True</property>
178
246
                                <property name="position">1</property>
179
247
                              </packing>
180
248
                            </child>
181
249
                          </object>
182
250
                          <packing>
 
251
                            <property name="expand">False</property>
 
252
                            <property name="fill">True</property>
183
253
                            <property name="position">1</property>
184
254
                          </packing>
185
255
                        </child>
186
256
                      </object>
187
257
                      <packing>
 
258
                        <property name="expand">False</property>
 
259
                        <property name="fill">True</property>
188
260
                        <property name="position">1</property>
189
261
                      </packing>
190
262
                    </child>
191
263
                  </object>
192
264
                  <packing>
 
265
                    <property name="expand">False</property>
 
266
                    <property name="fill">True</property>
193
267
                    <property name="position">1</property>
194
268
                  </packing>
195
269
                </child>
196
270
                <child>
197
 
                  <object class="GtkVBox" id="vbox12">
 
271
                  <object class="GtkBox" id="vbox12">
198
272
                    <property name="visible">True</property>
 
273
                    <property name="can_focus">False</property>
 
274
                    <property name="orientation">vertical</property>
199
275
                    <property name="spacing">6</property>
200
276
                    <child>
201
277
                      <object class="GtkLabel" id="label28">
202
278
                        <property name="visible">True</property>
 
279
                        <property name="can_focus">False</property>
203
280
                        <property name="xalign">0</property>
204
281
                        <property name="label" translatable="yes">Colors</property>
205
282
                        <attributes>
213
290
                      </packing>
214
291
                    </child>
215
292
                    <child>
216
 
                      <object class="GtkHBox" id="hbox8">
 
293
                      <object class="GtkBox" id="hbox8">
217
294
                        <property name="visible">True</property>
 
295
                        <property name="can_focus">False</property>
218
296
                        <child>
219
297
                          <object class="GtkLabel" id="label29">
220
298
                            <property name="visible">True</property>
 
299
                            <property name="can_focus">False</property>
221
300
                            <property name="label">    </property>
222
301
                          </object>
223
302
                          <packing>
229
308
                        <child>
230
309
                          <object class="GtkTable" id="table2">
231
310
                            <property name="visible">True</property>
 
311
                            <property name="can_focus">False</property>
232
312
                            <property name="n_rows">3</property>
233
313
                            <property name="n_columns">2</property>
234
314
                            <property name="column_spacing">12</property>
240
320
                                <property name="can_focus">True</property>
241
321
                                <property name="receives_default">False</property>
242
322
                                <property name="use_underline">True</property>
 
323
                                <property name="xalign">0.5</property>
243
324
                                <property name="draw_indicator">True</property>
244
325
                              </object>
245
326
                              <packing>
246
327
                                <property name="x_options">GTK_FILL</property>
247
 
                                <property name="y_options"></property>
 
328
                                <property name="y_options"/>
248
329
                              </packing>
249
330
                            </child>
250
331
                            <child>
251
332
                              <object class="GtkLabel" id="fg_color_label">
252
333
                                <property name="visible">True</property>
 
334
                                <property name="can_focus">False</property>
253
335
                                <property name="xalign">0</property>
254
336
                                <property name="label" translatable="yes">Command line _foreground:</property>
255
337
                                <property name="use_underline">True</property>
260
342
                                <property name="top_attach">1</property>
261
343
                                <property name="bottom_attach">2</property>
262
344
                                <property name="x_options">GTK_FILL</property>
263
 
                                <property name="y_options"></property>
 
345
                                <property name="y_options"/>
264
346
                              </packing>
265
347
                            </child>
266
348
                            <child>
267
349
                              <object class="GtkLabel" id="bg_color_label">
268
350
                                <property name="visible">True</property>
 
351
                                <property name="can_focus">False</property>
269
352
                                <property name="xalign">0</property>
270
353
                                <property name="label" translatable="yes">Command line _background:</property>
271
354
                                <property name="use_underline">True</property>
276
359
                                <property name="top_attach">2</property>
277
360
                                <property name="bottom_attach">3</property>
278
361
                                <property name="x_options">GTK_FILL</property>
279
 
                                <property name="y_options"></property>
 
362
                                <property name="y_options"/>
280
363
                              </packing>
281
364
                            </child>
282
365
                            <child>
293
376
                                <property name="top_attach">1</property>
294
377
                                <property name="bottom_attach">2</property>
295
378
                                <property name="x_options">GTK_FILL</property>
296
 
                                <property name="y_options"></property>
 
379
                                <property name="y_options"/>
297
380
                              </packing>
298
381
                            </child>
299
382
                            <child>
310
393
                                <property name="top_attach">2</property>
311
394
                                <property name="bottom_attach">3</property>
312
395
                                <property name="x_options">GTK_FILL</property>
313
 
                                <property name="y_options"></property>
 
396
                                <property name="y_options"/>
314
397
                              </packing>
315
398
                            </child>
316
399
                            <child>
318
401
                            </child>
319
402
                          </object>
320
403
                          <packing>
 
404
                            <property name="expand">False</property>
 
405
                            <property name="fill">True</property>
321
406
                            <property name="position">1</property>
322
407
                          </packing>
323
408
                        </child>
324
409
                      </object>
325
410
                      <packing>
 
411
                        <property name="expand">False</property>
 
412
                        <property name="fill">True</property>
326
413
                        <property name="position">1</property>
327
414
                      </packing>
328
415
                    </child>
329
416
                  </object>
330
417
                  <packing>
 
418
                    <property name="expand">False</property>
 
419
                    <property name="fill">True</property>
331
420
                    <property name="position">2</property>
332
421
                  </packing>
333
422
                </child>
336
425
            <child type="tab">
337
426
              <object class="GtkLabel" id="general_label">
338
427
                <property name="visible">True</property>
 
428
                <property name="can_focus">False</property>
339
429
                <property name="label" translatable="yes">General</property>
340
430
              </object>
341
431
              <packing>
343
433
              </packing>
344
434
            </child>
345
435
            <child>
346
 
              <object class="GtkVBox" id="vbox13">
 
436
              <object class="GtkBox" id="vbox13">
347
437
                <property name="visible">True</property>
 
438
                <property name="can_focus">False</property>
348
439
                <property name="border_width">12</property>
 
440
                <property name="orientation">vertical</property>
349
441
                <property name="spacing">6</property>
350
442
                <child>
351
443
                  <object class="GtkLabel" id="label30">
352
444
                    <property name="visible">True</property>
 
445
                    <property name="can_focus">False</property>
353
446
                    <property name="xalign">0</property>
354
447
                    <property name="label" translatable="yes">_Macros:</property>
355
448
                    <property name="use_underline">True</property>
362
455
                  </packing>
363
456
                </child>
364
457
                <child>
365
 
                  <object class="GtkHBox" id="hbox4">
 
458
                  <object class="GtkBox" id="hbox4">
366
459
                    <property name="visible">True</property>
 
460
                    <property name="can_focus">False</property>
367
461
                    <property name="spacing">12</property>
368
462
                    <child>
369
463
                      <object class="GtkScrolledWindow" id="macros_scrolled_tree">
370
464
                        <property name="visible">True</property>
371
465
                        <property name="can_focus">True</property>
372
 
                        <property name="hscrollbar_policy">automatic</property>
373
 
                        <property name="vscrollbar_policy">automatic</property>
374
466
                        <property name="shadow_type">in</property>
375
467
                        <child>
376
468
                          <object class="GtkTreeView" id="macros_tree">
377
469
                            <property name="visible">True</property>
378
470
                            <property name="can_focus">True</property>
 
471
                            <child internal-child="selection">
 
472
                              <object class="GtkTreeSelection" id="treeview-selection1"/>
 
473
                            </child>
379
474
                          </object>
380
475
                        </child>
381
476
                      </object>
382
477
                      <packing>
 
478
                        <property name="expand">True</property>
 
479
                        <property name="fill">True</property>
383
480
                        <property name="position">0</property>
384
481
                      </packing>
385
482
                    </child>
386
483
                    <child>
387
 
                      <object class="GtkVBox" id="vbox7">
 
484
                      <object class="GtkBox" id="vbox7">
388
485
                        <property name="visible">True</property>
 
486
                        <property name="can_focus">False</property>
389
487
                        <property name="border_width">4</property>
 
488
                        <property name="orientation">vertical</property>
390
489
                        <property name="spacing">6</property>
391
490
                        <child>
392
491
                          <object class="GtkButton" id="add_button">
396
495
                            <child>
397
496
                              <object class="GtkAlignment" id="alignment2">
398
497
                                <property name="visible">True</property>
 
498
                                <property name="can_focus">False</property>
399
499
                                <property name="xalign">0</property>
400
500
                                <property name="xscale">0</property>
401
501
                                <property name="yscale">0</property>
402
502
                                <child>
403
503
                                  <object class="GtkHBox" id="hbox3">
404
504
                                    <property name="visible">True</property>
 
505
                                    <property name="can_focus">False</property>
405
506
                                    <property name="spacing">2</property>
406
507
                                    <child>
407
508
                                      <object class="GtkImage" id="image2">
408
509
                                        <property name="visible">True</property>
 
510
                                        <property name="can_focus">False</property>
409
511
                                        <property name="stock">gtk-add</property>
410
512
                                      </object>
411
513
                                      <packing>
417
519
                                    <child>
418
520
                                      <object class="GtkLabel" id="label20">
419
521
                                        <property name="visible">True</property>
 
522
                                        <property name="can_focus">False</property>
420
523
                                        <property name="label" translatable="yes">_Add Macro...</property>
421
524
                                        <property name="use_underline">True</property>
422
525
                                      </object>
445
548
                            <child>
446
549
                              <object class="GtkAlignment" id="alignment1">
447
550
                                <property name="visible">True</property>
 
551
                                <property name="can_focus">False</property>
448
552
                                <property name="xalign">0</property>
449
553
                                <property name="xscale">0</property>
450
554
                                <property name="yscale">0</property>
451
555
                                <child>
452
556
                                  <object class="GtkHBox" id="hbox2">
453
557
                                    <property name="visible">True</property>
 
558
                                    <property name="can_focus">False</property>
454
559
                                    <property name="spacing">2</property>
455
560
                                    <child>
456
561
                                      <object class="GtkImage" id="image1">
457
562
                                        <property name="visible">True</property>
 
563
                                        <property name="can_focus">False</property>
458
564
                                        <property name="stock">gtk-delete</property>
459
565
                                      </object>
460
566
                                      <packing>
466
572
                                    <child>
467
573
                                      <object class="GtkLabel" id="label19">
468
574
                                        <property name="visible">True</property>
 
575
                                        <property name="can_focus">False</property>
469
576
                                        <property name="label" translatable="yes">_Delete Macro</property>
470
577
                                        <property name="use_underline">True</property>
471
578
                                      </object>
489
596
                      </object>
490
597
                      <packing>
491
598
                        <property name="expand">False</property>
 
599
                        <property name="fill">True</property>
492
600
                        <property name="position">1</property>
493
601
                      </packing>
494
602
                    </child>
495
603
                  </object>
496
604
                  <packing>
 
605
                    <property name="expand">True</property>
 
606
                    <property name="fill">True</property>
497
607
                    <property name="position">1</property>
498
608
                  </packing>
499
609
                </child>
505
615
            <child type="tab">
506
616
              <object class="GtkLabel" id="label21">
507
617
                <property name="visible">True</property>
 
618
                <property name="can_focus">False</property>
508
619
                <property name="label" translatable="yes">Macros</property>
509
620
                <property name="use_underline">True</property>
510
621
              </object>
515
626
            </child>
516
627
          </object>
517
628
          <packing>
 
629
            <property name="expand">True</property>
 
630
            <property name="fill">True</property>
518
631
            <property name="position">1</property>
519
632
          </packing>
520
633
        </child>
521
 
        <child internal-child="action_area">
522
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
523
 
            <property name="visible">True</property>
524
 
            <property name="layout_style">end</property>
525
 
            <child>
526
 
              <object class="GtkButton" id="help_button">
527
 
                <property name="label">gtk-help</property>
528
 
                <property name="visible">True</property>
529
 
                <property name="can_focus">True</property>
530
 
                <property name="can_default">True</property>
531
 
                <property name="receives_default">False</property>
532
 
                <property name="use_stock">True</property>
533
 
              </object>
534
 
              <packing>
535
 
                <property name="expand">False</property>
536
 
                <property name="fill">False</property>
537
 
                <property name="position">0</property>
538
 
              </packing>
539
 
            </child>
540
 
            <child>
541
 
              <object class="GtkButton" id="done_button">
542
 
                <property name="label">gtk-close</property>
543
 
                <property name="visible">True</property>
544
 
                <property name="can_focus">True</property>
545
 
                <property name="can_default">True</property>
546
 
                <property name="has_default">True</property>
547
 
                <property name="receives_default">False</property>
548
 
                <property name="use_stock">True</property>
549
 
              </object>
550
 
              <packing>
551
 
                <property name="expand">False</property>
552
 
                <property name="fill">False</property>
553
 
                <property name="position">1</property>
554
 
              </packing>
555
 
            </child>
556
 
          </object>
557
 
          <packing>
558
 
            <property name="expand">False</property>
559
 
            <property name="pack_type">end</property>
560
 
            <property name="position">0</property>
561
 
          </packing>
562
 
        </child>
563
634
      </object>
564
635
    </child>
565
636
    <action-widgets>
568
639
    </action-widgets>
569
640
  </object>
570
641
  <object class="GtkDialog" id="mc_macro_add_dialog">
571
 
    <property name="visible">True</property>
 
642
    <property name="visible">False</property>
 
643
    <property name="can_focus">False</property>
572
644
    <property name="border_width">5</property>
573
645
    <property name="title" translatable="yes">Add New Macro</property>
574
646
    <property name="resizable">False</property>
575
647
    <property name="type_hint">dialog</property>
576
 
    <property name="has_separator">False</property>
577
648
    <child internal-child="vbox">
578
 
      <object class="GtkVBox" id="dialog-vbox3">
 
649
      <object class="GtkBox" id="dialog-vbox3">
579
650
        <property name="visible">True</property>
 
651
        <property name="can_focus">False</property>
580
652
        <property name="spacing">2</property>
 
653
        <child internal-child="action_area">
 
654
          <object class="GtkButtonBox" id="dialog-action_area3">
 
655
            <property name="visible">True</property>
 
656
            <property name="can_focus">False</property>
 
657
            <property name="layout_style">end</property>
 
658
            <child>
 
659
              <object class="GtkButton" id="helpbutton1">
 
660
                <property name="label">gtk-help</property>
 
661
                <property name="visible">True</property>
 
662
                <property name="can_focus">True</property>
 
663
                <property name="can_default">True</property>
 
664
                <property name="receives_default">False</property>
 
665
                <property name="use_stock">True</property>
 
666
              </object>
 
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
              <object class="GtkButton" id="button1">
 
675
                <property name="label">gtk-cancel</property>
 
676
                <property name="visible">True</property>
 
677
                <property name="can_focus">True</property>
 
678
                <property name="can_default">True</property>
 
679
                <property name="receives_default">False</property>
 
680
                <property name="use_stock">True</property>
 
681
              </object>
 
682
              <packing>
 
683
                <property name="expand">False</property>
 
684
                <property name="fill">False</property>
 
685
                <property name="position">1</property>
 
686
              </packing>
 
687
            </child>
 
688
            <child>
 
689
              <object class="GtkButton" id="button2">
 
690
                <property name="label">gtk-add</property>
 
691
                <property name="visible">True</property>
 
692
                <property name="can_focus">True</property>
 
693
                <property name="can_default">True</property>
 
694
                <property name="has_default">True</property>
 
695
                <property name="receives_default">False</property>
 
696
                <property name="use_stock">True</property>
 
697
              </object>
 
698
              <packing>
 
699
                <property name="expand">False</property>
 
700
                <property name="fill">False</property>
 
701
                <property name="position">2</property>
 
702
              </packing>
 
703
            </child>
 
704
          </object>
 
705
          <packing>
 
706
            <property name="expand">False</property>
 
707
            <property name="fill">True</property>
 
708
            <property name="pack_type">end</property>
 
709
            <property name="position">0</property>
 
710
          </packing>
 
711
        </child>
581
712
        <child>
582
713
          <object class="GtkTable" id="table3">
583
714
            <property name="visible">True</property>
 
715
            <property name="can_focus">False</property>
584
716
            <property name="border_width">5</property>
585
717
            <property name="n_rows">2</property>
586
718
            <property name="n_columns">2</property>
589
721
            <child>
590
722
              <object class="GtkLabel" id="pattern_label">
591
723
                <property name="visible">True</property>
 
724
                <property name="can_focus">False</property>
592
725
                <property name="xalign">0</property>
593
726
                <property name="label" translatable="yes">_Pattern:</property>
594
727
                <property name="use_underline">True</property>
596
729
              </object>
597
730
              <packing>
598
731
                <property name="x_options">GTK_FILL</property>
599
 
                <property name="y_options"></property>
 
732
                <property name="y_options"/>
600
733
              </packing>
601
734
            </child>
602
735
            <child>
603
736
              <object class="GtkLabel" id="command_label">
604
737
                <property name="visible">True</property>
 
738
                <property name="can_focus">False</property>
605
739
                <property name="xalign">0</property>
606
740
                <property name="label" translatable="yes">Co_mmand:</property>
607
741
                <property name="use_underline">True</property>
611
745
                <property name="top_attach">1</property>
612
746
                <property name="bottom_attach">2</property>
613
747
                <property name="x_options">GTK_FILL</property>
614
 
                <property name="y_options"></property>
 
748
                <property name="y_options"/>
615
749
              </packing>
616
750
            </child>
617
751
            <child>
623
757
              <packing>
624
758
                <property name="left_attach">1</property>
625
759
                <property name="right_attach">2</property>
626
 
                <property name="y_options"></property>
 
760
                <property name="y_options"/>
627
761
              </packing>
628
762
            </child>
629
763
            <child>
637
771
                <property name="right_attach">2</property>
638
772
                <property name="top_attach">1</property>
639
773
                <property name="bottom_attach">2</property>
640
 
                <property name="y_options"></property>
 
774
                <property name="y_options"/>
641
775
              </packing>
642
776
            </child>
643
777
          </object>
644
778
          <packing>
 
779
            <property name="expand">False</property>
 
780
            <property name="fill">True</property>
645
781
            <property name="position">1</property>
646
782
          </packing>
647
783
        </child>
648
 
        <child internal-child="action_area">
649
 
          <object class="GtkHButtonBox" id="dialog-action_area3">
650
 
            <property name="visible">True</property>
651
 
            <property name="layout_style">end</property>
652
 
            <child>
653
 
              <object class="GtkButton" id="helpbutton1">
654
 
                <property name="label">gtk-help</property>
655
 
                <property name="visible">True</property>
656
 
                <property name="can_focus">True</property>
657
 
                <property name="can_default">True</property>
658
 
                <property name="receives_default">False</property>
659
 
                <property name="use_stock">True</property>
660
 
              </object>
661
 
              <packing>
662
 
                <property name="expand">False</property>
663
 
                <property name="fill">False</property>
664
 
                <property name="position">0</property>
665
 
              </packing>
666
 
            </child>
667
 
            <child>
668
 
              <object class="GtkButton" id="button1">
669
 
                <property name="label">gtk-cancel</property>
670
 
                <property name="visible">True</property>
671
 
                <property name="can_focus">True</property>
672
 
                <property name="can_default">True</property>
673
 
                <property name="receives_default">False</property>
674
 
                <property name="use_stock">True</property>
675
 
              </object>
676
 
              <packing>
677
 
                <property name="expand">False</property>
678
 
                <property name="fill">False</property>
679
 
                <property name="position">1</property>
680
 
              </packing>
681
 
            </child>
682
 
            <child>
683
 
              <object class="GtkButton" id="button2">
684
 
                <property name="label">gtk-add</property>
685
 
                <property name="visible">True</property>
686
 
                <property name="can_focus">True</property>
687
 
                <property name="can_default">True</property>
688
 
                <property name="has_default">True</property>
689
 
                <property name="receives_default">False</property>
690
 
                <property name="use_stock">True</property>
691
 
              </object>
692
 
              <packing>
693
 
                <property name="expand">False</property>
694
 
                <property name="fill">False</property>
695
 
                <property name="position">2</property>
696
 
              </packing>
697
 
            </child>
698
 
          </object>
699
 
          <packing>
700
 
            <property name="expand">False</property>
701
 
            <property name="pack_type">end</property>
702
 
            <property name="position">0</property>
703
 
          </packing>
704
 
        </child>
705
784
      </object>
706
785
    </child>
707
786
    <action-widgets>