~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to data/sound-juicer.glade

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2010-08-20 14:02:25 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100820140225-cj8w9u6uj4ml19or
Tags: 2.31.6-0ubuntu1
New upstream release. (LP: #621065)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkWindow" id="main_window">
6
 
    <property name="width_request">500</property>
7
 
    <property name="height_request">420</property>
8
 
    <property name="title" translatable="yes">Sound Juicer</property>
9
 
    <signal name="destroy" handler="on_destroy_signal"/>
10
 
    <signal name="delete_event" handler="on_delete_event"/>
11
 
    <child>
12
 
      <widget class="GtkVBox" id="vbox1">
13
 
        <property name="visible">True</property>
14
 
        <child>
15
 
          <widget class="GtkMenuBar" id="menubar1">
16
 
            <property name="visible">True</property>
17
 
            <child>
18
 
              <widget class="GtkMenuItem" id="menuitem1">
19
 
                <property name="visible">True</property>
20
 
                <property name="label" translatable="yes">_Disc</property>
21
 
                <property name="use_underline">True</property>
22
 
                <child>
23
 
                  <widget class="GtkMenu" id="menuitem1_menu">
24
 
                    <child>
25
 
                      <widget class="GtkImageMenuItem" id="play_menuitem">
26
 
                        <property name="visible">True</property>
27
 
                        <property name="label" translatable="yes">_Play / Pause</property>
28
 
                        <property name="use_underline">True</property>
29
 
                        <signal name="activate" handler="on_play_activate"/>
30
 
                        <accelerator key="p" modifiers="GDK_CONTROL_MASK" signal="activate"/>
31
 
                        <child internal-child="image">
32
 
                          <widget class="GtkImage" id="image105">
33
 
                            <property name="visible">True</property>
34
 
                            <property name="stock">gtk-media-play</property>
35
 
                            <property name="icon_size">1</property>
36
 
                          </widget>
37
 
                        </child>
38
 
                      </widget>
39
 
                    </child>
40
 
                    <child>
41
 
                      <widget class="GtkImageMenuItem" id="next_track_menuitem">
42
 
                        <property name="visible">True</property>
43
 
                        <property name="tooltip" translatable="yes">Skip to the next track</property>
44
 
                        <property name="label" translatable="yes">_Next Track</property>
45
 
                        <property name="use_underline">True</property>
46
 
                        <signal name="activate" handler="on_next_track_activate"/>
47
 
                        <accelerator key="N" modifiers="GDK_CONTROL_MASK" signal="activate"/>
48
 
                        <child internal-child="image">
49
 
                          <widget class="GtkImage" id="image107">
50
 
                            <property name="visible">True</property>
51
 
                            <property name="stock">gtk-media-next</property>
52
 
                            <property name="icon_size">1</property>
53
 
                          </widget>
54
 
                        </child>
55
 
                      </widget>
56
 
                    </child>
57
 
                    <child>
58
 
                      <widget class="GtkImageMenuItem" id="previous_track_menuitem">
59
 
                        <property name="visible">True</property>
60
 
                        <property name="tooltip" translatable="yes">Skip to the previous track</property>
61
 
                        <property name="label" translatable="yes">Pre_vious Track</property>
62
 
                        <property name="use_underline">True</property>
63
 
                        <signal name="activate" handler="on_previous_track_activate"/>
64
 
                        <accelerator key="B" modifiers="GDK_CONTROL_MASK" signal="activate"/>
65
 
                        <child internal-child="image">
66
 
                          <widget class="GtkImage" id="image106">
67
 
                            <property name="visible">True</property>
68
 
                            <property name="stock">gtk-media-previous</property>
69
 
                            <property name="icon_size">1</property>
70
 
                          </widget>
71
 
                        </child>
72
 
                      </widget>
73
 
                    </child>
74
 
                    <child>
75
 
                      <widget class="GtkMenuItem" id="eject">
76
 
                        <property name="visible">True</property>
77
 
                        <property name="label" translatable="yes">E_ject</property>
78
 
                        <property name="use_underline">True</property>
79
 
                        <signal name="activate" handler="on_eject_activate"/>
80
 
                        <accelerator key="J" modifiers="GDK_CONTROL_MASK" signal="activate"/>
81
 
                      </widget>
82
 
                    </child>
83
 
                    <child>
84
 
                      <widget class="GtkMenuItem" id="submit">
85
 
                        <property name="visible">True</property>
86
 
                        <property name="sensitive">False</property>
87
 
                        <property name="label" translatable="yes">_Submit Track Names...</property>
88
 
                        <property name="use_underline">True</property>
89
 
                        <signal name="activate" handler="on_submit_activate"/>
90
 
                        <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
91
 
                      </widget>
92
 
                    </child>
93
 
                    <child>
94
 
                      <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
95
 
                        <property name="visible">True</property>
96
 
                      </widget>
97
 
                    </child>
98
 
                    <child>
99
 
                      <widget class="GtkImageMenuItem" id="extract_menuitem">
100
 
                        <property name="visible">True</property>
101
 
                        <property name="label">sj-stock-extract</property>
102
 
                        <property name="use_underline">True</property>
103
 
                        <property name="use_stock">True</property>
104
 
                        <signal name="activate" handler="on_extract_activate"/>
105
 
                      </widget>
106
 
                    </child>
107
 
                    <child>
108
 
                      <widget class="GtkImageMenuItem" id="re-read">
109
 
                        <property name="visible">True</property>
110
 
                        <property name="label" translatable="yes">_Re-read Disc</property>
111
 
                        <property name="use_underline">True</property>
112
 
                        <signal name="activate" handler="on_reread_activate"/>
113
 
                        <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/>
114
 
                        <child internal-child="image">
115
 
                          <widget class="GtkImage" id="image108">
116
 
                            <property name="visible">True</property>
117
 
                            <property name="stock">gtk-refresh</property>
118
 
                            <property name="icon_size">1</property>
119
 
                          </widget>
120
 
                        </child>
121
 
                      </widget>
122
 
                    </child>
123
 
                    <child>
124
 
                      <widget class="GtkMenuItem" id="duplicate_menuitem">
125
 
                        <property name="visible">True</property>
126
 
                        <property name="sensitive">False</property>
127
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
128
 
                        <property name="label" translatable="yes">_Duplicate Disc</property>
129
 
                        <property name="use_underline">True</property>
130
 
                        <signal name="activate" handler="on_duplicate_activate"/>
131
 
                      </widget>
132
 
                    </child>
133
 
                    <child>
134
 
                      <widget class="GtkSeparatorMenuItem" id="separator2">
135
 
                        <property name="visible">True</property>
136
 
                      </widget>
137
 
                    </child>
138
 
                    <child>
139
 
                      <widget class="GtkImageMenuItem" id="quit">
140
 
                        <property name="visible">True</property>
141
 
                        <property name="label">gtk-quit</property>
142
 
                        <property name="use_underline">True</property>
143
 
                        <property name="use_stock">True</property>
144
 
                        <signal name="activate" handler="on_quit_activate"/>
145
 
                      </widget>
146
 
                    </child>
147
 
                  </widget>
148
 
                </child>
149
 
              </widget>
150
 
            </child>
151
 
            <child>
152
 
              <widget class="GtkMenuItem" id="menuitem2">
153
 
                <property name="visible">True</property>
154
 
                <property name="label" translatable="yes">_Edit</property>
155
 
                <property name="use_underline">True</property>
156
 
                <child>
157
 
                  <widget class="GtkMenu" id="menuitem2_menu">
158
 
                    <child>
159
 
                      <widget class="GtkMenuItem" id="select_all">
160
 
                        <property name="visible">True</property>
161
 
                        <property name="label" translatable="yes">_Select All</property>
162
 
                        <property name="use_underline">True</property>
163
 
                        <signal name="activate" handler="on_select_all_activate"/>
164
 
                        <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/>
165
 
                      </widget>
166
 
                    </child>
167
 
                    <child>
168
 
                      <widget class="GtkMenuItem" id="deselect_all">
169
 
                        <property name="visible">True</property>
170
 
                        <property name="label" translatable="yes">_Deselect All</property>
171
 
                        <property name="use_underline">True</property>
172
 
                        <signal name="activate" handler="on_deselect_all_activate"/>
173
 
                        <accelerator key="A" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/>
174
 
                      </widget>
175
 
                    </child>
176
 
                    <child>
177
 
                      <widget class="GtkSeparatorMenuItem" id="separator1">
178
 
                        <property name="visible">True</property>
179
 
                      </widget>
180
 
                    </child>
181
 
                    <child>
182
 
                      <widget class="GtkImageMenuItem" id="edit_preferences">
183
 
                        <property name="visible">True</property>
184
 
                        <property name="label">gtk-preferences</property>
185
 
                        <property name="use_underline">True</property>
186
 
                        <property name="use_stock">True</property>
187
 
                        <signal name="activate" handler="on_edit_preferences_cb"/>
188
 
                      </widget>
189
 
                    </child>
190
 
                  </widget>
191
 
                </child>
192
 
              </widget>
193
 
            </child>
194
 
            <child>
195
 
              <widget class="GtkMenuItem" id="menuitem4">
196
 
                <property name="visible">True</property>
197
 
                <property name="label" translatable="yes">_Help</property>
198
 
                <property name="use_underline">True</property>
199
 
                <child>
200
 
                  <widget class="GtkMenu" id="menuitem4_menu">
201
 
                    <child>
202
 
                      <widget class="GtkImageMenuItem" id="contents">
203
 
                        <property name="visible">True</property>
204
 
                        <property name="label" translatable="yes">_Contents</property>
205
 
                        <property name="use_underline">True</property>
206
 
                        <signal name="activate" handler="on_contents_activate"/>
207
 
                        <accelerator key="F1" modifiers="" signal="activate"/>
208
 
                        <child internal-child="image">
209
 
                          <widget class="GtkImage" id="image109">
210
 
                            <property name="visible">True</property>
211
 
                            <property name="stock">gtk-help</property>
212
 
                            <property name="icon_size">1</property>
213
 
                          </widget>
214
 
                        </child>
215
 
                      </widget>
216
 
                    </child>
217
 
                    <child>
218
 
                      <widget class="GtkImageMenuItem" id="about">
219
 
                        <property name="visible">True</property>
220
 
                        <property name="label">gtk-about</property>
221
 
                        <property name="use_underline">True</property>
222
 
                        <property name="use_stock">True</property>
223
 
                        <signal name="activate" handler="on_about_activate"/>
224
 
                      </widget>
225
 
                    </child>
226
 
                  </widget>
227
 
                </child>
228
 
              </widget>
229
 
            </child>
230
 
          </widget>
231
 
          <packing>
232
 
            <property name="expand">False</property>
233
 
            <property name="fill">False</property>
234
 
          </packing>
235
 
        </child>
236
 
        <child>
237
 
          <widget class="GtkEventBox" id="message_area_eventbox">
238
 
            <property name="visible">True</property>
239
 
            <child>
240
 
              <placeholder/>
241
 
            </child>
242
 
          </widget>
243
 
          <packing>
244
 
            <property name="expand">False</property>
245
 
            <property name="position">1</property>
246
 
          </packing>
247
 
        </child>
248
 
        <child>
249
 
          <widget class="GtkVBox" id="vbox2">
250
 
            <property name="visible">True</property>
251
 
            <property name="border_width">8</property>
252
 
            <property name="spacing">8</property>
253
 
            <child>
254
 
              <widget class="GtkTable" id="table1">
255
 
                <property name="visible">True</property>
256
 
                <property name="n_rows">4</property>
257
 
                <property name="n_columns">2</property>
258
 
                <property name="column_spacing">12</property>
259
 
                <property name="row_spacing">6</property>
260
 
                <child>
261
 
                  <widget class="GtkHBox" id="hbox1">
262
 
                    <property name="visible">True</property>
263
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
264
 
                    <property name="spacing">12</property>
265
 
                    <child>
266
 
                      <widget class="GtkEntry" id="genre_entry">
267
 
                        <property name="visible">True</property>
268
 
                        <property name="can_focus">True</property>
269
 
                        <signal name="changed" handler="on_genre_edit_changed"/>
270
 
                      </widget>
271
 
                    </child>
272
 
                    <child>
273
 
                      <widget class="GtkLabel" id="label4">
274
 
                        <property name="visible">True</property>
275
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
276
 
                        <property name="xalign">0</property>
277
 
                        <property name="label" translatable="yes">&lt;b&gt;_Year:&lt;/b&gt;</property>
278
 
                        <property name="use_markup">True</property>
279
 
                        <property name="use_underline">True</property>
280
 
                        <property name="mnemonic_widget">year_entry</property>
281
 
                        <accessibility>
282
 
                          <atkrelation target="year_entry" type="label-for"/>
283
 
                        </accessibility>
284
 
                      </widget>
285
 
                      <packing>
286
 
                        <property name="expand">False</property>
287
 
                        <property name="position">1</property>
288
 
                      </packing>
289
 
                    </child>
290
 
                    <child>
291
 
                      <widget class="GtkEntry" id="year_entry">
292
 
                        <property name="visible">True</property>
293
 
                        <property name="can_focus">True</property>
294
 
                        <property name="max_length">4</property>
295
 
                        <property name="width_chars">4</property>
296
 
                        <accessibility>
297
 
                          <atkrelation target="label4" type="labelled-by"/>
298
 
                        </accessibility>
299
 
                        <signal name="changed" handler="on_year_edit_changed"/>
300
 
                      </widget>
301
 
                      <packing>
302
 
                        <property name="expand">False</property>
303
 
                        <property name="position">2</property>
304
 
                      </packing>
305
 
                    </child>
306
 
                    <child>
307
 
                      <widget class="GtkLabel" id="label6">
308
 
                        <property name="visible">True</property>
309
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
310
 
                        <property name="xalign">0</property>
311
 
                        <property name="label" translatable="yes">&lt;b&gt;Disc:&lt;/b&gt;</property>
312
 
                        <property name="use_markup">True</property>
313
 
                        <property name="use_underline">True</property>
314
 
                        <property name="mnemonic_widget">year_entry</property>
315
 
                        <accessibility>
316
 
                          <atkrelation target="disc_number_entry" type="label-for"/>
317
 
                        </accessibility>
318
 
                      </widget>
319
 
                      <packing>
320
 
                        <property name="expand">False</property>
321
 
                        <property name="position">3</property>
322
 
                      </packing>
323
 
                    </child>
324
 
                    <child>
325
 
                      <widget class="GtkEntry" id="disc_number_entry">
326
 
                        <property name="visible">True</property>
327
 
                        <property name="can_focus">True</property>
328
 
                        <property name="width_chars">2</property>
329
 
                        <accessibility>
330
 
                          <atkrelation target="label6" type="labelled-by"/>
331
 
                        </accessibility>
332
 
                        <signal name="changed" handler="on_disc_number_edit_changed"/>
333
 
                      </widget>
334
 
                      <packing>
335
 
                        <property name="expand">False</property>
336
 
                        <property name="position">4</property>
337
 
                      </packing>
338
 
                    </child>
339
 
                  </widget>
340
 
                  <packing>
341
 
                    <property name="left_attach">1</property>
342
 
                    <property name="right_attach">2</property>
343
 
                    <property name="top_attach">2</property>
344
 
                    <property name="bottom_attach">3</property>
345
 
                  </packing>
346
 
                </child>
347
 
                <child>
348
 
                  <widget class="GtkLabel" id="label1">
349
 
                    <property name="visible">True</property>
350
 
                    <property name="xalign">0</property>
351
 
                    <property name="label" translatable="yes">&lt;b&gt;_Title:&lt;/b&gt;</property>
352
 
                    <property name="use_markup">True</property>
353
 
                    <property name="use_underline">True</property>
354
 
                    <property name="mnemonic_widget">title_entry</property>
355
 
                  </widget>
356
 
                  <packing>
357
 
                    <property name="x_options">GTK_FILL</property>
358
 
                    <property name="y_options"></property>
359
 
                  </packing>
360
 
                </child>
361
 
                <child>
362
 
                  <widget class="GtkEntry" id="title_entry">
363
 
                    <property name="visible">True</property>
364
 
                    <property name="can_focus">True</property>
365
 
                    <signal name="changed" handler="on_title_edit_changed" after="yes"/>
366
 
                  </widget>
367
 
                  <packing>
368
 
                    <property name="left_attach">1</property>
369
 
                    <property name="right_attach">2</property>
370
 
                    <property name="y_options"></property>
371
 
                  </packing>
372
 
                </child>
373
 
                <child>
374
 
                  <widget class="GtkLabel" id="label2">
375
 
                    <property name="visible">True</property>
376
 
                    <property name="xalign">0</property>
377
 
                    <property name="label" translatable="yes">&lt;b&gt;_Artist:&lt;/b&gt;</property>
378
 
                    <property name="use_markup">True</property>
379
 
                    <property name="use_underline">True</property>
380
 
                    <property name="mnemonic_widget">artist_entry</property>
381
 
                  </widget>
382
 
                  <packing>
383
 
                    <property name="top_attach">1</property>
384
 
                    <property name="bottom_attach">2</property>
385
 
                    <property name="x_options">GTK_FILL</property>
386
 
                    <property name="y_options"></property>
387
 
                  </packing>
388
 
                </child>
389
 
                <child>
390
 
                  <widget class="GtkEntry" id="artist_entry">
391
 
                    <property name="visible">True</property>
392
 
                    <property name="can_focus">True</property>
393
 
                    <signal name="changed" handler="on_artist_edit_changed" after="yes"/>
394
 
                  </widget>
395
 
                  <packing>
396
 
                    <property name="left_attach">1</property>
397
 
                    <property name="right_attach">2</property>
398
 
                    <property name="top_attach">1</property>
399
 
                    <property name="bottom_attach">2</property>
400
 
                    <property name="y_options"></property>
401
 
                  </packing>
402
 
                </child>
403
 
                <child>
404
 
                  <widget class="GtkLabel" id="label31">
405
 
                    <property name="visible">True</property>
406
 
                    <property name="xalign">0</property>
407
 
                    <property name="label" translatable="yes">&lt;b&gt;_Genre:&lt;/b&gt;</property>
408
 
                    <property name="use_markup">True</property>
409
 
                    <property name="use_underline">True</property>
410
 
                    <property name="mnemonic_widget">genre_entry</property>
411
 
                  </widget>
412
 
                  <packing>
413
 
                    <property name="top_attach">2</property>
414
 
                    <property name="bottom_attach">3</property>
415
 
                    <property name="x_options">GTK_FILL</property>
416
 
                    <property name="y_options"></property>
417
 
                  </packing>
418
 
                </child>
419
 
                <child>
420
 
                  <widget class="GtkLabel" id="label3">
421
 
                    <property name="visible">True</property>
422
 
                    <property name="xalign">0</property>
423
 
                    <property name="label" translatable="yes">&lt;b&gt;Duration:&lt;/b&gt;</property>
424
 
                    <property name="use_markup">True</property>
425
 
                    <accessibility>
426
 
                      <atkrelation target="duration_label" type="label-for"/>
427
 
                    </accessibility>
428
 
                  </widget>
429
 
                  <packing>
430
 
                    <property name="top_attach">3</property>
431
 
                    <property name="bottom_attach">4</property>
432
 
                    <property name="x_options">GTK_FILL</property>
433
 
                    <property name="y_options"></property>
434
 
                  </packing>
435
 
                </child>
436
 
                <child>
437
 
                  <widget class="GtkLabel" id="duration_label">
438
 
                    <property name="visible">True</property>
439
 
                    <property name="can_focus">True</property>
440
 
                    <property name="xalign">0</property>
441
 
                    <property name="ypad">3</property>
442
 
                    <property name="selectable">True</property>
443
 
                    <accessibility>
444
 
                      <atkrelation target="label3" type="labelled-by"/>
445
 
                    </accessibility>
446
 
                  </widget>
447
 
                  <packing>
448
 
                    <property name="left_attach">1</property>
449
 
                    <property name="right_attach">2</property>
450
 
                    <property name="top_attach">3</property>
451
 
                    <property name="bottom_attach">4</property>
452
 
                    <property name="x_options">GTK_FILL</property>
453
 
                    <property name="y_options"></property>
454
 
                  </packing>
455
 
                </child>
456
 
              </widget>
457
 
              <packing>
458
 
                <property name="expand">False</property>
459
 
              </packing>
460
 
            </child>
461
 
            <child>
462
 
              <widget class="GtkScrolledWindow" id="scrolledwindow1">
463
 
                <property name="visible">True</property>
464
 
                <property name="can_focus">True</property>
465
 
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
466
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
467
 
                <property name="shadow_type">GTK_SHADOW_IN</property>
468
 
                <child>
469
 
                  <widget class="GtkTreeView" id="track_listview">
470
 
                    <property name="visible">True</property>
471
 
                    <property name="can_focus">True</property>
472
 
                    <property name="has_focus">True</property>
473
 
                    <property name="rules_hint">True</property>
474
 
                    <accessibility>
475
 
                      <atkproperty name="AtkObject::accessible_name" translatable="yes">Tracks</atkproperty>
476
 
                    </accessibility>
477
 
                    <signal name="row_activated" handler="on_tracklist_row_activate"/>
478
 
                    <signal name="cursor_changed" handler="on_tracklist_row_selected"/>
479
 
                  </widget>
480
 
                </child>
481
 
              </widget>
482
 
              <packing>
483
 
                <property name="position">1</property>
484
 
              </packing>
485
 
            </child>
486
 
            <child>
487
 
              <widget class="GtkHBox" id="hbox10">
488
 
                <property name="visible">True</property>
489
 
                <property name="spacing">6</property>
490
 
                <child>
491
 
                  <widget class="GtkHButtonBox" id="hbuttonbox1">
492
 
                    <property name="visible">True</property>
493
 
                    <property name="spacing">6</property>
494
 
                    <property name="layout_style">GTK_BUTTONBOX_END</property>
495
 
                    <child>
496
 
                      <widget class="GtkButton" id="play_button">
497
 
                        <property name="visible">True</property>
498
 
                        <property name="can_focus">True</property>
499
 
                        <property name="can_default">True</property>
500
 
                        <property name="label">gtk-media-play</property>
501
 
                        <property name="use_stock">True</property>
502
 
                        <property name="response_id">0</property>
503
 
                        <signal name="clicked" handler="on_play_activate"/>
504
 
                      </widget>
505
 
                    </child>
506
 
                    <child>
507
 
                      <widget class="GtkButton" id="extract_button">
508
 
                        <property name="visible">True</property>
509
 
                        <property name="can_focus">True</property>
510
 
                        <property name="can_default">True</property>
511
 
                        <property name="label">sj-stock-extract</property>
512
 
                        <property name="use_stock">True</property>
513
 
                        <property name="response_id">0</property>
514
 
                        <signal name="clicked" handler="on_extract_activate"/>
515
 
                      </widget>
516
 
                      <packing>
517
 
                        <property name="position">1</property>
518
 
                      </packing>
519
 
                    </child>
520
 
                  </widget>
521
 
                  <packing>
522
 
                    <property name="expand">False</property>
523
 
                    <property name="position">1</property>
524
 
                  </packing>
525
 
                </child>
526
 
                <child>
527
 
                  <widget class="GtkHScale" id="seek_scale">
528
 
                    <property name="can_focus">True</property>
529
 
                    <property name="adjustment">0 0 1 0.0099999997764800008 0.10000000149 0</property>
530
 
                    <property name="digits">0</property>
531
 
                    <property name="draw_value">False</property>
532
 
                    <accessibility>
533
 
                      <atkproperty name="AtkObject::accessible_name" translatable="yes">Track Progress</atkproperty>
534
 
                    </accessibility>
535
 
                    <signal name="value_changed" handler="on_seek_moved"/>
536
 
                    <signal name="button_press_event" handler="on_seek_press"/>
537
 
                    <signal name="button_release_event" handler="on_seek_release"/>
538
 
                  </widget>
539
 
                  <packing>
540
 
                    <property name="position">2</property>
541
 
                  </packing>
542
 
                </child>
543
 
                <child>
544
 
                  <widget class="Custom" id="volume_button">
545
 
                    <property name="visible">True</property>
546
 
                    <property name="creation_function">gtk_volume_button_new</property>
547
 
                    <signal name="value_changed" handler="on_volume_changed"/>
548
 
                  </widget>
549
 
                  <packing>
550
 
                    <property name="expand">False</property>
551
 
                    <property name="fill">False</property>
552
 
                    <property name="pack_type">GTK_PACK_END</property>
553
 
                    <property name="position">2</property>
554
 
                  </packing>
555
 
                </child>
556
 
              </widget>
557
 
              <packing>
558
 
                <property name="expand">False</property>
559
 
                <property name="fill">False</property>
560
 
                <property name="pack_type">GTK_PACK_END</property>
561
 
                <property name="position">2</property>
562
 
              </packing>
563
 
            </child>
564
 
          </widget>
565
 
          <packing>
566
 
            <property name="position">2</property>
567
 
          </packing>
568
 
        </child>
569
 
        <child>
570
 
          <widget class="GtkHBox" id="hbox13">
571
 
            <property name="height_request">22</property>
572
 
            <property name="visible">True</property>
573
 
            <child>
574
 
              <widget class="GtkAlignment" id="alignment1">
575
 
                <property name="visible">True</property>
576
 
                <property name="top_padding">2</property>
577
 
                <property name="bottom_padding">2</property>
578
 
                <child>
579
 
                  <widget class="GtkProgressBar" id="progress_bar">
580
 
                    <property name="pulse_step">0.10000000149</property>
581
 
                  </widget>
582
 
                </child>
583
 
              </widget>
584
 
              <packing>
585
 
                <property name="expand">False</property>
586
 
                <property name="fill">False</property>
587
 
              </packing>
588
 
            </child>
589
 
            <child>
590
 
              <widget class="GtkStatusbar" id="status_bar">
591
 
                <property name="visible">True</property>
592
 
              </widget>
593
 
              <packing>
594
 
                <property name="position">1</property>
595
 
              </packing>
596
 
            </child>
597
 
          </widget>
598
 
          <packing>
599
 
            <property name="expand">False</property>
600
 
            <property name="fill">False</property>
601
 
            <property name="position">3</property>
602
 
          </packing>
603
 
        </child>
604
 
      </widget>
605
 
    </child>
606
 
  </widget>
607
 
  <widget class="GtkDialog" id="multiple_dialog">
608
 
    <property name="border_width">5</property>
609
 
    <property name="title" translatable="yes">Multiple Albums Found</property>
610
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
611
 
    <property name="has_separator">False</property>
612
 
    <child internal-child="vbox">
613
 
      <widget class="GtkVBox" id="dialog-vbox2">
614
 
        <property name="visible">True</property>
615
 
        <property name="spacing">2</property>
616
 
        <child>
617
 
          <widget class="GtkVBox" id="vbox4">
618
 
            <property name="visible">True</property>
619
 
            <property name="border_width">5</property>
620
 
            <property name="spacing">6</property>
621
 
            <child>
622
 
              <widget class="GtkLabel" id="label10">
623
 
                <property name="visible">True</property>
624
 
                <property name="label" translatable="yes">This CD could be more than one album. Please select which album it is below and press &lt;i&gt;Continue&lt;/i&gt;.</property>
625
 
                <property name="use_markup">True</property>
626
 
                <property name="wrap">True</property>
627
 
              </widget>
628
 
              <packing>
629
 
                <property name="expand">False</property>
630
 
                <property name="fill">False</property>
631
 
              </packing>
632
 
            </child>
633
 
            <child>
634
 
              <widget class="GtkScrolledWindow" id="scrolledwindow2">
635
 
                <property name="visible">True</property>
636
 
                <property name="can_focus">True</property>
637
 
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
638
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
639
 
                <property name="shadow_type">GTK_SHADOW_IN</property>
640
 
                <child>
641
 
                  <widget class="GtkTreeView" id="albums_listview">
642
 
                    <property name="visible">True</property>
643
 
                    <property name="can_focus">True</property>
644
 
                  </widget>
645
 
                </child>
646
 
              </widget>
647
 
              <packing>
648
 
                <property name="position">1</property>
649
 
              </packing>
650
 
            </child>
651
 
          </widget>
652
 
          <packing>
653
 
            <property name="position">1</property>
654
 
          </packing>
655
 
        </child>
656
 
        <child internal-child="action_area">
657
 
          <widget class="GtkHButtonBox" id="dialog-action_area2">
658
 
            <property name="visible">True</property>
659
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
660
 
            <child>
661
 
              <widget class="GtkButton" id="ok_button">
662
 
                <property name="visible">True</property>
663
 
                <property name="can_focus">True</property>
664
 
                <property name="can_default">True</property>
665
 
                <property name="has_default">True</property>
666
 
                <property name="response_id">-5</property>
667
 
                <child>
668
 
                  <widget class="GtkAlignment" id="alignment2">
669
 
                    <property name="visible">True</property>
670
 
                    <property name="xscale">0</property>
671
 
                    <property name="yscale">0</property>
672
 
                    <child>
673
 
                      <widget class="GtkHBox" id="hbox2">
674
 
                        <property name="visible">True</property>
675
 
                        <property name="spacing">2</property>
676
 
                        <child>
677
 
                          <widget class="GtkImage" id="image16">
678
 
                            <property name="visible">True</property>
679
 
                            <property name="stock">gtk-go-forward</property>
680
 
                          </widget>
681
 
                          <packing>
682
 
                            <property name="expand">False</property>
683
 
                            <property name="fill">False</property>
684
 
                          </packing>
685
 
                        </child>
686
 
                        <child>
687
 
                          <widget class="GtkLabel" id="label11">
688
 
                            <property name="visible">True</property>
689
 
                            <property name="label" translatable="yes">_Continue</property>
690
 
                            <property name="use_underline">True</property>
691
 
                          </widget>
692
 
                          <packing>
693
 
                            <property name="expand">False</property>
694
 
                            <property name="fill">False</property>
695
 
                            <property name="position">1</property>
696
 
                          </packing>
697
 
                        </child>
698
 
                      </widget>
699
 
                    </child>
700
 
                  </widget>
701
 
                </child>
702
 
              </widget>
703
 
            </child>
704
 
          </widget>
705
 
          <packing>
706
 
            <property name="expand">False</property>
707
 
            <property name="pack_type">GTK_PACK_END</property>
708
 
          </packing>
709
 
        </child>
710
 
      </widget>
711
 
    </child>
712
 
  </widget>
713
 
  <widget class="GtkDialog" id="prefs_dialog">
714
 
    <property name="border_width">5</property>
715
 
    <property name="title" translatable="yes">Preferences</property>
716
 
    <property name="resizable">False</property>
717
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
718
 
    <property name="has_separator">False</property>
719
 
    <signal name="delete_event" handler="gtk_widget_hide_on_delete"/>
720
 
    <child internal-child="vbox">
721
 
      <widget class="GtkVBox" id="dialog-vbox4">
722
 
        <property name="visible">True</property>
723
 
        <property name="spacing">2</property>
724
 
        <child>
725
 
          <widget class="GtkVBox" id="vbox11">
726
 
            <property name="visible">True</property>
727
 
            <property name="border_width">5</property>
728
 
            <property name="spacing">18</property>
729
 
            <child>
730
 
              <widget class="GtkVBox" id="frame_device">
731
 
                <property name="visible">True</property>
732
 
                <property name="spacing">6</property>
733
 
                <child>
734
 
                  <widget class="GtkLabel" id="label32">
735
 
                    <property name="visible">True</property>
736
 
                    <property name="xalign">0</property>
737
 
                    <property name="label" translatable="yes">&lt;b&gt;Device&lt;/b&gt;</property>
738
 
                    <property name="use_markup">True</property>
739
 
                  </widget>
740
 
                  <packing>
741
 
                    <property name="expand">False</property>
742
 
                    <property name="fill">False</property>
743
 
                  </packing>
744
 
                </child>
745
 
                <child>
746
 
                  <widget class="GtkAlignment" id="alignment5">
747
 
                    <property name="visible">True</property>
748
 
                    <property name="left_padding">12</property>
749
 
                    <child>
750
 
                      <widget class="GtkTable" id="table7">
751
 
                        <property name="visible">True</property>
752
 
                        <property name="n_rows">3</property>
753
 
                        <property name="n_columns">2</property>
754
 
                        <property name="column_spacing">12</property>
755
 
                        <property name="row_spacing">6</property>
756
 
                        <child>
757
 
                          <placeholder/>
758
 
                        </child>
759
 
                        <child>
760
 
                          <placeholder/>
761
 
                        </child>
762
 
                        <child>
763
 
                          <widget class="GtkLabel" id="cd_label">
764
 
                            <property name="visible">True</property>
765
 
                            <property name="xalign">0</property>
766
 
                            <property name="label" translatable="yes">CD _drive:</property>
767
 
                            <property name="use_underline">True</property>
768
 
                            <property name="mnemonic_widget">cd_option</property>
769
 
                          </widget>
770
 
                          <packing>
771
 
                            <property name="x_options">GTK_FILL</property>
772
 
                            <property name="y_options"></property>
773
 
                          </packing>
774
 
                        </child>
775
 
                        <child>
776
 
                          <widget class="Custom" id="cd_option">
777
 
                            <property name="visible">True</property>
778
 
                            <property name="can_focus">True</property>
779
 
                            <property name="creation_function">brasero_drive_selection_new</property>
780
 
                          </widget>
781
 
                          <packing>
782
 
                            <property name="left_attach">1</property>
783
 
                            <property name="right_attach">2</property>
784
 
                            <property name="y_options">GTK_FILL</property>
785
 
                          </packing>
786
 
                        </child>
787
 
                        <child>
788
 
                          <widget class="GtkCheckButton" id="check_eject">
789
 
                            <property name="visible">True</property>
790
 
                            <property name="can_focus">True</property>
791
 
                            <property name="label" translatable="yes">_Eject after extracting tracks</property>
792
 
                            <property name="use_underline">True</property>
793
 
                            <property name="response_id">0</property>
794
 
                            <property name="draw_indicator">True</property>
795
 
                          </widget>
796
 
                          <packing>
797
 
                            <property name="left_attach">1</property>
798
 
                            <property name="right_attach">2</property>
799
 
                            <property name="top_attach">1</property>
800
 
                            <property name="bottom_attach">2</property>
801
 
                            <property name="x_options">GTK_FILL</property>
802
 
                            <property name="y_options"></property>
803
 
                          </packing>
804
 
                        </child>
805
 
                        <child>
806
 
                          <widget class="GtkCheckButton" id="check_open">
807
 
                            <property name="visible">True</property>
808
 
                            <property name="can_focus">True</property>
809
 
                            <property name="label" translatable="yes">_Open music folder when finished</property>
810
 
                            <property name="use_underline">True</property>
811
 
                            <property name="response_id">0</property>
812
 
                            <property name="draw_indicator">True</property>
813
 
                          </widget>
814
 
                          <packing>
815
 
                            <property name="left_attach">1</property>
816
 
                            <property name="right_attach">2</property>
817
 
                            <property name="top_attach">2</property>
818
 
                            <property name="bottom_attach">3</property>
819
 
                            <property name="x_options">GTK_FILL</property>
820
 
                            <property name="y_options"></property>
821
 
                          </packing>
822
 
                        </child>
823
 
                      </widget>
824
 
                    </child>
825
 
                  </widget>
826
 
                  <packing>
827
 
                    <property name="position">1</property>
828
 
                  </packing>
829
 
                </child>
830
 
              </widget>
831
 
              <packing>
832
 
                <property name="expand">False</property>
833
 
              </packing>
834
 
            </child>
835
 
            <child>
836
 
              <widget class="GtkVBox" id="frame_folder">
837
 
                <property name="visible">True</property>
838
 
                <property name="spacing">6</property>
839
 
                <child>
840
 
                  <widget class="GtkLabel" id="label33">
841
 
                    <property name="visible">True</property>
842
 
                    <property name="xalign">0</property>
843
 
                    <property name="label" translatable="yes">&lt;b&gt;Music Folder&lt;/b&gt;</property>
844
 
                    <property name="use_markup">True</property>
845
 
                  </widget>
846
 
                  <packing>
847
 
                    <property name="expand">False</property>
848
 
                    <property name="fill">False</property>
849
 
                  </packing>
850
 
                </child>
851
 
                <child>
852
 
                  <widget class="GtkAlignment" id="alignment10">
853
 
                    <property name="visible">True</property>
854
 
                    <property name="left_padding">12</property>
855
 
                    <child>
856
 
                      <widget class="GtkHBox" id="hbox9">
857
 
                        <property name="visible">True</property>
858
 
                        <property name="spacing">12</property>
859
 
                        <child>
860
 
                          <widget class="GtkLabel" id="path_label">
861
 
                            <property name="visible">True</property>
862
 
                            <property name="xalign">0</property>
863
 
                            <property name="label" translatable="yes">_Folder:</property>
864
 
                            <property name="use_underline">True</property>
865
 
                            <property name="wrap">True</property>
866
 
                            <property name="mnemonic_widget">path_chooser</property>
867
 
                          </widget>
868
 
                          <packing>
869
 
                            <property name="expand">False</property>
870
 
                          </packing>
871
 
                        </child>
872
 
                        <child>
873
 
                          <widget class="GtkFileChooserButton" id="path_chooser">
874
 
                            <property name="visible">True</property>
875
 
                            <property name="local_only">False</property>
876
 
                            <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
877
 
                            <property name="title" translatable="yes">Select A Folder</property>
878
 
                            <signal name="current_folder_changed" handler="prefs_base_folder_changed"/>
879
 
                          </widget>
880
 
                          <packing>
881
 
                            <property name="position">1</property>
882
 
                          </packing>
883
 
                        </child>
884
 
                      </widget>
885
 
                    </child>
886
 
                  </widget>
887
 
                  <packing>
888
 
                    <property name="position">1</property>
889
 
                  </packing>
890
 
                </child>
891
 
              </widget>
892
 
              <packing>
893
 
                <property name="expand">False</property>
894
 
                <property name="position">1</property>
895
 
              </packing>
896
 
            </child>
897
 
            <child>
898
 
              <widget class="GtkVBox" id="frame_names">
899
 
                <property name="visible">True</property>
900
 
                <property name="spacing">6</property>
901
 
                <child>
902
 
                  <widget class="GtkLabel" id="label34">
903
 
                    <property name="visible">True</property>
904
 
                    <property name="xalign">0</property>
905
 
                    <property name="label" translatable="yes">&lt;b&gt;Track Names&lt;/b&gt;</property>
906
 
                    <property name="use_markup">True</property>
907
 
                  </widget>
908
 
                  <packing>
909
 
                    <property name="expand">False</property>
910
 
                    <property name="fill">False</property>
911
 
                  </packing>
912
 
                </child>
913
 
                <child>
914
 
                  <widget class="GtkAlignment" id="alignment11">
915
 
                    <property name="visible">True</property>
916
 
                    <property name="left_padding">12</property>
917
 
                    <child>
918
 
                      <widget class="GtkTable" id="table6">
919
 
                        <property name="visible">True</property>
920
 
                        <property name="n_rows">4</property>
921
 
                        <property name="n_columns">2</property>
922
 
                        <property name="column_spacing">12</property>
923
 
                        <property name="row_spacing">6</property>
924
 
                        <child>
925
 
                          <placeholder/>
926
 
                        </child>
927
 
                        <child>
928
 
                          <placeholder/>
929
 
                        </child>
930
 
                        <child>
931
 
                          <widget class="GtkLabel" id="folder_label">
932
 
                            <property name="visible">True</property>
933
 
                            <property name="xalign">0</property>
934
 
                            <property name="label" translatable="yes">Folder hie_rarchy:</property>
935
 
                            <property name="use_underline">True</property>
936
 
                            <property name="mnemonic_widget">path_option</property>
937
 
                          </widget>
938
 
                          <packing>
939
 
                            <property name="x_options">GTK_FILL</property>
940
 
                            <property name="y_options"></property>
941
 
                          </packing>
942
 
                        </child>
943
 
                        <child>
944
 
                          <widget class="GtkLabel" id="file_label">
945
 
                            <property name="visible">True</property>
946
 
                            <property name="xalign">0</property>
947
 
                            <property name="label" translatable="yes">File _name:</property>
948
 
                            <property name="use_underline">True</property>
949
 
                            <property name="mnemonic_widget">file_option</property>
950
 
                          </widget>
951
 
                          <packing>
952
 
                            <property name="top_attach">1</property>
953
 
                            <property name="bottom_attach">2</property>
954
 
                            <property name="x_options">GTK_FILL</property>
955
 
                            <property name="y_options"></property>
956
 
                          </packing>
957
 
                        </child>
958
 
                        <child>
959
 
                          <widget class="GtkComboBox" id="path_option">
960
 
                            <property name="visible">True</property>
961
 
                            <property name="items" translatable="yes"></property>
962
 
                          </widget>
963
 
                          <packing>
964
 
                            <property name="left_attach">1</property>
965
 
                            <property name="right_attach">2</property>
966
 
                            <property name="y_options">GTK_FILL</property>
967
 
                          </packing>
968
 
                        </child>
969
 
                        <child>
970
 
                          <widget class="GtkComboBox" id="file_option">
971
 
                            <property name="visible">True</property>
972
 
                            <property name="items" translatable="yes"></property>
973
 
                          </widget>
974
 
                          <packing>
975
 
                            <property name="left_attach">1</property>
976
 
                            <property name="right_attach">2</property>
977
 
                            <property name="top_attach">1</property>
978
 
                            <property name="bottom_attach">2</property>
979
 
                            <property name="y_options">GTK_FILL</property>
980
 
                          </packing>
981
 
                        </child>
982
 
                        <child>
983
 
                          <widget class="GtkLabel" id="path_example_label">
984
 
                            <property name="visible">True</property>
985
 
                            <property name="xalign">0</property>
986
 
                            <property name="use_markup">True</property>
987
 
                            <property name="ellipsize">PANGO_ELLIPSIZE_END</property>
988
 
                            <property name="single_line_mode">True</property>
989
 
                          </widget>
990
 
                          <packing>
991
 
                            <property name="left_attach">1</property>
992
 
                            <property name="right_attach">2</property>
993
 
                            <property name="top_attach">3</property>
994
 
                            <property name="bottom_attach">4</property>
995
 
                            <property name="x_options">GTK_FILL</property>
996
 
                            <property name="y_options"></property>
997
 
                          </packing>
998
 
                        </child>
999
 
                        <child>
1000
 
                          <widget class="GtkCheckButton" id="check_strip">
1001
 
                            <property name="visible">True</property>
1002
 
                            <property name="can_focus">True</property>
1003
 
                            <property name="label" translatable="yes">_Strip special characters</property>
1004
 
                            <property name="use_underline">True</property>
1005
 
                            <property name="response_id">0</property>
1006
 
                            <property name="draw_indicator">True</property>
1007
 
                          </widget>
1008
 
                          <packing>
1009
 
                            <property name="left_attach">1</property>
1010
 
                            <property name="right_attach">2</property>
1011
 
                            <property name="top_attach">2</property>
1012
 
                            <property name="bottom_attach">3</property>
1013
 
                            <property name="x_options">GTK_FILL</property>
1014
 
                            <property name="y_options"></property>
1015
 
                          </packing>
1016
 
                        </child>
1017
 
                      </widget>
1018
 
                    </child>
1019
 
                  </widget>
1020
 
                  <packing>
1021
 
                    <property name="position">1</property>
1022
 
                  </packing>
1023
 
                </child>
1024
 
              </widget>
1025
 
              <packing>
1026
 
                <property name="expand">False</property>
1027
 
                <property name="position">2</property>
1028
 
              </packing>
1029
 
            </child>
1030
 
            <child>
1031
 
              <widget class="GtkVBox" id="frame_format">
1032
 
                <property name="visible">True</property>
1033
 
                <property name="spacing">6</property>
1034
 
                <child>
1035
 
                  <widget class="GtkLabel" id="label35">
1036
 
                    <property name="visible">True</property>
1037
 
                    <property name="xalign">0</property>
1038
 
                    <property name="label" translatable="yes">&lt;b&gt;Format&lt;/b&gt;</property>
1039
 
                    <property name="use_markup">True</property>
1040
 
                  </widget>
1041
 
                  <packing>
1042
 
                    <property name="expand">False</property>
1043
 
                    <property name="fill">False</property>
1044
 
                  </packing>
1045
 
                </child>
1046
 
                <child>
1047
 
                  <widget class="GtkAlignment" id="alignment8">
1048
 
                    <property name="visible">True</property>
1049
 
                    <property name="left_padding">12</property>
1050
 
                    <child>
1051
 
                      <widget class="GtkHBox" id="hbox8">
1052
 
                        <property name="visible">True</property>
1053
 
                        <property name="spacing">12</property>
1054
 
                        <child>
1055
 
                          <widget class="GtkLabel" id="profile_label">
1056
 
                            <property name="visible">True</property>
1057
 
                            <property name="xalign">0</property>
1058
 
                            <property name="label" translatable="yes">O_utput Format:</property>
1059
 
                            <property name="use_underline">True</property>
1060
 
                            <property name="mnemonic_widget">audio_profile</property>
1061
 
                          </widget>
1062
 
                          <packing>
1063
 
                            <property name="expand">False</property>
1064
 
                            <property name="fill">False</property>
1065
 
                          </packing>
1066
 
                        </child>
1067
 
                        <child>
1068
 
                          <widget class="GtkHBox" id="hbox14">
1069
 
                            <property name="visible">True</property>
1070
 
                            <property name="spacing">6</property>
1071
 
                            <child>
1072
 
                              <widget class="Custom" id="audio_profile">
1073
 
                                <property name="visible">True</property>
1074
 
                                <property name="can_focus">True</property>
1075
 
                                <property name="creation_function">gm_audio_profile_choose_new</property>
1076
 
                                <signal name="changed" handler="prefs_profile_changed"/>
1077
 
                              </widget>
1078
 
                            </child>
1079
 
                            <child>
1080
 
                              <widget class="GtkButton" id="prefs_edit_profile">
1081
 
                                <property name="can_focus">True</property>
1082
 
                                <property name="response_id">0</property>
1083
 
                                <signal name="clicked" handler="prefs_edit_profile_clicked"/>
1084
 
                                <child>
1085
 
                                  <widget class="GtkAlignment" id="alignment9">
1086
 
                                    <property name="visible">True</property>
1087
 
                                    <property name="xscale">0</property>
1088
 
                                    <property name="yscale">0</property>
1089
 
                                    <child>
1090
 
                                      <widget class="GtkHBox" id="hbox11">
1091
 
                                        <property name="visible">True</property>
1092
 
                                        <property name="spacing">2</property>
1093
 
                                        <child>
1094
 
                                          <widget class="GtkImage" id="image71">
1095
 
                                            <property name="visible">True</property>
1096
 
                                            <property name="stock">gtk-edit</property>
1097
 
                                          </widget>
1098
 
                                          <packing>
1099
 
                                            <property name="expand">False</property>
1100
 
                                            <property name="fill">False</property>
1101
 
                                          </packing>
1102
 
                                        </child>
1103
 
                                        <child>
1104
 
                                          <widget class="GtkLabel" id="label38">
1105
 
                                            <property name="visible">True</property>
1106
 
                                            <property name="label" translatable="yes">Edit _Profiles...</property>
1107
 
                                            <property name="use_underline">True</property>
1108
 
                                          </widget>
1109
 
                                          <packing>
1110
 
                                            <property name="expand">False</property>
1111
 
                                            <property name="fill">False</property>
1112
 
                                            <property name="position">1</property>
1113
 
                                          </packing>
1114
 
                                        </child>
1115
 
                                      </widget>
1116
 
                                    </child>
1117
 
                                  </widget>
1118
 
                                </child>
1119
 
                              </widget>
1120
 
                              <packing>
1121
 
                                <property name="expand">False</property>
1122
 
                                <property name="fill">False</property>
1123
 
                                <property name="position">1</property>
1124
 
                              </packing>
1125
 
                            </child>
1126
 
                          </widget>
1127
 
                          <packing>
1128
 
                            <property name="position">1</property>
1129
 
                          </packing>
1130
 
                        </child>
1131
 
                      </widget>
1132
 
                    </child>
1133
 
                  </widget>
1134
 
                  <packing>
1135
 
                    <property name="position">1</property>
1136
 
                  </packing>
1137
 
                </child>
1138
 
              </widget>
1139
 
              <packing>
1140
 
                <property name="expand">False</property>
1141
 
                <property name="position">3</property>
1142
 
              </packing>
1143
 
            </child>
1144
 
          </widget>
1145
 
          <packing>
1146
 
            <property name="expand">False</property>
1147
 
            <property name="position">1</property>
1148
 
          </packing>
1149
 
        </child>
1150
 
        <child internal-child="action_area">
1151
 
          <widget class="GtkHButtonBox" id="dialog-action_area4">
1152
 
            <property name="visible">True</property>
1153
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1154
 
            <child>
1155
 
              <widget class="GtkButton" id="prefs_help">
1156
 
                <property name="visible">True</property>
1157
 
                <property name="can_focus">True</property>
1158
 
                <property name="can_default">True</property>
1159
 
                <property name="label">gtk-help</property>
1160
 
                <property name="use_stock">True</property>
1161
 
                <property name="response_id">-11</property>
1162
 
              </widget>
1163
 
            </child>
1164
 
            <child>
1165
 
              <widget class="GtkButton" id="prefs_close">
1166
 
                <property name="visible">True</property>
1167
 
                <property name="can_focus">True</property>
1168
 
                <property name="can_default">True</property>
1169
 
                <property name="label">gtk-close</property>
1170
 
                <property name="use_stock">True</property>
1171
 
                <property name="response_id">-7</property>
1172
 
              </widget>
1173
 
              <packing>
1174
 
                <property name="position">1</property>
1175
 
              </packing>
1176
 
            </child>
1177
 
          </widget>
1178
 
          <packing>
1179
 
            <property name="expand">False</property>
1180
 
            <property name="pack_type">GTK_PACK_END</property>
1181
 
          </packing>
1182
 
        </child>
1183
 
      </widget>
1184
 
    </child>
1185
 
  </widget>
1186
 
</glade-interface>