]> git.sesse.net Git - vlc/blob - plugins/gtk/intf_gnome.glade
-Forgot a bug for audio/spu change in the interface
[vlc] / plugins / gtk / intf_gnome.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>VideoLAN Client</name>
6   <program_name>vlc</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>True</gnome_support>
12   <gettext_support>True</gettext_support>
13   <output_main_file>False</output_main_file>
14   <output_build_files>False</output_build_files>
15   <backup_source_files>False</backup_source_files>
16   <main_source_file>gnome_interface.c</main_source_file>
17   <main_header_file>gnome_interface.h</main_header_file>
18   <handler_source_file>gnome_callbacks.c</handler_source_file>
19   <handler_header_file>gnome_callbacks.h</handler_header_file>
20   <support_source_file>gnome_support.c</support_source_file>
21   <support_header_file>gnome_support.h</support_header_file>
22 </project>
23
24 <widget>
25   <class>GnomeApp</class>
26   <name>intf_window</name>
27   <signal>
28     <name>delete_event</name>
29     <handler>GtkWindowDelete</handler>
30     <data>&quot;intf_window&quot;</data>
31     <last_modification_time>Sat, 19 May 2001 03:20:57 GMT</last_modification_time>
32   </signal>
33   <signal>
34     <name>drag_data_received</name>
35     <handler>GtkWindowDrag</handler>
36     <data>&quot;intf_window&quot;</data>
37     <last_modification_time>Sat, 19 May 2001 02:30:24 GMT</last_modification_time>
38   </signal>
39   <title>VideoLAN Client</title>
40   <type>GTK_WINDOW_TOPLEVEL</type>
41   <position>GTK_WIN_POS_NONE</position>
42   <modal>False</modal>
43   <allow_shrink>False</allow_shrink>
44   <allow_grow>True</allow_grow>
45   <auto_shrink>True</auto_shrink>
46   <enable_layout_config>True</enable_layout_config>
47
48   <widget>
49     <class>GnomeDock</class>
50     <child_name>GnomeApp:dock</child_name>
51     <name>dockitem</name>
52     <allow_floating>True</allow_floating>
53     <child>
54       <padding>0</padding>
55       <expand>True</expand>
56       <fill>True</fill>
57     </child>
58
59     <widget>
60       <class>GnomeDockItem</class>
61       <name>dockitem_menubar</name>
62       <border_width>2</border_width>
63       <placement>GNOME_DOCK_TOP</placement>
64       <band>0</band>
65       <position>0</position>
66       <offset>0</offset>
67       <locked>False</locked>
68       <exclusive>True</exclusive>
69       <never_floating>False</never_floating>
70       <never_vertical>True</never_vertical>
71       <never_horizontal>False</never_horizontal>
72       <shadow_type>GTK_SHADOW_OUT</shadow_type>
73
74       <widget>
75         <class>GtkMenuBar</class>
76         <name>menubar</name>
77         <border_width>2</border_width>
78         <shadow_type>GTK_SHADOW_NONE</shadow_type>
79
80         <widget>
81           <class>GtkMenuItem</class>
82           <name>menubar_file</name>
83           <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
84
85           <widget>
86             <class>GtkMenu</class>
87             <name>menubar_file_menu</name>
88
89             <widget>
90               <class>GtkPixmapMenuItem</class>
91               <name>menubar_open</name>
92               <tooltip>Open a File</tooltip>
93               <signal>
94                 <name>activate</name>
95                 <handler>GnomeMenubarFileOpenActivate</handler>
96                 <data>&quot;intf_window&quot;</data>
97                 <last_modification_time>Sat, 19 May 2001 16:27:02 GMT</last_modification_time>
98               </signal>
99               <label>_Open File...</label>
100               <right_justify>False</right_justify>
101               <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
102             </widget>
103
104             <widget>
105               <class>GtkPixmapMenuItem</class>
106               <name>menubar_disc</name>
107               <tooltip>Open a DVD or VCD</tooltip>
108               <signal>
109                 <name>activate</name>
110                 <handler>GnomeMenubarDiscOpenActivate</handler>
111                 <data>&quot;intf_window&quot;</data>
112                 <last_modification_time>Sat, 19 May 2001 16:27:10 GMT</last_modification_time>
113               </signal>
114               <label>Open _Disc...</label>
115               <right_justify>False</right_justify>
116               <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
117             </widget>
118
119             <widget>
120               <class>GtkPixmapMenuItem</class>
121               <name>menubar_network</name>
122               <tooltip>Select a Network Stream</tooltip>
123               <signal>
124                 <name>activate</name>
125                 <handler>GnomeMenbarNetworkOpenActivate</handler>
126                 <data>&quot;intf_window&quot;</data>
127                 <last_modification_time>Sat, 19 May 2001 16:27:39 GMT</last_modification_time>
128               </signal>
129               <label>_Network Stream...</label>
130               <right_justify>False</right_justify>
131               <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
132             </widget>
133
134             <widget>
135               <class>GtkMenuItem</class>
136               <name>separator1</name>
137               <right_justify>False</right_justify>
138             </widget>
139
140             <widget>
141               <class>GtkPixmapMenuItem</class>
142               <name>menubar_exit</name>
143               <signal>
144                 <name>activate</name>
145                 <handler>GnomeMenubarExitActivate</handler>
146                 <data>&quot;intf_window&quot;</data>
147                 <last_modification_time>Sat, 19 May 2001 16:27:52 GMT</last_modification_time>
148               </signal>
149               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
150             </widget>
151           </widget>
152         </widget>
153
154         <widget>
155           <class>GtkMenuItem</class>
156           <name>menubar_view</name>
157           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
158
159           <widget>
160             <class>GtkMenu</class>
161             <name>menubar_view_menu</name>
162
163             <widget>
164               <class>GtkMenuItem</class>
165               <name>menubar_hide_interface</name>
166               <signal>
167                 <name>activate</name>
168                 <handler>GnomeMenubarWindowToggleActivate</handler>
169                 <data>&quot;intf_window&quot;</data>
170                 <last_modification_time>Sat, 19 May 2001 16:28:06 GMT</last_modification_time>
171               </signal>
172               <label>_Hide interface</label>
173               <right_justify>False</right_justify>
174             </widget>
175
176             <widget>
177               <class>GtkMenuItem</class>
178               <name>menubar_fullscreen</name>
179               <signal>
180                 <name>activate</name>
181                 <handler>GnomeMenubarFullscreenActivate</handler>
182                 <data>&quot;intf_window&quot;</data>
183                 <last_modification_time>Sat, 19 May 2001 16:28:15 GMT</last_modification_time>
184               </signal>
185               <label>_Fullscreen</label>
186               <right_justify>False</right_justify>
187             </widget>
188
189             <widget>
190               <class>GtkMenuItem</class>
191               <name>separator9</name>
192               <right_justify>False</right_justify>
193             </widget>
194
195             <widget>
196               <class>GtkMenuItem</class>
197               <name>menubar_title</name>
198               <sensitive>False</sensitive>
199               <tooltip>Choose title</tooltip>
200               <label>_Title</label>
201               <right_justify>False</right_justify>
202             </widget>
203
204             <widget>
205               <class>GtkMenuItem</class>
206               <name>menubar_chapter</name>
207               <sensitive>False</sensitive>
208               <tooltip>Choose chapter</tooltip>
209               <label>_Chapter</label>
210               <right_justify>False</right_justify>
211             </widget>
212
213             <widget>
214               <class>GtkMenuItem</class>
215               <name>menubar_angle</name>
216               <sensitive>False</sensitive>
217               <tooltip>Choose angle</tooltip>
218               <label>An_gle</label>
219               <right_justify>False</right_justify>
220             </widget>
221
222             <widget>
223               <class>GtkMenuItem</class>
224               <name>separator7</name>
225               <right_justify>False</right_justify>
226             </widget>
227
228             <widget>
229               <class>GtkPixmapMenuItem</class>
230               <name>menubar_playlist</name>
231               <tooltip>Open the playlist window</tooltip>
232               <signal>
233                 <name>activate</name>
234                 <handler>GnomeMenubarPlaylistActivate</handler>
235                 <data>&quot;intf_window&quot;</data>
236                 <last_modification_time>Sat, 19 May 2001 16:28:41 GMT</last_modification_time>
237               </signal>
238               <label>_Playlist...</label>
239               <right_justify>False</right_justify>
240               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
241             </widget>
242
243             <widget>
244               <class>GtkPixmapMenuItem</class>
245               <name>menubar_modules</name>
246               <sensitive>False</sensitive>
247               <tooltip>Open the plugin manager</tooltip>
248               <signal>
249                 <name>activate</name>
250                 <handler>GnomeMenubarModulesActivate</handler>
251                 <data>&quot;intf_window&quot;</data>
252                 <last_modification_time>Sat, 19 May 2001 16:28:53 GMT</last_modification_time>
253               </signal>
254               <label>_Modules...</label>
255               <right_justify>False</right_justify>
256               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
257             </widget>
258           </widget>
259         </widget>
260
261         <widget>
262           <class>GtkMenuItem</class>
263           <name>menubar_settings</name>
264           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
265
266           <widget>
267             <class>GtkMenu</class>
268             <name>menubar_settings_menu</name>
269
270             <widget>
271               <class>GtkMenuItem</class>
272               <name>menubar_audio</name>
273               <sensitive>False</sensitive>
274               <tooltip>Select audio channel</tooltip>
275               <label>_Audio</label>
276               <right_justify>False</right_justify>
277             </widget>
278
279             <widget>
280               <class>GtkMenuItem</class>
281               <name>menubar_subpictures</name>
282               <sensitive>False</sensitive>
283               <tooltip>Select subtitle unit</tooltip>
284               <label>_Subtitles</label>
285               <right_justify>False</right_justify>
286             </widget>
287
288             <widget>
289               <class>GtkMenuItem</class>
290               <name>separator5</name>
291               <right_justify>False</right_justify>
292             </widget>
293
294             <widget>
295               <class>GtkPixmapMenuItem</class>
296               <name>menubar_preferences</name>
297               <signal>
298                 <name>activate</name>
299                 <handler>GnomeMenubarPreferencesActivate</handler>
300                 <data>&quot;intf_window&quot;</data>
301                 <last_modification_time>Sat, 19 May 2001 16:29:03 GMT</last_modification_time>
302               </signal>
303               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
304             </widget>
305           </widget>
306         </widget>
307
308         <widget>
309           <class>GtkMenuItem</class>
310           <name>menubar_help</name>
311           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
312
313           <widget>
314             <class>GtkMenu</class>
315             <name>menubar_help_menu</name>
316
317             <widget>
318               <class>GtkPixmapMenuItem</class>
319               <name>menubar_about</name>
320               <signal>
321                 <name>activate</name>
322                 <handler>GnomeMenubarAboutActivate</handler>
323                 <data>&quot;intf_window&quot;</data>
324                 <last_modification_time>Sat, 19 May 2001 16:29:19 GMT</last_modification_time>
325               </signal>
326               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
327             </widget>
328           </widget>
329         </widget>
330       </widget>
331     </widget>
332
333     <widget>
334       <class>GnomeDockItem</class>
335       <name>dockitem_toolbar</name>
336       <border_width>2</border_width>
337       <placement>GNOME_DOCK_TOP</placement>
338       <band>1</band>
339       <position>0</position>
340       <offset>2</offset>
341       <locked>False</locked>
342       <exclusive>True</exclusive>
343       <never_floating>False</never_floating>
344       <never_vertical>False</never_vertical>
345       <never_horizontal>False</never_horizontal>
346       <shadow_type>GTK_SHADOW_OUT</shadow_type>
347
348       <widget>
349         <class>GtkToolbar</class>
350         <name>toolbar</name>
351         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
352         <type>GTK_TOOLBAR_BOTH</type>
353         <space_size>16</space_size>
354         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
355         <relief>GTK_RELIEF_NONE</relief>
356         <tooltips>True</tooltips>
357
358         <widget>
359           <class>GtkButton</class>
360           <child_name>Toolbar:button</child_name>
361           <name>toolbar_file</name>
362           <tooltip>Open a File</tooltip>
363           <signal>
364             <name>button_press_event</name>
365             <handler>GtkFileOpenShow</handler>
366             <data>&quot;intf_window&quot;</data>
367             <last_modification_time>Sat, 19 May 2001 03:14:43 GMT</last_modification_time>
368           </signal>
369           <label>File</label>
370           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
371         </widget>
372
373         <widget>
374           <class>GtkButton</class>
375           <child_name>Toolbar:button</child_name>
376           <name>toolbar_disc</name>
377           <tooltip>Open a DVD or VCD</tooltip>
378           <signal>
379             <name>button_press_event</name>
380             <handler>GtkDiscOpenShow</handler>
381             <data>&quot;intf_window&quot;</data>
382             <last_modification_time>Sat, 19 May 2001 03:14:38 GMT</last_modification_time>
383           </signal>
384           <label>Disc</label>
385           <stock_pixmap>GNOME_STOCK_PIXMAP_CDROM</stock_pixmap>
386         </widget>
387
388         <widget>
389           <class>GtkButton</class>
390           <child_name>Toolbar:button</child_name>
391           <name>toolbar_network</name>
392           <tooltip>Select a Network Stream</tooltip>
393           <signal>
394             <name>button_press_event</name>
395             <handler>GtkNetworkOpenShow</handler>
396             <data>&quot;intf_window&quot;</data>
397             <last_modification_time>Sat, 19 May 2001 03:14:33 GMT</last_modification_time>
398           </signal>
399           <label>Net</label>
400           <stock_pixmap>GNOME_STOCK_PIXMAP_REFRESH</stock_pixmap>
401         </widget>
402
403         <widget>
404           <class>GtkButton</class>
405           <child_name>Toolbar:button</child_name>
406           <name>toolbar_back</name>
407           <sensitive>False</sensitive>
408           <tooltip>Go Backwards</tooltip>
409           <signal>
410             <name>button_press_event</name>
411             <handler>GtkControlBack</handler>
412             <data>&quot;intf_window&quot;</data>
413             <last_modification_time>Sat, 19 May 2001 03:14:27 GMT</last_modification_time>
414           </signal>
415           <label>Back</label>
416           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
417           <child>
418             <new_group>True</new_group>
419           </child>
420         </widget>
421
422         <widget>
423           <class>GtkButton</class>
424           <child_name>Toolbar:button</child_name>
425           <name>toolbar_stop</name>
426           <sensitive>False</sensitive>
427           <tooltip>Stop Stream</tooltip>
428           <signal>
429             <name>button_press_event</name>
430             <handler>GtkControlStop</handler>
431             <data>&quot;intf_window&quot;</data>
432             <last_modification_time>Sat, 19 May 2001 03:14:22 GMT</last_modification_time>
433           </signal>
434           <label>Stop</label>
435           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
436         </widget>
437
438         <widget>
439           <class>GtkButton</class>
440           <child_name>Toolbar:button</child_name>
441           <name>toolbar_play</name>
442           <tooltip>Play Stream</tooltip>
443           <signal>
444             <name>button_press_event</name>
445             <handler>GtkControlPlay</handler>
446             <data>&quot;intf_window&quot;</data>
447             <last_modification_time>Sat, 19 May 2001 03:14:17 GMT</last_modification_time>
448           </signal>
449           <label>Play</label>
450           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
451         </widget>
452
453         <widget>
454           <class>GtkButton</class>
455           <child_name>Toolbar:button</child_name>
456           <name>toolbar_pause</name>
457           <sensitive>False</sensitive>
458           <tooltip>Pause Stream</tooltip>
459           <signal>
460             <name>button_press_event</name>
461             <handler>GtkControlPause</handler>
462             <data>&quot;intf_window&quot;</data>
463             <last_modification_time>Sat, 19 May 2001 03:14:05 GMT</last_modification_time>
464           </signal>
465           <label>Pause</label>
466           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
467         </widget>
468
469         <widget>
470           <class>GtkButton</class>
471           <child_name>Toolbar:button</child_name>
472           <name>toolbar_slow</name>
473           <sensitive>False</sensitive>
474           <tooltip>Play Slower</tooltip>
475           <signal>
476             <name>button_press_event</name>
477             <handler>GtkControlSlow</handler>
478             <data>&quot;intf_window&quot;</data>
479             <last_modification_time>Sat, 19 May 2001 03:13:58 GMT</last_modification_time>
480           </signal>
481           <label>Slow</label>
482           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
483         </widget>
484
485         <widget>
486           <class>GtkButton</class>
487           <child_name>Toolbar:button</child_name>
488           <name>toolbar_fast</name>
489           <sensitive>False</sensitive>
490           <tooltip>Play Faster</tooltip>
491           <signal>
492             <name>button_press_event</name>
493             <handler>GtkControlFast</handler>
494             <data>&quot;intf_window&quot;</data>
495             <last_modification_time>Sat, 19 May 2001 03:13:53 GMT</last_modification_time>
496           </signal>
497           <label>Fast</label>
498           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
499         </widget>
500
501         <widget>
502           <class>GtkButton</class>
503           <child_name>Toolbar:button</child_name>
504           <name>toolbar_playlist</name>
505           <tooltip>Open Playlist</tooltip>
506           <signal>
507             <name>button_press_event</name>
508             <handler>GtkPlaylistShow</handler>
509             <data>&quot;intf_window&quot;</data>
510             <last_modification_time>Sat, 19 May 2001 03:13:48 GMT</last_modification_time>
511           </signal>
512           <label>Playlist</label>
513           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
514           <child>
515             <new_group>True</new_group>
516           </child>
517         </widget>
518
519         <widget>
520           <class>GtkButton</class>
521           <child_name>Toolbar:button</child_name>
522           <name>toolbar_prev</name>
523           <tooltip>Previous File</tooltip>
524           <signal>
525             <name>button_press_event</name>
526             <handler>GtkPlaylistPrev</handler>
527             <data>&quot;intf_window&quot;</data>
528             <last_modification_time>Sat, 19 May 2001 03:13:44 GMT</last_modification_time>
529           </signal>
530           <label>Prev</label>
531           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
532         </widget>
533
534         <widget>
535           <class>GtkButton</class>
536           <child_name>Toolbar:button</child_name>
537           <name>toolbar_next</name>
538           <tooltip>Next File</tooltip>
539           <signal>
540             <name>button_press_event</name>
541             <handler>GtkPlaylistNext</handler>
542             <data>&quot;intf_window&quot;</data>
543             <last_modification_time>Sat, 19 May 2001 03:13:40 GMT</last_modification_time>
544           </signal>
545           <label>Next</label>
546           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
547         </widget>
548       </widget>
549     </widget>
550
551     <widget>
552       <class>GtkVBox</class>
553       <child_name>GnomeDock:contents</child_name>
554       <name>vbox8</name>
555       <homogeneous>False</homogeneous>
556       <spacing>0</spacing>
557
558       <widget>
559         <class>GtkFrame</class>
560         <name>slider_frame</name>
561         <visible>False</visible>
562         <label>-:--:--</label>
563         <label_xalign>0.05</label_xalign>
564         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
565         <child>
566           <padding>0</padding>
567           <expand>True</expand>
568           <fill>True</fill>
569         </child>
570
571         <widget>
572           <class>GtkHScale</class>
573           <name>slider</name>
574           <can_focus>True</can_focus>
575           <signal>
576             <name>button_press_event</name>
577             <handler>GtkSliderPress</handler>
578             <data>&quot;intf_window&quot;</data>
579             <last_modification_time>Sat, 19 May 2001 03:12:57 GMT</last_modification_time>
580           </signal>
581           <signal>
582             <name>button_release_event</name>
583             <handler>GtkSliderRelease</handler>
584             <data>&quot;intf_window&quot;</data>
585             <last_modification_time>Sat, 19 May 2001 03:13:00 GMT</last_modification_time>
586           </signal>
587           <draw_value>False</draw_value>
588           <value_pos>GTK_POS_TOP</value_pos>
589           <digits>3</digits>
590           <policy>GTK_UPDATE_CONTINUOUS</policy>
591           <value>0</value>
592           <lower>0</lower>
593           <upper>100</upper>
594           <step>1</step>
595           <page>6.25</page>
596           <page_size>0</page_size>
597         </widget>
598       </widget>
599
600       <widget>
601         <class>GtkHBox</class>
602         <name>file_box</name>
603         <homogeneous>False</homogeneous>
604         <spacing>0</spacing>
605         <child>
606           <padding>0</padding>
607           <expand>True</expand>
608           <fill>True</fill>
609         </child>
610
611         <widget>
612           <class>GtkLabel</class>
613           <name>label_status</name>
614           <label></label>
615           <justify>GTK_JUSTIFY_CENTER</justify>
616           <wrap>False</wrap>
617           <xalign>0.5</xalign>
618           <yalign>0.5</yalign>
619           <xpad>0</xpad>
620           <ypad>0</ypad>
621           <child>
622             <padding>0</padding>
623             <expand>True</expand>
624             <fill>True</fill>
625           </child>
626         </widget>
627       </widget>
628
629       <widget>
630         <class>GtkHBox</class>
631         <name>dvd_box</name>
632         <visible>False</visible>
633         <homogeneous>False</homogeneous>
634         <spacing>0</spacing>
635         <child>
636           <padding>0</padding>
637           <expand>True</expand>
638           <fill>True</fill>
639         </child>
640
641         <widget>
642           <class>GtkLabel</class>
643           <name>label21</name>
644           <label>DVD  </label>
645           <justify>GTK_JUSTIFY_CENTER</justify>
646           <wrap>False</wrap>
647           <xalign>0.5</xalign>
648           <yalign>0.5</yalign>
649           <xpad>0</xpad>
650           <ypad>0</ypad>
651           <child>
652             <padding>0</padding>
653             <expand>True</expand>
654             <fill>False</fill>
655           </child>
656         </widget>
657
658         <widget>
659           <class>GtkHBox</class>
660           <name>title_chapter_box</name>
661           <homogeneous>False</homogeneous>
662           <spacing>10</spacing>
663           <child>
664             <padding>0</padding>
665             <expand>True</expand>
666             <fill>False</fill>
667           </child>
668
669           <widget>
670             <class>GtkLabel</class>
671             <name>label19</name>
672             <label>Title:</label>
673             <justify>GTK_JUSTIFY_CENTER</justify>
674             <wrap>False</wrap>
675             <xalign>0.5</xalign>
676             <yalign>0.5</yalign>
677             <xpad>0</xpad>
678             <ypad>0</ypad>
679             <child>
680               <padding>0</padding>
681               <expand>False</expand>
682               <fill>False</fill>
683             </child>
684           </widget>
685
686           <widget>
687             <class>GtkLabel</class>
688             <name>title_label</name>
689             <label>--</label>
690             <justify>GTK_JUSTIFY_CENTER</justify>
691             <wrap>False</wrap>
692             <xalign>0.5</xalign>
693             <yalign>0.5</yalign>
694             <xpad>0</xpad>
695             <ypad>0</ypad>
696             <child>
697               <padding>0</padding>
698               <expand>False</expand>
699               <fill>False</fill>
700             </child>
701           </widget>
702
703           <widget>
704             <class>GtkButton</class>
705             <name>button_title_prev</name>
706             <tooltip>Select previous title</tooltip>
707             <can_focus>True</can_focus>
708             <signal>
709               <name>clicked</name>
710               <handler>GtkTitlePrev</handler>
711               <data>&quot;intf_window&quot;</data>
712               <last_modification_time>Sat, 19 May 2001 03:13:28 GMT</last_modification_time>
713             </signal>
714             <stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
715             <relief>GTK_RELIEF_NONE</relief>
716             <child>
717               <padding>0</padding>
718               <expand>False</expand>
719               <fill>False</fill>
720             </child>
721           </widget>
722
723           <widget>
724             <class>GtkButton</class>
725             <name>button_title_next</name>
726             <can_focus>True</can_focus>
727             <signal>
728               <name>clicked</name>
729               <handler>GtkTitleNext</handler>
730               <data>&quot;intf_window&quot;</data>
731               <last_modification_time>Sat, 19 May 2001 03:13:23 GMT</last_modification_time>
732             </signal>
733             <stock_button>GNOME_STOCK_BUTTON_NEXT</stock_button>
734             <relief>GTK_RELIEF_NONE</relief>
735             <child>
736               <padding>0</padding>
737               <expand>False</expand>
738               <fill>False</fill>
739             </child>
740           </widget>
741         </widget>
742
743         <widget>
744           <class>GtkVSeparator</class>
745           <name>vseparator1</name>
746           <child>
747             <padding>0</padding>
748             <expand>False</expand>
749             <fill>False</fill>
750           </child>
751         </widget>
752
753         <widget>
754           <class>GtkHBox</class>
755           <name>dvd_chapter_box</name>
756           <homogeneous>False</homogeneous>
757           <spacing>10</spacing>
758           <child>
759             <padding>0</padding>
760             <expand>True</expand>
761             <fill>False</fill>
762           </child>
763
764           <widget>
765             <class>GtkLabel</class>
766             <name>label20</name>
767             <label>Chapter:</label>
768             <justify>GTK_JUSTIFY_CENTER</justify>
769             <wrap>False</wrap>
770             <xalign>0.5</xalign>
771             <yalign>0.5</yalign>
772             <xpad>0</xpad>
773             <ypad>0</ypad>
774             <child>
775               <padding>0</padding>
776               <expand>False</expand>
777               <fill>False</fill>
778             </child>
779           </widget>
780
781           <widget>
782             <class>GtkLabel</class>
783             <name>chapter_label</name>
784             <label>---</label>
785             <justify>GTK_JUSTIFY_CENTER</justify>
786             <wrap>False</wrap>
787             <xalign>0.5</xalign>
788             <yalign>0.5</yalign>
789             <xpad>0</xpad>
790             <ypad>0</ypad>
791             <child>
792               <padding>0</padding>
793               <expand>False</expand>
794               <fill>False</fill>
795             </child>
796           </widget>
797
798           <widget>
799             <class>GtkButton</class>
800             <name>button_chapter_prev</name>
801             <tooltip>Select previous chapter</tooltip>
802             <can_focus>True</can_focus>
803             <signal>
804               <name>clicked</name>
805               <handler>GtkChapterPrev</handler>
806               <last_modification_time>Sat, 19 May 2001 02:46:07 GMT</last_modification_time>
807             </signal>
808             <stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
809             <relief>GTK_RELIEF_NONE</relief>
810             <child>
811               <padding>0</padding>
812               <expand>False</expand>
813               <fill>False</fill>
814             </child>
815           </widget>
816
817           <widget>
818             <class>GtkButton</class>
819             <name>button_chapter_next</name>
820             <tooltip>Select next chapter</tooltip>
821             <can_focus>True</can_focus>
822             <signal>
823               <name>clicked</name>
824               <handler>GtkChapterNext</handler>
825               <data>&quot;intf_window&quot;</data>
826               <last_modification_time>Sat, 19 May 2001 03:13:08 GMT</last_modification_time>
827             </signal>
828             <stock_button>GNOME_STOCK_BUTTON_NEXT</stock_button>
829             <relief>GTK_RELIEF_NONE</relief>
830             <child>
831               <padding>0</padding>
832               <expand>False</expand>
833               <fill>False</fill>
834             </child>
835           </widget>
836         </widget>
837       </widget>
838
839       <widget>
840         <class>GtkHBox</class>
841         <name>network_box</name>
842         <visible>False</visible>
843         <homogeneous>True</homogeneous>
844         <spacing>0</spacing>
845         <child>
846           <padding>0</padding>
847           <expand>False</expand>
848           <fill>False</fill>
849         </child>
850
851         <widget>
852           <class>GtkLabel</class>
853           <name>network_address_label</name>
854           <label>No server</label>
855           <justify>GTK_JUSTIFY_CENTER</justify>
856           <wrap>False</wrap>
857           <xalign>0.5</xalign>
858           <yalign>0.5</yalign>
859           <xpad>0</xpad>
860           <ypad>0</ypad>
861           <child>
862             <padding>0</padding>
863             <expand>False</expand>
864             <fill>False</fill>
865           </child>
866         </widget>
867
868         <widget>
869           <class>GtkHBox</class>
870           <name>network_channel_box</name>
871           <visible>False</visible>
872           <homogeneous>False</homogeneous>
873           <spacing>0</spacing>
874           <child>
875             <padding>0</padding>
876             <expand>False</expand>
877             <fill>False</fill>
878           </child>
879
880           <widget>
881             <class>GtkLabel</class>
882             <name>label_network</name>
883             <label>Network Channel:</label>
884             <justify>GTK_JUSTIFY_CENTER</justify>
885             <wrap>False</wrap>
886             <xalign>0.5</xalign>
887             <yalign>0.5</yalign>
888             <xpad>0</xpad>
889             <ypad>0</ypad>
890             <child>
891               <padding>5</padding>
892               <expand>True</expand>
893               <fill>False</fill>
894             </child>
895           </widget>
896
897           <widget>
898             <class>GtkSpinButton</class>
899             <name>network_spinbutton</name>
900             <sensitive>False</sensitive>
901             <can_focus>True</can_focus>
902             <climb_rate>1</climb_rate>
903             <digits>0</digits>
904             <numeric>False</numeric>
905             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
906             <snap>False</snap>
907             <wrap>False</wrap>
908             <value>1</value>
909             <lower>0</lower>
910             <upper>100</upper>
911             <step>1</step>
912             <page>10</page>
913             <page_size>10</page_size>
914             <child>
915               <padding>5</padding>
916               <expand>False</expand>
917               <fill>True</fill>
918             </child>
919           </widget>
920         </widget>
921       </widget>
922     </widget>
923   </widget>
924
925   <widget>
926     <class>GnomeAppBar</class>
927     <child_name>GnomeApp:appbar</child_name>
928     <name>appbar</name>
929     <width>500</width>
930     <has_progress>False</has_progress>
931     <has_status>True</has_status>
932     <child>
933       <padding>0</padding>
934       <expand>True</expand>
935       <fill>True</fill>
936     </child>
937   </widget>
938 </widget>
939
940 <widget>
941   <class>GtkMenu</class>
942   <name>intf_popup</name>
943
944   <widget>
945     <class>GtkPixmapMenuItem</class>
946     <name>popup_play</name>
947     <signal>
948       <name>activate</name>
949       <handler>GnomePopupPlayActivate</handler>
950       <data>&quot;intf_popup&quot;</data>
951       <last_modification_time>Sat, 19 May 2001 16:16:58 GMT</last_modification_time>
952     </signal>
953     <label>Play</label>
954     <right_justify>False</right_justify>
955     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
956   </widget>
957
958   <widget>
959     <class>GtkPixmapMenuItem</class>
960     <name>popup_pause</name>
961     <signal>
962       <name>activate</name>
963       <handler>GnomePopupPauseActivate</handler>
964       <data>&quot;intf_popup&quot;</data>
965       <last_modification_time>Sat, 19 May 2001 16:17:31 GMT</last_modification_time>
966     </signal>
967     <label>Pause</label>
968     <right_justify>False</right_justify>
969     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
970   </widget>
971
972   <widget>
973     <class>GtkPixmapMenuItem</class>
974     <name>popup_stop</name>
975     <signal>
976       <name>activate</name>
977       <handler>GnomePopupStopActivate</handler>
978       <data>&quot;intf_popup&quot;</data>
979       <last_modification_time>Sat, 19 May 2001 16:18:10 GMT</last_modification_time>
980     </signal>
981     <label>Stop</label>
982     <right_justify>False</right_justify>
983     <stock_icon>GNOME_STOCK_MENU_STOP</stock_icon>
984   </widget>
985
986   <widget>
987     <class>GtkPixmapMenuItem</class>
988     <name>popup_back</name>
989     <sensitive>False</sensitive>
990     <signal>
991       <name>activate</name>
992       <handler>GnomePopupBackActivate</handler>
993       <data>&quot;intf_popup&quot;</data>
994       <last_modification_time>Sat, 19 May 2001 16:18:21 GMT</last_modification_time>
995     </signal>
996     <label>Back</label>
997     <right_justify>False</right_justify>
998     <stock_icon>GNOME_STOCK_MENU_BACK</stock_icon>
999   </widget>
1000
1001   <widget>
1002     <class>GtkPixmapMenuItem</class>
1003     <name>popup_slow</name>
1004     <signal>
1005       <name>activate</name>
1006       <handler>GnomePopupSlowActivate</handler>
1007       <data>&quot;intf_popup&quot;</data>
1008       <last_modification_time>Sat, 19 May 2001 16:18:29 GMT</last_modification_time>
1009     </signal>
1010     <label>Slow</label>
1011     <right_justify>False</right_justify>
1012     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
1013   </widget>
1014
1015   <widget>
1016     <class>GtkPixmapMenuItem</class>
1017     <name>popup_fast</name>
1018     <signal>
1019       <name>activate</name>
1020       <handler>GnomePopupFastActivate</handler>
1021       <data>&quot;intf_popup&quot;</data>
1022       <last_modification_time>Sat, 19 May 2001 16:18:37 GMT</last_modification_time>
1023     </signal>
1024     <label>Fast</label>
1025     <right_justify>False</right_justify>
1026     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
1027   </widget>
1028
1029   <widget>
1030     <class>GtkMenuItem</class>
1031     <name>separator3</name>
1032     <right_justify>False</right_justify>
1033   </widget>
1034
1035   <widget>
1036     <class>GtkMenuItem</class>
1037     <name>popup_interface_toggle</name>
1038     <signal>
1039       <name>activate</name>
1040       <handler>GnomePopupWindowToggleActivate</handler>
1041       <data>&quot;intf_popup&quot;</data>
1042       <last_modification_time>Sat, 19 May 2001 16:18:51 GMT</last_modification_time>
1043     </signal>
1044     <label>Toggle _Interface</label>
1045     <right_justify>False</right_justify>
1046   </widget>
1047
1048   <widget>
1049     <class>GtkMenuItem</class>
1050     <name>popup_fullscreen</name>
1051     <tooltip>Toggle fullscreen mode</tooltip>
1052     <signal>
1053       <name>activate</name>
1054       <handler>GnomePopupFullscreenActivate</handler>
1055       <data>&quot;intf_popup&quot;</data>
1056       <last_modification_time>Sat, 19 May 2001 16:19:07 GMT</last_modification_time>
1057     </signal>
1058     <label>_Fullscreen</label>
1059     <right_justify>False</right_justify>
1060   </widget>
1061
1062   <widget>
1063     <class>GtkMenuItem</class>
1064     <name>separator8</name>
1065     <right_justify>False</right_justify>
1066   </widget>
1067
1068   <widget>
1069     <class>GtkMenuItem</class>
1070     <name>popup_next</name>
1071     <signal>
1072       <name>activate</name>
1073       <handler>GnomePopupNextActivate</handler>
1074       <data>&quot;intf_popup&quot;</data>
1075       <last_modification_time>Sat, 19 May 2001 16:19:18 GMT</last_modification_time>
1076     </signal>
1077     <label>Next</label>
1078     <right_justify>False</right_justify>
1079   </widget>
1080
1081   <widget>
1082     <class>GtkMenuItem</class>
1083     <name>popup_prev</name>
1084     <signal>
1085       <name>activate</name>
1086       <handler>GnomePopupPrevActivate</handler>
1087       <data>&quot;intf_popup&quot;</data>
1088       <last_modification_time>Sat, 19 May 2001 16:19:26 GMT</last_modification_time>
1089     </signal>
1090     <label>Prev</label>
1091     <right_justify>False</right_justify>
1092   </widget>
1093
1094   <widget>
1095     <class>GtkPixmapMenuItem</class>
1096     <name>popup_jump</name>
1097     <tooltip>Got directly so specified point</tooltip>
1098     <signal>
1099       <name>activate</name>
1100       <handler>GnomePopupJumpActivate</handler>
1101       <data>&quot;intf_popup&quot;</data>
1102       <last_modification_time>Sat, 19 May 2001 16:34:46 GMT</last_modification_time>
1103     </signal>
1104     <label>_Jump...</label>
1105     <right_justify>False</right_justify>
1106     <stock_icon>GNOME_STOCK_MENU_JUMP_TO</stock_icon>
1107   </widget>
1108
1109   <widget>
1110     <class>GtkPixmapMenuItem</class>
1111     <name>popup_navigation</name>
1112     <sensitive>False</sensitive>
1113     <tooltip>Navigate through titles and chapters</tooltip>
1114     <label>_Navigation</label>
1115     <right_justify>False</right_justify>
1116     <stock_icon>GNOME_STOCK_MENU_SEARCH</stock_icon>
1117   </widget>
1118
1119   <widget>
1120     <class>GtkMenuItem</class>
1121     <name>popup_angle</name>
1122     <sensitive>False</sensitive>
1123     <label>An_gle</label>
1124     <right_justify>False</right_justify>
1125   </widget>
1126
1127   <widget>
1128     <class>GtkPixmapMenuItem</class>
1129     <name>popup_audio</name>
1130     <sensitive>False</sensitive>
1131     <tooltip>Select audio channel</tooltip>
1132     <label>_Audio</label>
1133     <right_justify>False</right_justify>
1134     <stock_icon>GNOME_STOCK_MENU_VOLUME</stock_icon>
1135   </widget>
1136
1137   <widget>
1138     <class>GtkPixmapMenuItem</class>
1139     <name>popup_subpictures</name>
1140     <sensitive>False</sensitive>
1141     <tooltip>Select subtitle channel</tooltip>
1142     <label>_Subtitles</label>
1143     <right_justify>False</right_justify>
1144     <stock_icon>GNOME_STOCK_MENU_FONT</stock_icon>
1145   </widget>
1146
1147   <widget>
1148     <class>GtkMenuItem</class>
1149     <name>separator13</name>
1150     <right_justify>False</right_justify>
1151   </widget>
1152
1153   <widget>
1154     <class>GtkMenuItem</class>
1155     <name>popup_file</name>
1156     <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
1157
1158     <widget>
1159       <class>GtkMenu</class>
1160       <name>popup_file_menu</name>
1161
1162       <widget>
1163         <class>GtkPixmapMenuItem</class>
1164         <name>popup_open</name>
1165         <tooltip>Open a File</tooltip>
1166         <signal>
1167           <name>activate</name>
1168           <handler>GnomePopupFileOpenActivate</handler>
1169           <data>&quot;intf_popup&quot;</data>
1170           <last_modification_time>Sat, 19 May 2001 16:20:08 GMT</last_modification_time>
1171         </signal>
1172         <label>_Open File...</label>
1173         <right_justify>False</right_justify>
1174         <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
1175       </widget>
1176
1177       <widget>
1178         <class>GtkPixmapMenuItem</class>
1179         <name>popup_disc</name>
1180         <tooltip>Open a DVD or VCD</tooltip>
1181         <signal>
1182           <name>activate</name>
1183           <handler>GnomePopupDiscOpenActivate</handler>
1184           <data>&quot;intf_popup&quot;</data>
1185           <last_modification_time>Sat, 19 May 2001 16:20:44 GMT</last_modification_time>
1186         </signal>
1187         <label>Open _Disc...</label>
1188         <right_justify>False</right_justify>
1189         <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
1190       </widget>
1191
1192       <widget>
1193         <class>GtkPixmapMenuItem</class>
1194         <name>popup_network</name>
1195         <tooltip>Select a Network Stream</tooltip>
1196         <signal>
1197           <name>activate</name>
1198           <handler>GnomePopupNetworkOpenActivate</handler>
1199           <data>&quot;intf_popup&quot;</data>
1200           <last_modification_time>Sat, 19 May 2001 16:20:54 GMT</last_modification_time>
1201         </signal>
1202         <label>_Network Stream...</label>
1203         <right_justify>False</right_justify>
1204         <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
1205       </widget>
1206
1207       <widget>
1208         <class>GtkMenuItem</class>
1209         <name>separator4</name>
1210         <right_justify>False</right_justify>
1211       </widget>
1212
1213       <widget>
1214         <class>GtkPixmapMenuItem</class>
1215         <name>popup_about</name>
1216         <signal>
1217           <name>activate</name>
1218           <handler>GnomePopupAboutActivate</handler>
1219           <data>&quot;intf_popup&quot;</data>
1220           <last_modification_time>Sat, 19 May 2001 16:21:02 GMT</last_modification_time>
1221         </signal>
1222         <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
1223       </widget>
1224     </widget>
1225   </widget>
1226
1227   <widget>
1228     <class>GtkMenuItem</class>
1229     <name>popup_playlist</name>
1230     <signal>
1231       <name>activate</name>
1232       <handler>GnomePopupPlaylistActivate</handler>
1233       <data>&quot;intf_popup&quot;</data>
1234       <last_modification_time>Sat, 19 May 2001 16:21:14 GMT</last_modification_time>
1235     </signal>
1236     <label>Playlist...</label>
1237     <right_justify>False</right_justify>
1238   </widget>
1239
1240   <widget>
1241     <class>GtkPixmapMenuItem</class>
1242     <name>popup_preferences</name>
1243     <signal>
1244       <name>activate</name>
1245       <handler>GnomePopupPreferencesActivate</handler>
1246       <data>&quot;intf_popup&quot;</data>
1247       <last_modification_time>Sat, 19 May 2001 16:21:25 GMT</last_modification_time>
1248     </signal>
1249     <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
1250   </widget>
1251
1252   <widget>
1253     <class>GtkMenuItem</class>
1254     <name>separator2</name>
1255     <right_justify>False</right_justify>
1256   </widget>
1257
1258   <widget>
1259     <class>GtkPixmapMenuItem</class>
1260     <name>popup_exit</name>
1261     <signal>
1262       <name>activate</name>
1263       <handler>GnomePopupExitActivate</handler>
1264       <data>&quot;intf_popup&quot;</data>
1265       <last_modification_time>Sat, 19 May 2001 16:21:45 GMT</last_modification_time>
1266     </signal>
1267     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
1268   </widget>
1269 </widget>
1270
1271 <widget>
1272   <class>GnomeAbout</class>
1273   <name>intf_about</name>
1274   <modal>False</modal>
1275   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
1276   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
1277 Michel Lespinasse &lt;walken@zoy.org&gt;
1278 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
1279 Pierre Baillet &lt;oct@zoy.org&gt;
1280 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
1281 Andres Krapf &lt;dae@via.ecp.fr&gt;
1282 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
1283 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
1284 Benoit Steiner &lt;benny@via.ecp.fr&gt;
1285 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
1286 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
1287 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
1288 Samuel Hocevar &lt;sam@zoy.org&gt;
1289 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
1290 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
1291 Stéphane Borel &lt;stef@via.ecp.fr&gt;
1292 Renaud Dartus &lt;reno@via.ecp.fr&gt;
1293 Henri Fallon &lt;henri@via.ecp.fr&gt;
1294 </authors>
1295   <comments>This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and MPEG 2 files from a file or from a network source.</comments>
1296 </widget>
1297
1298 <widget>
1299   <class>GtkFileSelection</class>
1300   <name>intf_fileopen</name>
1301   <border_width>10</border_width>
1302   <title>Open File</title>
1303   <type>GTK_WINDOW_TOPLEVEL</type>
1304   <position>GTK_WIN_POS_NONE</position>
1305   <modal>True</modal>
1306   <allow_shrink>False</allow_shrink>
1307   <allow_grow>True</allow_grow>
1308   <auto_shrink>False</auto_shrink>
1309   <show_file_op_buttons>False</show_file_op_buttons>
1310
1311   <widget>
1312     <class>GtkButton</class>
1313     <child_name>FileSel:ok_button</child_name>
1314     <name>fileopen_ok</name>
1315     <can_default>True</can_default>
1316     <can_focus>True</can_focus>
1317     <signal>
1318       <name>clicked</name>
1319       <handler>GtkFileOpenOk</handler>
1320       <data>&quot;intf_fileopen&quot;</data>
1321       <last_modification_time>Sat, 19 May 2001 03:10:36 GMT</last_modification_time>
1322     </signal>
1323     <label>OK</label>
1324     <relief>GTK_RELIEF_NORMAL</relief>
1325   </widget>
1326
1327   <widget>
1328     <class>GtkButton</class>
1329     <child_name>FileSel:cancel_button</child_name>
1330     <name>fileopen_cancel</name>
1331     <can_default>True</can_default>
1332     <can_focus>True</can_focus>
1333     <signal>
1334       <name>clicked</name>
1335       <handler>GtkFileOpenCancel</handler>
1336       <data>&quot;intf_fileopen&quot;</data>
1337       <last_modification_time>Sat, 19 May 2001 03:10:31 GMT</last_modification_time>
1338     </signal>
1339     <label>Cancel</label>
1340     <relief>GTK_RELIEF_NORMAL</relief>
1341   </widget>
1342 </widget>
1343
1344 <widget>
1345   <class>GnomeDialog</class>
1346   <name>intf_modules</name>
1347   <title>Modules</title>
1348   <type>GTK_WINDOW_TOPLEVEL</type>
1349   <position>GTK_WIN_POS_NONE</position>
1350   <modal>False</modal>
1351   <allow_shrink>False</allow_shrink>
1352   <allow_grow>False</allow_grow>
1353   <auto_shrink>False</auto_shrink>
1354   <auto_close>False</auto_close>
1355   <hide_on_close>False</hide_on_close>
1356
1357   <widget>
1358     <class>GtkVBox</class>
1359     <child_name>GnomeDialog:vbox</child_name>
1360     <name>dialog-vbox1</name>
1361     <homogeneous>False</homogeneous>
1362     <spacing>8</spacing>
1363     <child>
1364       <padding>4</padding>
1365       <expand>True</expand>
1366       <fill>True</fill>
1367     </child>
1368
1369     <widget>
1370       <class>GtkHButtonBox</class>
1371       <child_name>GnomeDialog:action_area</child_name>
1372       <name>dialog-action_area1</name>
1373       <layout_style>GTK_BUTTONBOX_END</layout_style>
1374       <spacing>8</spacing>
1375       <child_min_width>85</child_min_width>
1376       <child_min_height>27</child_min_height>
1377       <child_ipad_x>7</child_ipad_x>
1378       <child_ipad_y>0</child_ipad_y>
1379       <child>
1380         <padding>0</padding>
1381         <expand>False</expand>
1382         <fill>True</fill>
1383         <pack>GTK_PACK_END</pack>
1384       </child>
1385
1386       <widget>
1387         <class>GtkButton</class>
1388         <name>modules_ok</name>
1389         <can_default>True</can_default>
1390         <can_focus>True</can_focus>
1391         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1392       </widget>
1393
1394       <widget>
1395         <class>GtkButton</class>
1396         <name>modules_apply</name>
1397         <can_default>True</can_default>
1398         <can_focus>True</can_focus>
1399         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
1400       </widget>
1401
1402       <widget>
1403         <class>GtkButton</class>
1404         <name>modules_cancel</name>
1405         <can_default>True</can_default>
1406         <can_focus>True</can_focus>
1407         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1408       </widget>
1409     </widget>
1410
1411     <widget>
1412       <class>GtkLabel</class>
1413       <name>label12</name>
1414       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
1415       <justify>GTK_JUSTIFY_CENTER</justify>
1416       <wrap>False</wrap>
1417       <xalign>0.5</xalign>
1418       <yalign>0.5</yalign>
1419       <xpad>0</xpad>
1420       <ypad>0</ypad>
1421       <child>
1422         <padding>0</padding>
1423         <expand>False</expand>
1424         <fill>False</fill>
1425       </child>
1426     </widget>
1427   </widget>
1428 </widget>
1429
1430 <widget>
1431   <class>GnomeDialog</class>
1432   <name>intf_disc</name>
1433   <title>Open Disc</title>
1434   <type>GTK_WINDOW_TOPLEVEL</type>
1435   <position>GTK_WIN_POS_NONE</position>
1436   <modal>True</modal>
1437   <allow_shrink>False</allow_shrink>
1438   <allow_grow>False</allow_grow>
1439   <auto_shrink>False</auto_shrink>
1440   <auto_close>False</auto_close>
1441   <hide_on_close>False</hide_on_close>
1442
1443   <widget>
1444     <class>GtkVBox</class>
1445     <child_name>GnomeDialog:vbox</child_name>
1446     <name>dialog-vbox4</name>
1447     <homogeneous>False</homogeneous>
1448     <spacing>8</spacing>
1449     <child>
1450       <padding>4</padding>
1451       <expand>True</expand>
1452       <fill>True</fill>
1453     </child>
1454
1455     <widget>
1456       <class>GtkHButtonBox</class>
1457       <child_name>GnomeDialog:action_area</child_name>
1458       <name>dialog-action_area4</name>
1459       <layout_style>GTK_BUTTONBOX_END</layout_style>
1460       <spacing>8</spacing>
1461       <child_min_width>85</child_min_width>
1462       <child_min_height>27</child_min_height>
1463       <child_ipad_x>7</child_ipad_x>
1464       <child_ipad_y>0</child_ipad_y>
1465       <child>
1466         <padding>0</padding>
1467         <expand>False</expand>
1468         <fill>True</fill>
1469         <pack>GTK_PACK_END</pack>
1470       </child>
1471
1472       <widget>
1473         <class>GtkButton</class>
1474         <name>disc_ok</name>
1475         <can_default>True</can_default>
1476         <can_focus>True</can_focus>
1477         <signal>
1478           <name>clicked</name>
1479           <handler>GtkDiscOpenOk</handler>
1480           <data>&quot;intf_disc&quot;</data>
1481           <last_modification_time>Sat, 19 May 2001 03:10:12 GMT</last_modification_time>
1482         </signal>
1483         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1484       </widget>
1485
1486       <widget>
1487         <class>GtkButton</class>
1488         <name>disc_cancel</name>
1489         <can_default>True</can_default>
1490         <can_focus>True</can_focus>
1491         <signal>
1492           <name>clicked</name>
1493           <handler>GtkDiscOpenCancel</handler>
1494           <data>&quot;intf_disc&quot;</data>
1495           <last_modification_time>Sat, 19 May 2001 03:10:07 GMT</last_modification_time>
1496         </signal>
1497         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1498       </widget>
1499     </widget>
1500
1501     <widget>
1502       <class>GtkHBox</class>
1503       <name>hbox2</name>
1504       <homogeneous>False</homogeneous>
1505       <spacing>5</spacing>
1506       <child>
1507         <padding>0</padding>
1508         <expand>True</expand>
1509         <fill>True</fill>
1510       </child>
1511
1512       <widget>
1513         <class>GtkFrame</class>
1514         <name>frame1</name>
1515         <label>Disc type</label>
1516         <label_xalign>0</label_xalign>
1517         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1518         <child>
1519           <padding>0</padding>
1520           <expand>True</expand>
1521           <fill>True</fill>
1522         </child>
1523
1524         <widget>
1525           <class>GtkVBox</class>
1526           <name>vbox4</name>
1527           <homogeneous>False</homogeneous>
1528           <spacing>0</spacing>
1529
1530           <widget>
1531             <class>GtkRadioButton</class>
1532             <name>disc_dvd</name>
1533             <can_focus>True</can_focus>
1534             <signal>
1535               <name>toggled</name>
1536               <handler>GtkDiscOpenDvd</handler>
1537               <data>&quot;intf_disc&quot;</data>
1538               <last_modification_time>Sat, 19 May 2001 03:18:29 GMT</last_modification_time>
1539             </signal>
1540             <label>DVD</label>
1541             <active>False</active>
1542             <draw_indicator>True</draw_indicator>
1543             <group>disc</group>
1544             <child>
1545               <padding>0</padding>
1546               <expand>False</expand>
1547               <fill>False</fill>
1548             </child>
1549           </widget>
1550
1551           <widget>
1552             <class>GtkRadioButton</class>
1553             <name>disc_vcd</name>
1554             <sensitive>False</sensitive>
1555             <can_focus>True</can_focus>
1556             <signal>
1557               <name>toggled</name>
1558               <handler>GtkDiscOpenVcd</handler>
1559               <data>&quot;intf_disc&quot;</data>
1560               <last_modification_time>Sat, 19 May 2001 03:22:10 GMT</last_modification_time>
1561             </signal>
1562             <label>VCD</label>
1563             <active>False</active>
1564             <draw_indicator>True</draw_indicator>
1565             <group>disc</group>
1566             <child>
1567               <padding>0</padding>
1568               <expand>False</expand>
1569               <fill>False</fill>
1570             </child>
1571           </widget>
1572         </widget>
1573       </widget>
1574
1575       <widget>
1576         <class>GtkFrame</class>
1577         <name>frame2</name>
1578         <label>Starting position</label>
1579         <label_xalign>0</label_xalign>
1580         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1581         <child>
1582           <padding>0</padding>
1583           <expand>True</expand>
1584           <fill>True</fill>
1585         </child>
1586
1587         <widget>
1588           <class>GtkTable</class>
1589           <name>table1</name>
1590           <border_width>5</border_width>
1591           <rows>2</rows>
1592           <columns>2</columns>
1593           <homogeneous>False</homogeneous>
1594           <row_spacing>5</row_spacing>
1595           <column_spacing>5</column_spacing>
1596
1597           <widget>
1598             <class>GtkLabel</class>
1599             <name>label15</name>
1600             <label>Title</label>
1601             <justify>GTK_JUSTIFY_CENTER</justify>
1602             <wrap>False</wrap>
1603             <xalign>0</xalign>
1604             <yalign>0.5</yalign>
1605             <xpad>0</xpad>
1606             <ypad>0</ypad>
1607             <child>
1608               <left_attach>0</left_attach>
1609               <right_attach>1</right_attach>
1610               <top_attach>0</top_attach>
1611               <bottom_attach>1</bottom_attach>
1612               <xpad>0</xpad>
1613               <ypad>0</ypad>
1614               <xexpand>False</xexpand>
1615               <yexpand>False</yexpand>
1616               <xshrink>False</xshrink>
1617               <yshrink>False</yshrink>
1618               <xfill>True</xfill>
1619               <yfill>False</yfill>
1620             </child>
1621           </widget>
1622
1623           <widget>
1624             <class>GtkLabel</class>
1625             <name>label16</name>
1626             <label>Chapter</label>
1627             <justify>GTK_JUSTIFY_CENTER</justify>
1628             <wrap>False</wrap>
1629             <xalign>0</xalign>
1630             <yalign>0.5</yalign>
1631             <xpad>0</xpad>
1632             <ypad>0</ypad>
1633             <child>
1634               <left_attach>0</left_attach>
1635               <right_attach>1</right_attach>
1636               <top_attach>1</top_attach>
1637               <bottom_attach>2</bottom_attach>
1638               <xpad>0</xpad>
1639               <ypad>0</ypad>
1640               <xexpand>False</xexpand>
1641               <yexpand>False</yexpand>
1642               <xshrink>False</xshrink>
1643               <yshrink>False</yshrink>
1644               <xfill>True</xfill>
1645               <yfill>False</yfill>
1646             </child>
1647           </widget>
1648
1649           <widget>
1650             <class>GtkSpinButton</class>
1651             <name>disc_title</name>
1652             <can_focus>True</can_focus>
1653             <climb_rate>1</climb_rate>
1654             <digits>0</digits>
1655             <numeric>False</numeric>
1656             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1657             <snap>False</snap>
1658             <wrap>False</wrap>
1659             <value>1</value>
1660             <lower>1</lower>
1661             <upper>65536</upper>
1662             <step>1</step>
1663             <page>10</page>
1664             <page_size>10</page_size>
1665             <child>
1666               <left_attach>1</left_attach>
1667               <right_attach>2</right_attach>
1668               <top_attach>0</top_attach>
1669               <bottom_attach>1</bottom_attach>
1670               <xpad>0</xpad>
1671               <ypad>0</ypad>
1672               <xexpand>True</xexpand>
1673               <yexpand>False</yexpand>
1674               <xshrink>False</xshrink>
1675               <yshrink>False</yshrink>
1676               <xfill>True</xfill>
1677               <yfill>False</yfill>
1678             </child>
1679           </widget>
1680
1681           <widget>
1682             <class>GtkSpinButton</class>
1683             <name>disc_chapter</name>
1684             <can_focus>True</can_focus>
1685             <climb_rate>1</climb_rate>
1686             <digits>0</digits>
1687             <numeric>False</numeric>
1688             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1689             <snap>False</snap>
1690             <wrap>False</wrap>
1691             <value>1</value>
1692             <lower>1</lower>
1693             <upper>65536</upper>
1694             <step>1</step>
1695             <page>10</page>
1696             <page_size>10</page_size>
1697             <child>
1698               <left_attach>1</left_attach>
1699               <right_attach>2</right_attach>
1700               <top_attach>1</top_attach>
1701               <bottom_attach>2</bottom_attach>
1702               <xpad>0</xpad>
1703               <ypad>0</ypad>
1704               <xexpand>True</xexpand>
1705               <yexpand>False</yexpand>
1706               <xshrink>False</xshrink>
1707               <yshrink>False</yshrink>
1708               <xfill>True</xfill>
1709               <yfill>False</yfill>
1710             </child>
1711           </widget>
1712         </widget>
1713       </widget>
1714     </widget>
1715
1716     <widget>
1717       <class>GtkHBox</class>
1718       <name>hbox1</name>
1719       <homogeneous>False</homogeneous>
1720       <spacing>5</spacing>
1721       <child>
1722         <padding>0</padding>
1723         <expand>True</expand>
1724         <fill>True</fill>
1725       </child>
1726
1727       <widget>
1728         <class>GtkLabel</class>
1729         <name>label14</name>
1730         <label>Device name:</label>
1731         <justify>GTK_JUSTIFY_CENTER</justify>
1732         <wrap>False</wrap>
1733         <xalign>0.5</xalign>
1734         <yalign>0.5</yalign>
1735         <xpad>0</xpad>
1736         <ypad>0</ypad>
1737         <child>
1738           <padding>0</padding>
1739           <expand>False</expand>
1740           <fill>False</fill>
1741         </child>
1742       </widget>
1743
1744       <widget>
1745         <class>GtkEntry</class>
1746         <name>disc_name</name>
1747         <can_focus>True</can_focus>
1748         <editable>True</editable>
1749         <text_visible>True</text_visible>
1750         <text_max_length>0</text_max_length>
1751         <text>/dev/dvd</text>
1752         <child>
1753           <padding>0</padding>
1754           <expand>True</expand>
1755           <fill>True</fill>
1756         </child>
1757       </widget>
1758     </widget>
1759   </widget>
1760 </widget>
1761
1762 <widget>
1763   <class>GnomeDialog</class>
1764   <name>intf_network</name>
1765   <title>Network Stream</title>
1766   <type>GTK_WINDOW_TOPLEVEL</type>
1767   <position>GTK_WIN_POS_NONE</position>
1768   <modal>True</modal>
1769   <allow_shrink>False</allow_shrink>
1770   <allow_grow>False</allow_grow>
1771   <auto_shrink>False</auto_shrink>
1772   <auto_close>False</auto_close>
1773   <hide_on_close>False</hide_on_close>
1774
1775   <widget>
1776     <class>GtkVBox</class>
1777     <child_name>GnomeDialog:vbox</child_name>
1778     <name>vbox5</name>
1779     <homogeneous>False</homogeneous>
1780     <spacing>8</spacing>
1781     <child>
1782       <padding>4</padding>
1783       <expand>True</expand>
1784       <fill>True</fill>
1785     </child>
1786
1787     <widget>
1788       <class>GtkHButtonBox</class>
1789       <child_name>GnomeDialog:action_area</child_name>
1790       <name>hbuttonbox1</name>
1791       <layout_style>GTK_BUTTONBOX_END</layout_style>
1792       <spacing>8</spacing>
1793       <child_min_width>85</child_min_width>
1794       <child_min_height>27</child_min_height>
1795       <child_ipad_x>7</child_ipad_x>
1796       <child_ipad_y>0</child_ipad_y>
1797       <child>
1798         <padding>0</padding>
1799         <expand>False</expand>
1800         <fill>True</fill>
1801         <pack>GTK_PACK_END</pack>
1802       </child>
1803
1804       <widget>
1805         <class>GtkButton</class>
1806         <name>network_ok</name>
1807         <can_default>True</can_default>
1808         <can_focus>True</can_focus>
1809         <signal>
1810           <name>clicked</name>
1811           <handler>GtkNetworkOpenOk</handler>
1812           <data>&quot;intf_network&quot;</data>
1813           <last_modification_time>Sat, 19 May 2001 03:09:40 GMT</last_modification_time>
1814         </signal>
1815         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1816       </widget>
1817
1818       <widget>
1819         <class>GtkButton</class>
1820         <name>network_cancel</name>
1821         <can_default>True</can_default>
1822         <can_focus>True</can_focus>
1823         <signal>
1824           <name>clicked</name>
1825           <handler>GtkNetworkOpenCancel</handler>
1826           <data>&quot;intf_network&quot;</data>
1827           <last_modification_time>Sat, 19 May 2001 03:09:44 GMT</last_modification_time>
1828         </signal>
1829         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1830       </widget>
1831     </widget>
1832
1833     <widget>
1834       <class>GtkHBox</class>
1835       <name>hbox3</name>
1836       <homogeneous>False</homogeneous>
1837       <spacing>5</spacing>
1838       <child>
1839         <padding>0</padding>
1840         <expand>True</expand>
1841         <fill>True</fill>
1842       </child>
1843
1844       <widget>
1845         <class>GtkFrame</class>
1846         <name>frame3</name>
1847         <label>Protocol</label>
1848         <label_xalign>0</label_xalign>
1849         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1850         <child>
1851           <padding>0</padding>
1852           <expand>True</expand>
1853           <fill>True</fill>
1854         </child>
1855
1856         <widget>
1857           <class>GtkVBox</class>
1858           <name>vbox6</name>
1859           <homogeneous>False</homogeneous>
1860           <spacing>0</spacing>
1861
1862           <widget>
1863             <class>GtkRadioButton</class>
1864             <name>network_ts</name>
1865             <can_focus>True</can_focus>
1866             <label>TS</label>
1867             <active>False</active>
1868             <draw_indicator>True</draw_indicator>
1869             <group>network</group>
1870             <child>
1871               <padding>0</padding>
1872               <expand>False</expand>
1873               <fill>False</fill>
1874             </child>
1875           </widget>
1876
1877           <widget>
1878             <class>GtkRadioButton</class>
1879             <name>network_rtp</name>
1880             <sensitive>False</sensitive>
1881             <can_focus>True</can_focus>
1882             <label>RTP</label>
1883             <active>False</active>
1884             <draw_indicator>True</draw_indicator>
1885             <group>network</group>
1886             <child>
1887               <padding>0</padding>
1888               <expand>False</expand>
1889               <fill>False</fill>
1890             </child>
1891           </widget>
1892
1893           <widget>
1894             <class>GtkRadioButton</class>
1895             <name>network_http</name>
1896             <sensitive>False</sensitive>
1897             <can_focus>True</can_focus>
1898             <label>HTTP</label>
1899             <active>False</active>
1900             <draw_indicator>True</draw_indicator>
1901             <group>network</group>
1902             <child>
1903               <padding>0</padding>
1904               <expand>False</expand>
1905               <fill>False</fill>
1906             </child>
1907           </widget>
1908         </widget>
1909       </widget>
1910
1911       <widget>
1912         <class>GtkFrame</class>
1913         <name>frame4</name>
1914         <label>Server</label>
1915         <label_xalign>0</label_xalign>
1916         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1917         <child>
1918           <padding>0</padding>
1919           <expand>True</expand>
1920           <fill>True</fill>
1921         </child>
1922
1923         <widget>
1924           <class>GtkTable</class>
1925           <name>table2</name>
1926           <border_width>5</border_width>
1927           <rows>3</rows>
1928           <columns>2</columns>
1929           <homogeneous>False</homogeneous>
1930           <row_spacing>5</row_spacing>
1931           <column_spacing>5</column_spacing>
1932
1933           <widget>
1934             <class>GtkLabel</class>
1935             <name>label17</name>
1936             <label>Address</label>
1937             <justify>GTK_JUSTIFY_CENTER</justify>
1938             <wrap>False</wrap>
1939             <xalign>0</xalign>
1940             <yalign>0.5</yalign>
1941             <xpad>0</xpad>
1942             <ypad>0</ypad>
1943             <child>
1944               <left_attach>0</left_attach>
1945               <right_attach>1</right_attach>
1946               <top_attach>0</top_attach>
1947               <bottom_attach>1</bottom_attach>
1948               <xpad>0</xpad>
1949               <ypad>0</ypad>
1950               <xexpand>False</xexpand>
1951               <yexpand>False</yexpand>
1952               <xshrink>False</xshrink>
1953               <yshrink>False</yshrink>
1954               <xfill>True</xfill>
1955               <yfill>False</yfill>
1956             </child>
1957           </widget>
1958
1959           <widget>
1960             <class>GtkLabel</class>
1961             <name>label18</name>
1962             <label>Port</label>
1963             <justify>GTK_JUSTIFY_CENTER</justify>
1964             <wrap>False</wrap>
1965             <xalign>0</xalign>
1966             <yalign>0.5</yalign>
1967             <xpad>0</xpad>
1968             <ypad>0</ypad>
1969             <child>
1970               <left_attach>0</left_attach>
1971               <right_attach>1</right_attach>
1972               <top_attach>1</top_attach>
1973               <bottom_attach>2</bottom_attach>
1974               <xpad>0</xpad>
1975               <ypad>0</ypad>
1976               <xexpand>False</xexpand>
1977               <yexpand>False</yexpand>
1978               <xshrink>False</xshrink>
1979               <yshrink>False</yshrink>
1980               <xfill>True</xfill>
1981               <yfill>False</yfill>
1982             </child>
1983           </widget>
1984
1985           <widget>
1986             <class>GtkSpinButton</class>
1987             <name>network_port</name>
1988             <tooltip>Port of the stream server</tooltip>
1989             <can_focus>True</can_focus>
1990             <climb_rate>1</climb_rate>
1991             <digits>0</digits>
1992             <numeric>False</numeric>
1993             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1994             <snap>False</snap>
1995             <wrap>False</wrap>
1996             <value>1234</value>
1997             <lower>0</lower>
1998             <upper>65535</upper>
1999             <step>1</step>
2000             <page>10</page>
2001             <page_size>10</page_size>
2002             <child>
2003               <left_attach>1</left_attach>
2004               <right_attach>2</right_attach>
2005               <top_attach>1</top_attach>
2006               <bottom_attach>2</bottom_attach>
2007               <xpad>0</xpad>
2008               <ypad>0</ypad>
2009               <xexpand>True</xexpand>
2010               <yexpand>False</yexpand>
2011               <xshrink>False</xshrink>
2012               <yshrink>False</yshrink>
2013               <xfill>True</xfill>
2014               <yfill>False</yfill>
2015             </child>
2016           </widget>
2017
2018           <widget>
2019             <class>GtkCheckButton</class>
2020             <name>broadcast_check</name>
2021             <can_focus>True</can_focus>
2022             <signal>
2023               <name>toggled</name>
2024               <handler>GtkNetworkOpenBroadcast</handler>
2025               <last_modification_time>Sat, 19 May 2001 02:57:46 GMT</last_modification_time>
2026             </signal>
2027             <label>Broadcast</label>
2028             <active>False</active>
2029             <draw_indicator>True</draw_indicator>
2030             <child>
2031               <left_attach>0</left_attach>
2032               <right_attach>1</right_attach>
2033               <top_attach>2</top_attach>
2034               <bottom_attach>3</bottom_attach>
2035               <xpad>0</xpad>
2036               <ypad>0</ypad>
2037               <xexpand>False</xexpand>
2038               <yexpand>False</yexpand>
2039               <xshrink>False</xshrink>
2040               <yshrink>False</yshrink>
2041               <xfill>True</xfill>
2042               <yfill>False</yfill>
2043             </child>
2044           </widget>
2045
2046           <widget>
2047             <class>GnomeEntry</class>
2048             <name>network_broadcast_combo</name>
2049             <max_saved>10</max_saved>
2050             <child>
2051               <left_attach>1</left_attach>
2052               <right_attach>2</right_attach>
2053               <top_attach>2</top_attach>
2054               <bottom_attach>3</bottom_attach>
2055               <xpad>0</xpad>
2056               <ypad>0</ypad>
2057               <xexpand>True</xexpand>
2058               <yexpand>False</yexpand>
2059               <xshrink>False</xshrink>
2060               <yshrink>False</yshrink>
2061               <xfill>True</xfill>
2062               <yfill>False</yfill>
2063             </child>
2064
2065             <widget>
2066               <class>GtkEntry</class>
2067               <child_name>GnomeEntry:entry</child_name>
2068               <name>network_broadcast</name>
2069               <sensitive>False</sensitive>
2070               <can_focus>True</can_focus>
2071               <editable>True</editable>
2072               <text_visible>True</text_visible>
2073               <text_max_length>0</text_max_length>
2074               <text></text>
2075             </widget>
2076           </widget>
2077
2078           <widget>
2079             <class>GnomeEntry</class>
2080             <name>network_server_combo</name>
2081             <max_saved>10</max_saved>
2082             <child>
2083               <left_attach>1</left_attach>
2084               <right_attach>2</right_attach>
2085               <top_attach>0</top_attach>
2086               <bottom_attach>1</bottom_attach>
2087               <xpad>0</xpad>
2088               <ypad>0</ypad>
2089               <xexpand>True</xexpand>
2090               <yexpand>False</yexpand>
2091               <xshrink>False</xshrink>
2092               <yshrink>False</yshrink>
2093               <xfill>True</xfill>
2094               <yfill>False</yfill>
2095             </child>
2096
2097             <widget>
2098               <class>GtkEntry</class>
2099               <child_name>GnomeEntry:entry</child_name>
2100               <name>network_server</name>
2101               <can_focus>True</can_focus>
2102               <editable>True</editable>
2103               <text_visible>True</text_visible>
2104               <text_max_length>0</text_max_length>
2105               <text>vls</text>
2106             </widget>
2107           </widget>
2108         </widget>
2109       </widget>
2110     </widget>
2111   </widget>
2112 </widget>
2113
2114 <widget>
2115   <class>GnomeDialog</class>
2116   <name>intf_playlist</name>
2117   <signal>
2118     <name>destroy</name>
2119     <handler>gtk_widget_hide</handler>
2120     <data>&quot;intf_playlist&quot;</data>
2121     <last_modification_time>Sat, 19 May 2001 03:09:08 GMT</last_modification_time>
2122   </signal>
2123   <signal>
2124     <name>delete_event</name>
2125     <handler>gtk_widget_hide</handler>
2126     <data>&quot;intf_playlist&quot;</data>
2127     <last_modification_time>Sat, 19 May 2001 03:09:12 GMT</last_modification_time>
2128   </signal>
2129   <title>Playlist</title>
2130   <type>GTK_WINDOW_TOPLEVEL</type>
2131   <position>GTK_WIN_POS_NONE</position>
2132   <modal>False</modal>
2133   <default_width>400</default_width>
2134   <default_height>300</default_height>
2135   <allow_shrink>True</allow_shrink>
2136   <allow_grow>True</allow_grow>
2137   <auto_shrink>False</auto_shrink>
2138   <auto_close>False</auto_close>
2139   <hide_on_close>False</hide_on_close>
2140
2141   <widget>
2142     <class>GtkVBox</class>
2143     <child_name>GnomeDialog:vbox</child_name>
2144     <name>playlist_vbox</name>
2145     <homogeneous>False</homogeneous>
2146     <spacing>8</spacing>
2147     <child>
2148       <padding>4</padding>
2149       <expand>True</expand>
2150       <fill>True</fill>
2151     </child>
2152
2153     <widget>
2154       <class>GtkHButtonBox</class>
2155       <child_name>GnomeDialog:action_area</child_name>
2156       <name>playlist_action</name>
2157       <layout_style>GTK_BUTTONBOX_END</layout_style>
2158       <spacing>8</spacing>
2159       <child_min_width>100</child_min_width>
2160       <child_min_height>38</child_min_height>
2161       <child_ipad_x>7</child_ipad_x>
2162       <child_ipad_y>0</child_ipad_y>
2163       <child>
2164         <padding>0</padding>
2165         <expand>False</expand>
2166         <fill>True</fill>
2167         <pack>GTK_PACK_END</pack>
2168       </child>
2169
2170       <widget>
2171         <class>GtkButton</class>
2172         <name>playlist_ok</name>
2173         <can_default>True</can_default>
2174         <can_focus>True</can_focus>
2175         <signal>
2176           <name>clicked</name>
2177           <handler>GtkPlaylistOk</handler>
2178           <data>&quot;intf_playlist&quot;</data>
2179           <last_modification_time>Sat, 19 May 2001 03:09:00 GMT</last_modification_time>
2180         </signal>
2181         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2182       </widget>
2183
2184       <widget>
2185         <class>GtkButton</class>
2186         <name>playlist_cancel</name>
2187         <can_default>True</can_default>
2188         <can_focus>True</can_focus>
2189         <signal>
2190           <name>clicked</name>
2191           <handler>GtkPlaylistCancel</handler>
2192           <data>&quot;intf_playlist&quot;</data>
2193           <last_modification_time>Sat, 19 May 2001 03:08:56 GMT</last_modification_time>
2194         </signal>
2195         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2196       </widget>
2197     </widget>
2198
2199     <widget>
2200       <class>GtkScrolledWindow</class>
2201       <name>playlist_scrolledwindow</name>
2202       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2203       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2204       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2205       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2206       <child>
2207         <padding>0</padding>
2208         <expand>True</expand>
2209         <fill>True</fill>
2210       </child>
2211
2212       <widget>
2213         <class>GtkViewport</class>
2214         <name>playlist_viewport</name>
2215         <shadow_type>GTK_SHADOW_IN</shadow_type>
2216
2217         <widget>
2218           <class>GtkFrame</class>
2219           <name>playlist_frame</name>
2220           <border_width>4</border_width>
2221           <label>Playlist</label>
2222           <label_xalign>0.05</label_xalign>
2223           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2224
2225           <widget>
2226             <class>GtkCList</class>
2227             <name>playlist_clist</name>
2228             <can_focus>True</can_focus>
2229             <signal>
2230               <name>event</name>
2231               <handler>GtkPlaylistEvent</handler>
2232               <data>&quot;intf_playlist&quot;</data>
2233               <last_modification_time>Sat, 19 May 2001 03:08:43 GMT</last_modification_time>
2234             </signal>
2235             <signal>
2236               <name>drag_data_received</name>
2237               <handler>GtkPlaylistDragData</handler>
2238               <data>&quot;intf_playlist&quot;</data>
2239               <last_modification_time>Sat, 19 May 2001 03:08:45 GMT</last_modification_time>
2240             </signal>
2241             <signal>
2242               <name>drag_motion</name>
2243               <handler>GtkPlaylistDragMotion</handler>
2244               <data>&quot;intf_playlist&quot;</data>
2245               <last_modification_time>Sat, 19 May 2001 03:08:49 GMT</last_modification_time>
2246             </signal>
2247             <columns>2</columns>
2248             <column_widths>287,70</column_widths>
2249             <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2250             <show_titles>True</show_titles>
2251             <shadow_type>GTK_SHADOW_IN</shadow_type>
2252
2253             <widget>
2254               <class>GtkLabel</class>
2255               <child_name>CList:title</child_name>
2256               <name>playlist_label_url</name>
2257               <label>Url</label>
2258               <justify>GTK_JUSTIFY_CENTER</justify>
2259               <wrap>False</wrap>
2260               <xalign>0.5</xalign>
2261               <yalign>0.5</yalign>
2262               <xpad>0</xpad>
2263               <ypad>0</ypad>
2264             </widget>
2265
2266             <widget>
2267               <class>GtkLabel</class>
2268               <child_name>CList:title</child_name>
2269               <name>playlist_label_duration</name>
2270               <label>Duration</label>
2271               <justify>GTK_JUSTIFY_CENTER</justify>
2272               <wrap>False</wrap>
2273               <xalign>0.5</xalign>
2274               <yalign>0.5</yalign>
2275               <xpad>0</xpad>
2276               <ypad>0</ypad>
2277             </widget>
2278           </widget>
2279         </widget>
2280       </widget>
2281     </widget>
2282
2283     <widget>
2284       <class>GtkMenuBar</class>
2285       <name>playlist_menubar</name>
2286       <shadow_type>GTK_SHADOW_OUT</shadow_type>
2287       <child>
2288         <padding>0</padding>
2289         <expand>False</expand>
2290         <fill>False</fill>
2291       </child>
2292
2293       <widget>
2294         <class>GtkMenuItem</class>
2295         <name>playlist_add</name>
2296         <label>Add</label>
2297         <right_justify>False</right_justify>
2298
2299         <widget>
2300           <class>GtkMenu</class>
2301           <name>playlist_add_menu</name>
2302
2303           <widget>
2304             <class>GtkMenuItem</class>
2305             <name>playlist_add_disc</name>
2306             <signal>
2307               <name>activate</name>
2308               <handler>GnomePlaylistDiscOpenActivate</handler>
2309               <data>&quot;intf_playlist&quot;</data>
2310               <last_modification_time>Sat, 19 May 2001 16:22:26 GMT</last_modification_time>
2311             </signal>
2312             <label>Disc</label>
2313             <right_justify>False</right_justify>
2314           </widget>
2315
2316           <widget>
2317             <class>GtkMenuItem</class>
2318             <name>playlist_add_file</name>
2319             <signal>
2320               <name>activate</name>
2321               <handler>GnomePlaylistFileOpenActivate</handler>
2322               <data>&quot;intf_playlist&quot;</data>
2323               <last_modification_time>Sat, 19 May 2001 16:22:37 GMT</last_modification_time>
2324             </signal>
2325             <label>File</label>
2326             <right_justify>False</right_justify>
2327           </widget>
2328
2329           <widget>
2330             <class>GtkMenuItem</class>
2331             <name>playlist_add_network</name>
2332             <signal>
2333               <name>activate</name>
2334               <handler>GnomePlaylistNetworkOpenActivate</handler>
2335               <data>&quot;intf_playlist&quot;</data>
2336               <last_modification_time>Sat, 19 May 2001 16:22:52 GMT</last_modification_time>
2337             </signal>
2338             <label>Network</label>
2339             <right_justify>False</right_justify>
2340           </widget>
2341
2342           <widget>
2343             <class>GtkMenuItem</class>
2344             <name>playlist_add_url</name>
2345             <signal>
2346               <name>activate</name>
2347               <handler>GtkPlaylistAddUrl</handler>
2348               <data>&quot;intf_playlist&quot;</data>
2349               <last_modification_time>Sat, 19 May 2001 16:24:27 GMT</last_modification_time>
2350             </signal>
2351             <label>Url</label>
2352             <right_justify>False</right_justify>
2353           </widget>
2354         </widget>
2355       </widget>
2356
2357       <widget>
2358         <class>GtkMenuItem</class>
2359         <name>playlist_delete</name>
2360         <label>Delete</label>
2361         <right_justify>False</right_justify>
2362
2363         <widget>
2364           <class>GtkMenu</class>
2365           <name>playlist_delete_menu</name>
2366
2367           <widget>
2368             <class>GtkMenuItem</class>
2369             <name>playlist_delete_all</name>
2370             <signal>
2371               <name>activate</name>
2372               <handler>GtkPlaylistDeleteAll</handler>
2373               <data>&quot;intf_playlist&quot;</data>
2374               <last_modification_time>Sat, 19 May 2001 03:08:11 GMT</last_modification_time>
2375             </signal>
2376             <label>All</label>
2377             <right_justify>False</right_justify>
2378           </widget>
2379
2380           <widget>
2381             <class>GtkMenuItem</class>
2382             <name>playmist_delete_item</name>
2383             <signal>
2384               <name>activate</name>
2385               <handler>GtkPlaylistDeleteSelected</handler>
2386               <data>&quot;intf_playlist&quot;</data>
2387               <last_modification_time>Sat, 19 May 2001 03:08:05 GMT</last_modification_time>
2388             </signal>
2389             <label>Item</label>
2390             <right_justify>False</right_justify>
2391           </widget>
2392         </widget>
2393       </widget>
2394
2395       <widget>
2396         <class>GtkMenuItem</class>
2397         <name>playlist_selection</name>
2398         <label>Selection</label>
2399         <right_justify>False</right_justify>
2400
2401         <widget>
2402           <class>GtkMenu</class>
2403           <name>playlist_selection_menu</name>
2404
2405           <widget>
2406             <class>GtkMenuItem</class>
2407             <name>playlist_selection_crop</name>
2408             <signal>
2409               <name>activate</name>
2410               <handler>GtkPlaylistCrop</handler>
2411               <data>&quot;intf_playlist&quot;</data>
2412               <last_modification_time>Sat, 19 May 2001 03:07:56 GMT</last_modification_time>
2413             </signal>
2414             <label>Crop</label>
2415             <right_justify>False</right_justify>
2416           </widget>
2417
2418           <widget>
2419             <class>GtkMenuItem</class>
2420             <name>playlist_selection_invert</name>
2421             <signal>
2422               <name>activate</name>
2423               <handler>GtkPlaylistInvert</handler>
2424               <data>&quot;intf_playlist&quot;</data>
2425               <last_modification_time>Sat, 19 May 2001 03:07:51 GMT</last_modification_time>
2426             </signal>
2427             <label>Invert</label>
2428             <right_justify>False</right_justify>
2429           </widget>
2430
2431           <widget>
2432             <class>GtkMenuItem</class>
2433             <name>playlist_selection_select</name>
2434             <signal>
2435               <name>activate</name>
2436               <handler>GtkPlaylistSelect</handler>
2437               <data>&quot;intf_playlist&quot;</data>
2438               <last_modification_time>Sat, 19 May 2001 03:07:45 GMT</last_modification_time>
2439             </signal>
2440             <label>Select</label>
2441             <right_justify>False</right_justify>
2442           </widget>
2443         </widget>
2444       </widget>
2445     </widget>
2446   </widget>
2447 </widget>
2448
2449 <widget>
2450   <class>GnomeDialog</class>
2451   <name>intf_jump</name>
2452   <type>GTK_WINDOW_TOPLEVEL</type>
2453   <position>GTK_WIN_POS_NONE</position>
2454   <modal>False</modal>
2455   <allow_shrink>False</allow_shrink>
2456   <allow_grow>False</allow_grow>
2457   <auto_shrink>False</auto_shrink>
2458   <auto_close>False</auto_close>
2459   <hide_on_close>False</hide_on_close>
2460
2461   <widget>
2462     <class>GtkVBox</class>
2463     <child_name>GnomeDialog:vbox</child_name>
2464     <name>jump_vbox</name>
2465     <homogeneous>False</homogeneous>
2466     <spacing>8</spacing>
2467     <child>
2468       <padding>0</padding>
2469       <expand>True</expand>
2470       <fill>True</fill>
2471     </child>
2472
2473     <widget>
2474       <class>GtkHButtonBox</class>
2475       <child_name>GnomeDialog:action_area</child_name>
2476       <name>jump_action</name>
2477       <layout_style>GTK_BUTTONBOX_END</layout_style>
2478       <spacing>8</spacing>
2479       <child_min_width>85</child_min_width>
2480       <child_min_height>27</child_min_height>
2481       <child_ipad_x>7</child_ipad_x>
2482       <child_ipad_y>0</child_ipad_y>
2483       <child>
2484         <padding>0</padding>
2485         <expand>False</expand>
2486         <fill>True</fill>
2487         <pack>GTK_PACK_END</pack>
2488       </child>
2489
2490       <widget>
2491         <class>GtkButton</class>
2492         <name>jump_ok</name>
2493         <can_default>True</can_default>
2494         <can_focus>True</can_focus>
2495         <signal>
2496           <name>clicked</name>
2497           <handler>GtkJumpOk</handler>
2498           <data>&quot;intf_jump&quot;</data>
2499           <last_modification_time>Sat, 19 May 2001 03:07:27 GMT</last_modification_time>
2500         </signal>
2501         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2502       </widget>
2503
2504       <widget>
2505         <class>GtkButton</class>
2506         <name>jump_cancel</name>
2507         <can_default>True</can_default>
2508         <can_focus>True</can_focus>
2509         <signal>
2510           <name>clicked</name>
2511           <handler>GtkJumpCancel</handler>
2512           <data>&quot;intf_jump&quot;</data>
2513           <last_modification_time>Sat, 19 May 2001 03:07:20 GMT</last_modification_time>
2514         </signal>
2515         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2516       </widget>
2517     </widget>
2518
2519     <widget>
2520       <class>GtkFrame</class>
2521       <name>jump_frame</name>
2522       <border_width>5</border_width>
2523       <label>Jump to: </label>
2524       <label_xalign>0.05</label_xalign>
2525       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2526       <child>
2527         <padding>0</padding>
2528         <expand>False</expand>
2529         <fill>False</fill>
2530       </child>
2531
2532       <widget>
2533         <class>GtkHBox</class>
2534         <name>jump_box</name>
2535         <border_width>5</border_width>
2536         <homogeneous>False</homogeneous>
2537         <spacing>0</spacing>
2538
2539         <widget>
2540           <class>GtkLabel</class>
2541           <name>jump_label3</name>
2542           <label>s.</label>
2543           <justify>GTK_JUSTIFY_CENTER</justify>
2544           <wrap>False</wrap>
2545           <xalign>0.5</xalign>
2546           <yalign>0.5</yalign>
2547           <xpad>0</xpad>
2548           <ypad>0</ypad>
2549           <child>
2550             <padding>0</padding>
2551             <expand>False</expand>
2552             <fill>False</fill>
2553             <pack>GTK_PACK_END</pack>
2554           </child>
2555         </widget>
2556
2557         <widget>
2558           <class>GtkSpinButton</class>
2559           <name>jump_second_spinbutton</name>
2560           <can_focus>True</can_focus>
2561           <climb_rate>1</climb_rate>
2562           <digits>0</digits>
2563           <numeric>False</numeric>
2564           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2565           <snap>False</snap>
2566           <wrap>False</wrap>
2567           <value>0</value>
2568           <lower>0</lower>
2569           <upper>100</upper>
2570           <step>1</step>
2571           <page>10</page>
2572           <page_size>10</page_size>
2573           <child>
2574             <padding>5</padding>
2575             <expand>False</expand>
2576             <fill>False</fill>
2577             <pack>GTK_PACK_END</pack>
2578           </child>
2579         </widget>
2580
2581         <widget>
2582           <class>GtkLabel</class>
2583           <name>jump_label1</name>
2584           <label>m:</label>
2585           <justify>GTK_JUSTIFY_CENTER</justify>
2586           <wrap>False</wrap>
2587           <xalign>0.5</xalign>
2588           <yalign>0.5</yalign>
2589           <xpad>0</xpad>
2590           <ypad>0</ypad>
2591           <child>
2592             <padding>5</padding>
2593             <expand>False</expand>
2594             <fill>False</fill>
2595             <pack>GTK_PACK_END</pack>
2596           </child>
2597         </widget>
2598
2599         <widget>
2600           <class>GtkSpinButton</class>
2601           <name>jump_minute_spinbutton</name>
2602           <can_focus>True</can_focus>
2603           <climb_rate>1</climb_rate>
2604           <digits>0</digits>
2605           <numeric>False</numeric>
2606           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2607           <snap>False</snap>
2608           <wrap>False</wrap>
2609           <value>0</value>
2610           <lower>0</lower>
2611           <upper>59</upper>
2612           <step>1</step>
2613           <page>10</page>
2614           <page_size>10</page_size>
2615           <child>
2616             <padding>5</padding>
2617             <expand>False</expand>
2618             <fill>False</fill>
2619             <pack>GTK_PACK_END</pack>
2620           </child>
2621         </widget>
2622
2623         <widget>
2624           <class>GtkLabel</class>
2625           <name>jump_label2</name>
2626           <label>h:</label>
2627           <justify>GTK_JUSTIFY_CENTER</justify>
2628           <wrap>False</wrap>
2629           <xalign>0.5</xalign>
2630           <yalign>0.5</yalign>
2631           <xpad>0</xpad>
2632           <ypad>0</ypad>
2633           <child>
2634             <padding>5</padding>
2635             <expand>False</expand>
2636             <fill>False</fill>
2637             <pack>GTK_PACK_END</pack>
2638           </child>
2639         </widget>
2640
2641         <widget>
2642           <class>GtkSpinButton</class>
2643           <name>jump_hour_spinbutton</name>
2644           <can_focus>True</can_focus>
2645           <climb_rate>1</climb_rate>
2646           <digits>0</digits>
2647           <numeric>False</numeric>
2648           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2649           <snap>False</snap>
2650           <wrap>False</wrap>
2651           <value>0</value>
2652           <lower>0</lower>
2653           <upper>10</upper>
2654           <step>1</step>
2655           <page>10</page>
2656           <page_size>10</page_size>
2657           <child>
2658             <padding>5</padding>
2659             <expand>False</expand>
2660             <fill>False</fill>
2661             <pack>GTK_PACK_END</pack>
2662           </child>
2663         </widget>
2664       </widget>
2665     </widget>
2666   </widget>
2667 </widget>
2668
2669 <widget>
2670   <class>GnomeDialog</class>
2671   <name>intf_preferences</name>
2672   <title>Preferences</title>
2673   <type>GTK_WINDOW_TOPLEVEL</type>
2674   <position>GTK_WIN_POS_NONE</position>
2675   <modal>False</modal>
2676   <default_width>450</default_width>
2677   <default_height>350</default_height>
2678   <allow_shrink>True</allow_shrink>
2679   <allow_grow>True</allow_grow>
2680   <auto_shrink>False</auto_shrink>
2681   <auto_close>False</auto_close>
2682   <hide_on_close>False</hide_on_close>
2683
2684   <widget>
2685     <class>GtkVBox</class>
2686     <child_name>GnomeDialog:vbox</child_name>
2687     <name>preferences_vbox</name>
2688     <border_width>5</border_width>
2689     <homogeneous>False</homogeneous>
2690     <spacing>10</spacing>
2691     <child>
2692       <padding>0</padding>
2693       <expand>True</expand>
2694       <fill>True</fill>
2695     </child>
2696
2697     <widget>
2698       <class>GtkHButtonBox</class>
2699       <child_name>GnomeDialog:action_area</child_name>
2700       <name>preferences_dialog</name>
2701       <layout_style>GTK_BUTTONBOX_END</layout_style>
2702       <spacing>8</spacing>
2703       <child_min_width>85</child_min_width>
2704       <child_min_height>27</child_min_height>
2705       <child_ipad_x>7</child_ipad_x>
2706       <child_ipad_y>0</child_ipad_y>
2707       <child>
2708         <padding>0</padding>
2709         <expand>False</expand>
2710         <fill>True</fill>
2711         <pack>GTK_PACK_END</pack>
2712       </child>
2713
2714       <widget>
2715         <class>GtkButton</class>
2716         <name>preferences_ok</name>
2717         <can_default>True</can_default>
2718         <can_focus>True</can_focus>
2719         <signal>
2720           <name>clicked</name>
2721           <handler>GtkPreferencesOk</handler>
2722           <data>&quot;intf_preferences&quot;</data>
2723           <last_modification_time>Sat, 19 May 2001 03:06:57 GMT</last_modification_time>
2724         </signal>
2725         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2726       </widget>
2727
2728       <widget>
2729         <class>GtkButton</class>
2730         <name>preferences_apply</name>
2731         <can_default>True</can_default>
2732         <can_focus>True</can_focus>
2733         <signal>
2734           <name>clicked</name>
2735           <handler>GtkPreferencesApply</handler>
2736           <data>&quot;intf_preferences&quot;</data>
2737           <last_modification_time>Sat, 19 May 2001 03:06:53 GMT</last_modification_time>
2738         </signal>
2739         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
2740       </widget>
2741
2742       <widget>
2743         <class>GtkButton</class>
2744         <name>preferences_cancel</name>
2745         <can_default>True</can_default>
2746         <can_focus>True</can_focus>
2747         <signal>
2748           <name>clicked</name>
2749           <handler>GtkPreferencesCancel</handler>
2750           <data>&quot;intf_preferences&quot;</data>
2751           <last_modification_time>Sat, 19 May 2001 03:07:05 GMT</last_modification_time>
2752         </signal>
2753         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2754       </widget>
2755     </widget>
2756
2757     <widget>
2758       <class>GtkFrame</class>
2759       <name>preferences_frame</name>
2760       <label>Preferences</label>
2761       <label_xalign>0.05</label_xalign>
2762       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2763       <child>
2764         <padding>0</padding>
2765         <expand>True</expand>
2766         <fill>True</fill>
2767       </child>
2768
2769       <widget>
2770         <class>GtkNotebook</class>
2771         <name>preferences_notebook</name>
2772         <can_focus>True</can_focus>
2773         <show_tabs>True</show_tabs>
2774         <show_border>True</show_border>
2775         <tab_pos>GTK_POS_TOP</tab_pos>
2776         <scrollable>False</scrollable>
2777         <tab_hborder>2</tab_hborder>
2778         <tab_vborder>2</tab_vborder>
2779         <popup_enable>False</popup_enable>
2780
2781         <widget>
2782           <class>GtkTable</class>
2783           <name>preferences_file_table</name>
2784           <border_width>5</border_width>
2785           <rows>1</rows>
2786           <columns>2</columns>
2787           <homogeneous>False</homogeneous>
2788           <row_spacing>5</row_spacing>
2789           <column_spacing>5</column_spacing>
2790
2791           <widget>
2792             <class>GnomeFileEntry</class>
2793             <name>preferences_file_combo</name>
2794             <max_saved>10</max_saved>
2795             <directory>False</directory>
2796             <modal>False</modal>
2797             <child>
2798               <left_attach>1</left_attach>
2799               <right_attach>2</right_attach>
2800               <top_attach>0</top_attach>
2801               <bottom_attach>1</bottom_attach>
2802               <xpad>0</xpad>
2803               <ypad>0</ypad>
2804               <xexpand>True</xexpand>
2805               <yexpand>True</yexpand>
2806               <xshrink>False</xshrink>
2807               <yshrink>False</yshrink>
2808               <xfill>True</xfill>
2809               <yfill>False</yfill>
2810             </child>
2811
2812             <widget>
2813               <class>GtkEntry</class>
2814               <child_name>GnomeEntry:entry</child_name>
2815               <name>preferences_file_path_entry</name>
2816               <can_focus>True</can_focus>
2817               <editable>True</editable>
2818               <text_visible>True</text_visible>
2819               <text_max_length>0</text_max_length>
2820               <text></text>
2821             </widget>
2822           </widget>
2823
2824           <widget>
2825             <class>GtkLabel</class>
2826             <name>preferences_file_path_label</name>
2827             <label>Default path: </label>
2828             <justify>GTK_JUSTIFY_CENTER</justify>
2829             <wrap>False</wrap>
2830             <xalign>0</xalign>
2831             <yalign>0.5</yalign>
2832             <xpad>0</xpad>
2833             <ypad>0</ypad>
2834             <child>
2835               <left_attach>0</left_attach>
2836               <right_attach>1</right_attach>
2837               <top_attach>0</top_attach>
2838               <bottom_attach>1</bottom_attach>
2839               <xpad>0</xpad>
2840               <ypad>0</ypad>
2841               <xexpand>True</xexpand>
2842               <yexpand>True</yexpand>
2843               <xshrink>False</xshrink>
2844               <yshrink>False</yshrink>
2845               <xfill>False</xfill>
2846               <yfill>False</yfill>
2847             </child>
2848           </widget>
2849         </widget>
2850
2851         <widget>
2852           <class>GtkLabel</class>
2853           <child_name>Notebook:tab</child_name>
2854           <name>preferences_file</name>
2855           <label>File</label>
2856           <justify>GTK_JUSTIFY_CENTER</justify>
2857           <wrap>False</wrap>
2858           <xalign>0.5</xalign>
2859           <yalign>0.5</yalign>
2860           <xpad>0</xpad>
2861           <ypad>0</ypad>
2862         </widget>
2863
2864         <widget>
2865           <class>GtkTable</class>
2866           <name>preferences_disc_table</name>
2867           <border_width>5</border_width>
2868           <rows>2</rows>
2869           <columns>2</columns>
2870           <homogeneous>False</homogeneous>
2871           <row_spacing>5</row_spacing>
2872           <column_spacing>5</column_spacing>
2873
2874           <widget>
2875             <class>GnomeFileEntry</class>
2876             <name>preferences_disc_dvd_combo</name>
2877             <max_saved>10</max_saved>
2878             <directory>False</directory>
2879             <modal>False</modal>
2880             <child>
2881               <left_attach>1</left_attach>
2882               <right_attach>2</right_attach>
2883               <top_attach>0</top_attach>
2884               <bottom_attach>1</bottom_attach>
2885               <xpad>0</xpad>
2886               <ypad>0</ypad>
2887               <xexpand>True</xexpand>
2888               <yexpand>True</yexpand>
2889               <xshrink>False</xshrink>
2890               <yshrink>False</yshrink>
2891               <xfill>True</xfill>
2892               <yfill>False</yfill>
2893             </child>
2894
2895             <widget>
2896               <class>GtkEntry</class>
2897               <child_name>GnomeEntry:entry</child_name>
2898               <name>preferences_disc_dvd_entry</name>
2899               <can_focus>True</can_focus>
2900               <editable>True</editable>
2901               <text_visible>True</text_visible>
2902               <text_max_length>0</text_max_length>
2903               <text></text>
2904             </widget>
2905           </widget>
2906
2907           <widget>
2908             <class>GnomeFileEntry</class>
2909             <name>preferences_file_vcd_combo</name>
2910             <max_saved>10</max_saved>
2911             <directory>False</directory>
2912             <modal>False</modal>
2913             <child>
2914               <left_attach>1</left_attach>
2915               <right_attach>2</right_attach>
2916               <top_attach>1</top_attach>
2917               <bottom_attach>2</bottom_attach>
2918               <xpad>0</xpad>
2919               <ypad>0</ypad>
2920               <xexpand>True</xexpand>
2921               <yexpand>True</yexpand>
2922               <xshrink>False</xshrink>
2923               <yshrink>False</yshrink>
2924               <xfill>True</xfill>
2925               <yfill>False</yfill>
2926             </child>
2927
2928             <widget>
2929               <class>GtkEntry</class>
2930               <child_name>GnomeEntry:entry</child_name>
2931               <name>preferences_disc_vcd_entry</name>
2932               <can_focus>True</can_focus>
2933               <editable>True</editable>
2934               <text_visible>True</text_visible>
2935               <text_max_length>0</text_max_length>
2936               <text></text>
2937             </widget>
2938           </widget>
2939
2940           <widget>
2941             <class>GtkLabel</class>
2942             <name>preferences_disc_dvd_label</name>
2943             <label>Default DVD path: </label>
2944             <justify>GTK_JUSTIFY_CENTER</justify>
2945             <wrap>False</wrap>
2946             <xalign>0</xalign>
2947             <yalign>0.5</yalign>
2948             <xpad>0</xpad>
2949             <ypad>0</ypad>
2950             <child>
2951               <left_attach>0</left_attach>
2952               <right_attach>1</right_attach>
2953               <top_attach>0</top_attach>
2954               <bottom_attach>1</bottom_attach>
2955               <xpad>0</xpad>
2956               <ypad>0</ypad>
2957               <xexpand>True</xexpand>
2958               <yexpand>True</yexpand>
2959               <xshrink>False</xshrink>
2960               <yshrink>False</yshrink>
2961               <xfill>False</xfill>
2962               <yfill>False</yfill>
2963             </child>
2964           </widget>
2965
2966           <widget>
2967             <class>GtkLabel</class>
2968             <name>preferences_disc_vcd_label</name>
2969             <label>Default VCD path: </label>
2970             <justify>GTK_JUSTIFY_CENTER</justify>
2971             <wrap>False</wrap>
2972             <xalign>0</xalign>
2973             <yalign>0.5</yalign>
2974             <xpad>0</xpad>
2975             <ypad>0</ypad>
2976             <child>
2977               <left_attach>0</left_attach>
2978               <right_attach>1</right_attach>
2979               <top_attach>1</top_attach>
2980               <bottom_attach>2</bottom_attach>
2981               <xpad>0</xpad>
2982               <ypad>0</ypad>
2983               <xexpand>True</xexpand>
2984               <yexpand>True</yexpand>
2985               <xshrink>False</xshrink>
2986               <yshrink>False</yshrink>
2987               <xfill>False</xfill>
2988               <yfill>False</yfill>
2989             </child>
2990           </widget>
2991         </widget>
2992
2993         <widget>
2994           <class>GtkLabel</class>
2995           <child_name>Notebook:tab</child_name>
2996           <name>preferences_disc</name>
2997           <label>Disc</label>
2998           <justify>GTK_JUSTIFY_CENTER</justify>
2999           <wrap>False</wrap>
3000           <xalign>0.5</xalign>
3001           <yalign>0.5</yalign>
3002           <xpad>0</xpad>
3003           <ypad>0</ypad>
3004         </widget>
3005
3006         <widget>
3007           <class>GtkTable</class>
3008           <name>preferences_network_table</name>
3009           <border_width>5</border_width>
3010           <rows>7</rows>
3011           <columns>2</columns>
3012           <homogeneous>False</homogeneous>
3013           <row_spacing>5</row_spacing>
3014           <column_spacing>5</column_spacing>
3015
3016           <widget>
3017             <class>GtkLabel</class>
3018             <name>preferences_network_server_label</name>
3019             <label>Default server: </label>
3020             <justify>GTK_JUSTIFY_CENTER</justify>
3021             <wrap>False</wrap>
3022             <xalign>0</xalign>
3023             <yalign>0.5</yalign>
3024             <xpad>0</xpad>
3025             <ypad>0</ypad>
3026             <child>
3027               <left_attach>0</left_attach>
3028               <right_attach>1</right_attach>
3029               <top_attach>0</top_attach>
3030               <bottom_attach>1</bottom_attach>
3031               <xpad>0</xpad>
3032               <ypad>0</ypad>
3033               <xexpand>True</xexpand>
3034               <yexpand>True</yexpand>
3035               <xshrink>False</xshrink>
3036               <yshrink>False</yshrink>
3037               <xfill>False</xfill>
3038               <yfill>False</yfill>
3039             </child>
3040           </widget>
3041
3042           <widget>
3043             <class>GtkSpinButton</class>
3044             <name>preferences_network_port_spinbutton</name>
3045             <can_focus>True</can_focus>
3046             <climb_rate>1</climb_rate>
3047             <digits>0</digits>
3048             <numeric>False</numeric>
3049             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3050             <snap>False</snap>
3051             <wrap>False</wrap>
3052             <value>1234</value>
3053             <lower>0</lower>
3054             <upper>65535</upper>
3055             <step>1</step>
3056             <page>10</page>
3057             <page_size>10</page_size>
3058             <child>
3059               <left_attach>1</left_attach>
3060               <right_attach>2</right_attach>
3061               <top_attach>1</top_attach>
3062               <bottom_attach>2</bottom_attach>
3063               <xpad>0</xpad>
3064               <ypad>0</ypad>
3065               <xexpand>True</xexpand>
3066               <yexpand>True</yexpand>
3067               <xshrink>False</xshrink>
3068               <yshrink>False</yshrink>
3069               <xfill>True</xfill>
3070               <yfill>False</yfill>
3071             </child>
3072           </widget>
3073
3074           <widget>
3075             <class>GtkLabel</class>
3076             <name>preferences_network_broadcast_label</name>
3077             <label>Broadcast address: </label>
3078             <justify>GTK_JUSTIFY_CENTER</justify>
3079             <wrap>False</wrap>
3080             <xalign>0</xalign>
3081             <yalign>0.5</yalign>
3082             <xpad>0</xpad>
3083             <ypad>0</ypad>
3084             <child>
3085               <left_attach>0</left_attach>
3086               <right_attach>1</right_attach>
3087               <top_attach>2</top_attach>
3088               <bottom_attach>3</bottom_attach>
3089               <xpad>0</xpad>
3090               <ypad>0</ypad>
3091               <xexpand>True</xexpand>
3092               <yexpand>True</yexpand>
3093               <xshrink>False</xshrink>
3094               <yshrink>False</yshrink>
3095               <xfill>False</xfill>
3096               <yfill>False</yfill>
3097             </child>
3098           </widget>
3099
3100           <widget>
3101             <class>GtkLabel</class>
3102             <name>preferences_network_port_label</name>
3103             <label>Default port: </label>
3104             <justify>GTK_JUSTIFY_CENTER</justify>
3105             <wrap>False</wrap>
3106             <xalign>0</xalign>
3107             <yalign>0.5</yalign>
3108             <xpad>0</xpad>
3109             <ypad>0</ypad>
3110             <child>
3111               <left_attach>0</left_attach>
3112               <right_attach>1</right_attach>
3113               <top_attach>1</top_attach>
3114               <bottom_attach>2</bottom_attach>
3115               <xpad>0</xpad>
3116               <ypad>0</ypad>
3117               <xexpand>True</xexpand>
3118               <yexpand>True</yexpand>
3119               <xshrink>False</xshrink>
3120               <yshrink>False</yshrink>
3121               <xfill>False</xfill>
3122               <yfill>False</yfill>
3123             </child>
3124           </widget>
3125
3126           <widget>
3127             <class>GnomeEntry</class>
3128             <name>preferences_network_server_combo</name>
3129             <max_saved>10</max_saved>
3130             <child>
3131               <left_attach>1</left_attach>
3132               <right_attach>2</right_attach>
3133               <top_attach>0</top_attach>
3134               <bottom_attach>1</bottom_attach>
3135               <xpad>0</xpad>
3136               <ypad>0</ypad>
3137               <xexpand>True</xexpand>
3138               <yexpand>True</yexpand>
3139               <xshrink>False</xshrink>
3140               <yshrink>False</yshrink>
3141               <xfill>True</xfill>
3142               <yfill>False</yfill>
3143             </child>
3144
3145             <widget>
3146               <class>GtkEntry</class>
3147               <child_name>GnomeEntry:entry</child_name>
3148               <name>preferences_network_server_entry</name>
3149               <can_focus>True</can_focus>
3150               <editable>True</editable>
3151               <text_visible>True</text_visible>
3152               <text_max_length>0</text_max_length>
3153               <text>vls</text>
3154             </widget>
3155           </widget>
3156
3157           <widget>
3158             <class>GnomeEntry</class>
3159             <name>preferences_network_broadcast_combo</name>
3160             <max_saved>10</max_saved>
3161             <child>
3162               <left_attach>1</left_attach>
3163               <right_attach>2</right_attach>
3164               <top_attach>2</top_attach>
3165               <bottom_attach>3</bottom_attach>
3166               <xpad>0</xpad>
3167               <ypad>0</ypad>
3168               <xexpand>True</xexpand>
3169               <yexpand>True</yexpand>
3170               <xshrink>False</xshrink>
3171               <yshrink>False</yshrink>
3172               <xfill>True</xfill>
3173               <yfill>False</yfill>
3174             </child>
3175
3176             <widget>
3177               <class>GtkEntry</class>
3178               <child_name>GnomeEntry:entry</child_name>
3179               <name>preferences_network_broadcast_entry</name>
3180               <can_focus>True</can_focus>
3181               <editable>True</editable>
3182               <text_visible>True</text_visible>
3183               <text_max_length>0</text_max_length>
3184               <text></text>
3185             </widget>
3186           </widget>
3187
3188           <widget>
3189             <class>GtkCheckButton</class>
3190             <name>preferences_network_broadcast_checkbutton</name>
3191             <can_focus>True</can_focus>
3192             <label>Broadcast mode</label>
3193             <active>False</active>
3194             <draw_indicator>True</draw_indicator>
3195             <child>
3196               <left_attach>0</left_attach>
3197               <right_attach>1</right_attach>
3198               <top_attach>3</top_attach>
3199               <bottom_attach>4</bottom_attach>
3200               <xpad>0</xpad>
3201               <ypad>0</ypad>
3202               <xexpand>True</xexpand>
3203               <yexpand>True</yexpand>
3204               <xshrink>False</xshrink>
3205               <yshrink>False</yshrink>
3206               <xfill>False</xfill>
3207               <yfill>False</yfill>
3208             </child>
3209           </widget>
3210
3211           <widget>
3212             <class>GtkRadioButton</class>
3213             <name>preferences_network_ts_radiobutton</name>
3214             <can_focus>True</can_focus>
3215             <label>TS</label>
3216             <active>False</active>
3217             <draw_indicator>True</draw_indicator>
3218             <group>preferences_network_protocol_group</group>
3219             <child>
3220               <left_attach>1</left_attach>
3221               <right_attach>2</right_attach>
3222               <top_attach>4</top_attach>
3223               <bottom_attach>5</bottom_attach>
3224               <xpad>0</xpad>
3225               <ypad>0</ypad>
3226               <xexpand>False</xexpand>
3227               <yexpand>False</yexpand>
3228               <xshrink>False</xshrink>
3229               <yshrink>True</yshrink>
3230               <xfill>True</xfill>
3231               <yfill>False</yfill>
3232             </child>
3233           </widget>
3234
3235           <widget>
3236             <class>GtkRadioButton</class>
3237             <name>preferences_network_rtp_radiobutton</name>
3238             <can_focus>True</can_focus>
3239             <label>RTP</label>
3240             <active>False</active>
3241             <draw_indicator>True</draw_indicator>
3242             <group>preferences_network_protocol_group</group>
3243             <child>
3244               <left_attach>1</left_attach>
3245               <right_attach>2</right_attach>
3246               <top_attach>5</top_attach>
3247               <bottom_attach>6</bottom_attach>
3248               <xpad>0</xpad>
3249               <ypad>0</ypad>
3250               <xexpand>False</xexpand>
3251               <yexpand>False</yexpand>
3252               <xshrink>False</xshrink>
3253               <yshrink>True</yshrink>
3254               <xfill>True</xfill>
3255               <yfill>False</yfill>
3256             </child>
3257           </widget>
3258
3259           <widget>
3260             <class>GtkRadioButton</class>
3261             <name>preferences_network_http_radiobutton</name>
3262             <can_focus>True</can_focus>
3263             <label>HTTP</label>
3264             <active>False</active>
3265             <draw_indicator>True</draw_indicator>
3266             <group>preferences_network_protocol_group</group>
3267             <child>
3268               <left_attach>1</left_attach>
3269               <right_attach>2</right_attach>
3270               <top_attach>6</top_attach>
3271               <bottom_attach>7</bottom_attach>
3272               <xpad>0</xpad>
3273               <ypad>0</ypad>
3274               <xexpand>False</xexpand>
3275               <yexpand>False</yexpand>
3276               <xshrink>False</xshrink>
3277               <yshrink>True</yshrink>
3278               <xfill>True</xfill>
3279               <yfill>False</yfill>
3280             </child>
3281           </widget>
3282
3283           <widget>
3284             <class>GtkLabel</class>
3285             <name>preferences_network_protocol_label</name>
3286             <label>Default protocol: </label>
3287             <justify>GTK_JUSTIFY_CENTER</justify>
3288             <wrap>False</wrap>
3289             <xalign>0</xalign>
3290             <yalign>0.5</yalign>
3291             <xpad>0</xpad>
3292             <ypad>0</ypad>
3293             <child>
3294               <left_attach>0</left_attach>
3295               <right_attach>1</right_attach>
3296               <top_attach>4</top_attach>
3297               <bottom_attach>7</bottom_attach>
3298               <xpad>0</xpad>
3299               <ypad>0</ypad>
3300               <xexpand>True</xexpand>
3301               <yexpand>True</yexpand>
3302               <xshrink>False</xshrink>
3303               <yshrink>True</yshrink>
3304               <xfill>False</xfill>
3305               <yfill>False</yfill>
3306             </child>
3307           </widget>
3308         </widget>
3309
3310         <widget>
3311           <class>GtkLabel</class>
3312           <child_name>Notebook:tab</child_name>
3313           <name>preferences_network</name>
3314           <label>Network</label>
3315           <justify>GTK_JUSTIFY_CENTER</justify>
3316           <wrap>False</wrap>
3317           <xalign>0.5</xalign>
3318           <yalign>0.5</yalign>
3319           <xpad>0</xpad>
3320           <ypad>0</ypad>
3321         </widget>
3322
3323         <widget>
3324           <class>GtkTable</class>
3325           <name>preferences_network_interface_table</name>
3326           <border_width>5</border_width>
3327           <rows>1</rows>
3328           <columns>2</columns>
3329           <homogeneous>False</homogeneous>
3330           <row_spacing>5</row_spacing>
3331           <column_spacing>5</column_spacing>
3332
3333           <widget>
3334             <class>GtkLabel</class>
3335             <name>preferences_interface_label</name>
3336             <label>Default interface: </label>
3337             <justify>GTK_JUSTIFY_CENTER</justify>
3338             <wrap>False</wrap>
3339             <xalign>0</xalign>
3340             <yalign>0.5</yalign>
3341             <xpad>0</xpad>
3342             <ypad>0</ypad>
3343             <child>
3344               <left_attach>0</left_attach>
3345               <right_attach>1</right_attach>
3346               <top_attach>0</top_attach>
3347               <bottom_attach>1</bottom_attach>
3348               <xpad>0</xpad>
3349               <ypad>0</ypad>
3350               <xexpand>True</xexpand>
3351               <yexpand>True</yexpand>
3352               <xshrink>False</xshrink>
3353               <yshrink>False</yshrink>
3354               <xfill>False</xfill>
3355               <yfill>False</yfill>
3356             </child>
3357           </widget>
3358
3359           <widget>
3360             <class>GnomeEntry</class>
3361             <name>preferences_interface_combo</name>
3362             <max_saved>10</max_saved>
3363             <child>
3364               <left_attach>1</left_attach>
3365               <right_attach>2</right_attach>
3366               <top_attach>0</top_attach>
3367               <bottom_attach>1</bottom_attach>
3368               <xpad>0</xpad>
3369               <ypad>0</ypad>
3370               <xexpand>True</xexpand>
3371               <yexpand>True</yexpand>
3372               <xshrink>False</xshrink>
3373               <yshrink>False</yshrink>
3374               <xfill>True</xfill>
3375               <yfill>False</yfill>
3376             </child>
3377
3378             <widget>
3379               <class>GtkEntry</class>
3380               <child_name>GnomeEntry:entry</child_name>
3381               <name>preferences_interface_entry</name>
3382               <can_focus>True</can_focus>
3383               <editable>True</editable>
3384               <text_visible>True</text_visible>
3385               <text_max_length>0</text_max_length>
3386               <text></text>
3387             </widget>
3388           </widget>
3389         </widget>
3390
3391         <widget>
3392           <class>GtkLabel</class>
3393           <child_name>Notebook:tab</child_name>
3394           <name>preferences_interface</name>
3395           <label>Interface</label>
3396           <justify>GTK_JUSTIFY_CENTER</justify>
3397           <wrap>False</wrap>
3398           <xalign>0.5</xalign>
3399           <yalign>0.5</yalign>
3400           <xpad>0</xpad>
3401           <ypad>0</ypad>
3402         </widget>
3403
3404         <widget>
3405           <class>GtkTable</class>
3406           <name>preferences_video_table</name>
3407           <border_width>5</border_width>
3408           <rows>7</rows>
3409           <columns>2</columns>
3410           <homogeneous>False</homogeneous>
3411           <row_spacing>5</row_spacing>
3412           <column_spacing>5</column_spacing>
3413
3414           <widget>
3415             <class>GtkLabel</class>
3416             <name>preferences_video_output_label</name>
3417             <label>Default output: </label>
3418             <justify>GTK_JUSTIFY_CENTER</justify>
3419             <wrap>False</wrap>
3420             <xalign>0</xalign>
3421             <yalign>0.5</yalign>
3422             <xpad>0</xpad>
3423             <ypad>0</ypad>
3424             <child>
3425               <left_attach>0</left_attach>
3426               <right_attach>1</right_attach>
3427               <top_attach>0</top_attach>
3428               <bottom_attach>1</bottom_attach>
3429               <xpad>0</xpad>
3430               <ypad>0</ypad>
3431               <xexpand>True</xexpand>
3432               <yexpand>True</yexpand>
3433               <xshrink>False</xshrink>
3434               <yshrink>False</yshrink>
3435               <xfill>False</xfill>
3436               <yfill>False</yfill>
3437             </child>
3438           </widget>
3439
3440           <widget>
3441             <class>GtkLabel</class>
3442             <name>preferences_video_height</name>
3443             <label>Default height: </label>
3444             <justify>GTK_JUSTIFY_CENTER</justify>
3445             <wrap>False</wrap>
3446             <xalign>0</xalign>
3447             <yalign>0.5</yalign>
3448             <xpad>0</xpad>
3449             <ypad>0</ypad>
3450             <child>
3451               <left_attach>0</left_attach>
3452               <right_attach>1</right_attach>
3453               <top_attach>2</top_attach>
3454               <bottom_attach>3</bottom_attach>
3455               <xpad>0</xpad>
3456               <ypad>0</ypad>
3457               <xexpand>True</xexpand>
3458               <yexpand>True</yexpand>
3459               <xshrink>False</xshrink>
3460               <yshrink>False</yshrink>
3461               <xfill>False</xfill>
3462               <yfill>False</yfill>
3463             </child>
3464           </widget>
3465
3466           <widget>
3467             <class>GtkSpinButton</class>
3468             <name>preferences_video_height_spinbutton</name>
3469             <can_focus>True</can_focus>
3470             <climb_rate>1</climb_rate>
3471             <digits>0</digits>
3472             <numeric>False</numeric>
3473             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3474             <snap>False</snap>
3475             <wrap>False</wrap>
3476             <value>576</value>
3477             <lower>0</lower>
3478             <upper>1600</upper>
3479             <step>1</step>
3480             <page>10</page>
3481             <page_size>10</page_size>
3482             <child>
3483               <left_attach>1</left_attach>
3484               <right_attach>2</right_attach>
3485               <top_attach>2</top_attach>
3486               <bottom_attach>3</bottom_attach>
3487               <xpad>0</xpad>
3488               <ypad>0</ypad>
3489               <xexpand>True</xexpand>
3490               <yexpand>True</yexpand>
3491               <xshrink>False</xshrink>
3492               <yshrink>False</yshrink>
3493               <xfill>True</xfill>
3494               <yfill>False</yfill>
3495             </child>
3496           </widget>
3497
3498           <widget>
3499             <class>GtkSpinButton</class>
3500             <name>preferences_video_width_spinbutton</name>
3501             <can_focus>True</can_focus>
3502             <climb_rate>1</climb_rate>
3503             <digits>0</digits>
3504             <numeric>False</numeric>
3505             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3506             <snap>False</snap>
3507             <wrap>False</wrap>
3508             <value>720</value>
3509             <lower>100</lower>
3510             <upper>1600</upper>
3511             <step>1</step>
3512             <page>10</page>
3513             <page_size>10</page_size>
3514             <child>
3515               <left_attach>1</left_attach>
3516               <right_attach>2</right_attach>
3517               <top_attach>1</top_attach>
3518               <bottom_attach>2</bottom_attach>
3519               <xpad>0</xpad>
3520               <ypad>0</ypad>
3521               <xexpand>True</xexpand>
3522               <yexpand>True</yexpand>
3523               <xshrink>False</xshrink>
3524               <yshrink>False</yshrink>
3525               <xfill>True</xfill>
3526               <yfill>False</yfill>
3527             </child>
3528           </widget>
3529
3530           <widget>
3531             <class>GtkLabel</class>
3532             <name>preferences_video_width_label</name>
3533             <label>Default width: </label>
3534             <justify>GTK_JUSTIFY_CENTER</justify>
3535             <wrap>False</wrap>
3536             <xalign>0</xalign>
3537             <yalign>0.5</yalign>
3538             <xpad>0</xpad>
3539             <ypad>0</ypad>
3540             <child>
3541               <left_attach>0</left_attach>
3542               <right_attach>1</right_attach>
3543               <top_attach>1</top_attach>
3544               <bottom_attach>2</bottom_attach>
3545               <xpad>0</xpad>
3546               <ypad>0</ypad>
3547               <xexpand>True</xexpand>
3548               <yexpand>True</yexpand>
3549               <xshrink>False</xshrink>
3550               <yshrink>False</yshrink>
3551               <xfill>False</xfill>
3552               <yfill>False</yfill>
3553             </child>
3554           </widget>
3555
3556           <widget>
3557             <class>GnomeEntry</class>
3558             <name>preferences_video_output_combo</name>
3559             <max_saved>10</max_saved>
3560             <child>
3561               <left_attach>1</left_attach>
3562               <right_attach>2</right_attach>
3563               <top_attach>0</top_attach>
3564               <bottom_attach>1</bottom_attach>
3565               <xpad>0</xpad>
3566               <ypad>0</ypad>
3567               <xexpand>True</xexpand>
3568               <yexpand>True</yexpand>
3569               <xshrink>False</xshrink>
3570               <yshrink>False</yshrink>
3571               <xfill>True</xfill>
3572               <yfill>False</yfill>
3573             </child>
3574
3575             <widget>
3576               <class>GtkEntry</class>
3577               <child_name>GnomeEntry:entry</child_name>
3578               <name>preferences_video_output_entry</name>
3579               <can_focus>True</can_focus>
3580               <editable>True</editable>
3581               <text_visible>True</text_visible>
3582               <text_max_length>0</text_max_length>
3583               <text></text>
3584             </widget>
3585           </widget>
3586
3587           <widget>
3588             <class>GtkLabel</class>
3589             <name>preferences_video_depth</name>
3590             <label>Default depth:</label>
3591             <justify>GTK_JUSTIFY_CENTER</justify>
3592             <wrap>False</wrap>
3593             <xalign>0</xalign>
3594             <yalign>0.5</yalign>
3595             <xpad>0</xpad>
3596             <ypad>0</ypad>
3597             <child>
3598               <left_attach>0</left_attach>
3599               <right_attach>1</right_attach>
3600               <top_attach>3</top_attach>
3601               <bottom_attach>4</bottom_attach>
3602               <xpad>0</xpad>
3603               <ypad>0</ypad>
3604               <xexpand>True</xexpand>
3605               <yexpand>True</yexpand>
3606               <xshrink>False</xshrink>
3607               <yshrink>False</yshrink>
3608               <xfill>False</xfill>
3609               <yfill>False</yfill>
3610             </child>
3611           </widget>
3612
3613           <widget>
3614             <class>GtkOptionMenu</class>
3615             <name>preferences_video_depth_optionmenu</name>
3616             <can_focus>True</can_focus>
3617             <items>15 bits
3618 16 bits
3619 32 bits
3620 </items>
3621             <initial_choice>1</initial_choice>
3622             <child>
3623               <left_attach>1</left_attach>
3624               <right_attach>2</right_attach>
3625               <top_attach>3</top_attach>
3626               <bottom_attach>4</bottom_attach>
3627               <xpad>0</xpad>
3628               <ypad>0</ypad>
3629               <xexpand>True</xexpand>
3630               <yexpand>True</yexpand>
3631               <xshrink>False</xshrink>
3632               <yshrink>False</yshrink>
3633               <xfill>True</xfill>
3634               <yfill>False</yfill>
3635             </child>
3636           </widget>
3637
3638           <widget>
3639             <class>GtkLabel</class>
3640             <name>preferences_video_fullscreen_depth</name>
3641             <label>Fullscreen depth:</label>
3642             <justify>GTK_JUSTIFY_CENTER</justify>
3643             <wrap>False</wrap>
3644             <xalign>0</xalign>
3645             <yalign>0.5</yalign>
3646             <xpad>0</xpad>
3647             <ypad>0</ypad>
3648             <child>
3649               <left_attach>0</left_attach>
3650               <right_attach>1</right_attach>
3651               <top_attach>4</top_attach>
3652               <bottom_attach>5</bottom_attach>
3653               <xpad>0</xpad>
3654               <ypad>0</ypad>
3655               <xexpand>True</xexpand>
3656               <yexpand>True</yexpand>
3657               <xshrink>False</xshrink>
3658               <yshrink>False</yshrink>
3659               <xfill>False</xfill>
3660               <yfill>False</yfill>
3661             </child>
3662           </widget>
3663
3664           <widget>
3665             <class>GtkOptionMenu</class>
3666             <name>preferences_video_fullscreen_depth_optionmenu</name>
3667             <can_focus>True</can_focus>
3668             <items>15 bits
3669 16 bits
3670 32 bits
3671 </items>
3672             <initial_choice>2</initial_choice>
3673             <child>
3674               <left_attach>1</left_attach>
3675               <right_attach>2</right_attach>
3676               <top_attach>4</top_attach>
3677               <bottom_attach>5</bottom_attach>
3678               <xpad>0</xpad>
3679               <ypad>0</ypad>
3680               <xexpand>True</xexpand>
3681               <yexpand>True</yexpand>
3682               <xshrink>False</xshrink>
3683               <yshrink>False</yshrink>
3684               <xfill>True</xfill>
3685               <yfill>True</yfill>
3686             </child>
3687           </widget>
3688
3689           <widget>
3690             <class>GtkCheckButton</class>
3691             <name>preferences_video_fullscreen_checkbutton</name>
3692             <can_focus>True</can_focus>
3693             <label>Fullscreen on play</label>
3694             <active>False</active>
3695             <draw_indicator>True</draw_indicator>
3696             <child>
3697               <left_attach>0</left_attach>
3698               <right_attach>1</right_attach>
3699               <top_attach>6</top_attach>
3700               <bottom_attach>7</bottom_attach>
3701               <xpad>0</xpad>
3702               <ypad>0</ypad>
3703               <xexpand>True</xexpand>
3704               <yexpand>True</yexpand>
3705               <xshrink>False</xshrink>
3706               <yshrink>False</yshrink>
3707               <xfill>False</xfill>
3708               <yfill>False</yfill>
3709             </child>
3710           </widget>
3711
3712           <widget>
3713             <class>GtkCheckButton</class>
3714             <name>preferences_video_grayscale_checkbutton</name>
3715             <can_focus>True</can_focus>
3716             <label>Grayscale</label>
3717             <active>False</active>
3718             <draw_indicator>True</draw_indicator>
3719             <child>
3720               <left_attach>1</left_attach>
3721               <right_attach>2</right_attach>
3722               <top_attach>6</top_attach>
3723               <bottom_attach>7</bottom_attach>
3724               <xpad>0</xpad>
3725               <ypad>0</ypad>
3726               <xexpand>True</xexpand>
3727               <yexpand>True</yexpand>
3728               <xshrink>False</xshrink>
3729               <yshrink>False</yshrink>
3730               <xfill>False</xfill>
3731               <yfill>False</yfill>
3732             </child>
3733           </widget>
3734
3735           <widget>
3736             <class>GtkLabel</class>
3737             <name>preferences_video_gamma_label</name>
3738             <label>Gamma:</label>
3739             <justify>GTK_JUSTIFY_CENTER</justify>
3740             <wrap>False</wrap>
3741             <xalign>0</xalign>
3742             <yalign>0.5</yalign>
3743             <xpad>0</xpad>
3744             <ypad>0</ypad>
3745             <child>
3746               <left_attach>0</left_attach>
3747               <right_attach>1</right_attach>
3748               <top_attach>5</top_attach>
3749               <bottom_attach>6</bottom_attach>
3750               <xpad>0</xpad>
3751               <ypad>0</ypad>
3752               <xexpand>True</xexpand>
3753               <yexpand>True</yexpand>
3754               <xshrink>False</xshrink>
3755               <yshrink>False</yshrink>
3756               <xfill>False</xfill>
3757               <yfill>False</yfill>
3758             </child>
3759           </widget>
3760
3761           <widget>
3762             <class>GtkSpinButton</class>
3763             <name>spinbutton4</name>
3764             <can_focus>True</can_focus>
3765             <climb_rate>1</climb_rate>
3766             <digits>1</digits>
3767             <numeric>False</numeric>
3768             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3769             <snap>False</snap>
3770             <wrap>False</wrap>
3771             <value>0</value>
3772             <lower>0</lower>
3773             <upper>5</upper>
3774             <step>0.1</step>
3775             <page>10</page>
3776             <page_size>10</page_size>
3777             <child>
3778               <left_attach>1</left_attach>
3779               <right_attach>2</right_attach>
3780               <top_attach>5</top_attach>
3781               <bottom_attach>6</bottom_attach>
3782               <xpad>0</xpad>
3783               <ypad>0</ypad>
3784               <xexpand>True</xexpand>
3785               <yexpand>False</yexpand>
3786               <xshrink>False</xshrink>
3787               <yshrink>False</yshrink>
3788               <xfill>True</xfill>
3789               <yfill>False</yfill>
3790             </child>
3791           </widget>
3792         </widget>
3793
3794         <widget>
3795           <class>GtkLabel</class>
3796           <child_name>Notebook:tab</child_name>
3797           <name>preferences_video</name>
3798           <label>Video</label>
3799           <justify>GTK_JUSTIFY_CENTER</justify>
3800           <wrap>False</wrap>
3801           <xalign>0.5</xalign>
3802           <yalign>0.5</yalign>
3803           <xpad>0</xpad>
3804           <ypad>0</ypad>
3805         </widget>
3806
3807         <widget>
3808           <class>GtkTable</class>
3809           <name>preference_audio_table</name>
3810           <border_width>5</border_width>
3811           <rows>6</rows>
3812           <columns>2</columns>
3813           <homogeneous>False</homogeneous>
3814           <row_spacing>5</row_spacing>
3815           <column_spacing>5</column_spacing>
3816
3817           <widget>
3818             <class>GtkCheckButton</class>
3819             <name>preferences_audio_spdif_checkbutton</name>
3820             <can_focus>True</can_focus>
3821             <label>Spdif output</label>
3822             <active>False</active>
3823             <draw_indicator>True</draw_indicator>
3824             <child>
3825               <left_attach>0</left_attach>
3826               <right_attach>2</right_attach>
3827               <top_attach>5</top_attach>
3828               <bottom_attach>6</bottom_attach>
3829               <xpad>0</xpad>
3830               <ypad>0</ypad>
3831               <xexpand>True</xexpand>
3832               <yexpand>True</yexpand>
3833               <xshrink>False</xshrink>
3834               <yshrink>False</yshrink>
3835               <xfill>False</xfill>
3836               <yfill>False</yfill>
3837             </child>
3838           </widget>
3839
3840           <widget>
3841             <class>GtkLabel</class>
3842             <name>preferences_audio_output_label</name>
3843             <label>Default output: </label>
3844             <justify>GTK_JUSTIFY_CENTER</justify>
3845             <wrap>False</wrap>
3846             <xalign>0</xalign>
3847             <yalign>0.5</yalign>
3848             <xpad>0</xpad>
3849             <ypad>0</ypad>
3850             <child>
3851               <left_attach>0</left_attach>
3852               <right_attach>1</right_attach>
3853               <top_attach>0</top_attach>
3854               <bottom_attach>1</bottom_attach>
3855               <xpad>0</xpad>
3856               <ypad>0</ypad>
3857               <xexpand>True</xexpand>
3858               <yexpand>True</yexpand>
3859               <xshrink>False</xshrink>
3860               <yshrink>False</yshrink>
3861               <xfill>False</xfill>
3862               <yfill>False</yfill>
3863             </child>
3864           </widget>
3865
3866           <widget>
3867             <class>GnomeEntry</class>
3868             <name>preferences_audio_output_combo</name>
3869             <max_saved>10</max_saved>
3870             <child>
3871               <left_attach>1</left_attach>
3872               <right_attach>2</right_attach>
3873               <top_attach>0</top_attach>
3874               <bottom_attach>1</bottom_attach>
3875               <xpad>0</xpad>
3876               <ypad>0</ypad>
3877               <xexpand>True</xexpand>
3878               <yexpand>True</yexpand>
3879               <xshrink>False</xshrink>
3880               <yshrink>False</yshrink>
3881               <xfill>True</xfill>
3882               <yfill>False</yfill>
3883             </child>
3884
3885             <widget>
3886               <class>GtkEntry</class>
3887               <child_name>GnomeEntry:entry</child_name>
3888               <name>preferences_audio_output_entry</name>
3889               <can_focus>True</can_focus>
3890               <editable>True</editable>
3891               <text_visible>True</text_visible>
3892               <text_max_length>0</text_max_length>
3893               <text></text>
3894             </widget>
3895           </widget>
3896
3897           <widget>
3898             <class>GtkLabel</class>
3899             <name>preferences_audio_frequency_label</name>
3900             <label>Frequency: </label>
3901             <justify>GTK_JUSTIFY_CENTER</justify>
3902             <wrap>False</wrap>
3903             <xalign>0</xalign>
3904             <yalign>0.5</yalign>
3905             <xpad>0</xpad>
3906             <ypad>0</ypad>
3907             <child>
3908               <left_attach>0</left_attach>
3909               <right_attach>1</right_attach>
3910               <top_attach>2</top_attach>
3911               <bottom_attach>3</bottom_attach>
3912               <xpad>0</xpad>
3913               <ypad>0</ypad>
3914               <xexpand>True</xexpand>
3915               <yexpand>True</yexpand>
3916               <xshrink>False</xshrink>
3917               <yshrink>False</yshrink>
3918               <xfill>False</xfill>
3919               <yfill>False</yfill>
3920             </child>
3921           </widget>
3922
3923           <widget>
3924             <class>GtkOptionMenu</class>
3925             <name>preferences_audio_frequency_optionmenu</name>
3926             <can_focus>True</can_focus>
3927             <items>48000 Hz
3928 44100 Hz
3929 32000 Hz
3930 22050 Hz
3931 </items>
3932             <initial_choice>0</initial_choice>
3933             <child>
3934               <left_attach>1</left_attach>
3935               <right_attach>2</right_attach>
3936               <top_attach>2</top_attach>
3937               <bottom_attach>3</bottom_attach>
3938               <xpad>0</xpad>
3939               <ypad>0</ypad>
3940               <xexpand>True</xexpand>
3941               <yexpand>True</yexpand>
3942               <xshrink>False</xshrink>
3943               <yshrink>False</yshrink>
3944               <xfill>True</xfill>
3945               <yfill>False</yfill>
3946             </child>
3947           </widget>
3948
3949           <widget>
3950             <class>GtkLabel</class>
3951             <name>preferences_audio_quality_label</name>
3952             <label>Quality: </label>
3953             <justify>GTK_JUSTIFY_CENTER</justify>
3954             <wrap>False</wrap>
3955             <xalign>0</xalign>
3956             <yalign>0.5</yalign>
3957             <xpad>0</xpad>
3958             <ypad>0</ypad>
3959             <child>
3960               <left_attach>0</left_attach>
3961               <right_attach>1</right_attach>
3962               <top_attach>3</top_attach>
3963               <bottom_attach>4</bottom_attach>
3964               <xpad>0</xpad>
3965               <ypad>0</ypad>
3966               <xexpand>True</xexpand>
3967               <yexpand>True</yexpand>
3968               <xshrink>False</xshrink>
3969               <yshrink>False</yshrink>
3970               <xfill>False</xfill>
3971               <yfill>False</yfill>
3972             </child>
3973           </widget>
3974
3975           <widget>
3976             <class>GtkOptionMenu</class>
3977             <name>preferences_audio_quality_optionmenu</name>
3978             <can_focus>True</can_focus>
3979             <items>16 bits
3980 8 bits
3981 </items>
3982             <initial_choice>0</initial_choice>
3983             <child>
3984               <left_attach>1</left_attach>
3985               <right_attach>2</right_attach>
3986               <top_attach>3</top_attach>
3987               <bottom_attach>4</bottom_attach>
3988               <xpad>0</xpad>
3989               <ypad>0</ypad>
3990               <xexpand>True</xexpand>
3991               <yexpand>True</yexpand>
3992               <xshrink>False</xshrink>
3993               <yshrink>False</yshrink>
3994               <xfill>True</xfill>
3995               <yfill>False</yfill>
3996             </child>
3997           </widget>
3998
3999           <widget>
4000             <class>GtkLabel</class>
4001             <name>preferences_audio_channels_label</name>
4002             <label>Channels: </label>
4003             <justify>GTK_JUSTIFY_CENTER</justify>
4004             <wrap>False</wrap>
4005             <xalign>0</xalign>
4006             <yalign>0.5</yalign>
4007             <xpad>0</xpad>
4008             <ypad>0</ypad>
4009             <child>
4010               <left_attach>0</left_attach>
4011               <right_attach>1</right_attach>
4012               <top_attach>4</top_attach>
4013               <bottom_attach>5</bottom_attach>
4014               <xpad>0</xpad>
4015               <ypad>0</ypad>
4016               <xexpand>True</xexpand>
4017               <yexpand>True</yexpand>
4018               <xshrink>False</xshrink>
4019               <yshrink>False</yshrink>
4020               <xfill>False</xfill>
4021               <yfill>False</yfill>
4022             </child>
4023           </widget>
4024
4025           <widget>
4026             <class>GtkOptionMenu</class>
4027             <name>preferences_audio_channels_optionmenu</name>
4028             <can_focus>True</can_focus>
4029             <items>Mono
4030 Stereo
4031 </items>
4032             <initial_choice>1</initial_choice>
4033             <child>
4034               <left_attach>1</left_attach>
4035               <right_attach>2</right_attach>
4036               <top_attach>4</top_attach>
4037               <bottom_attach>5</bottom_attach>
4038               <xpad>0</xpad>
4039               <ypad>0</ypad>
4040               <xexpand>False</xexpand>
4041               <yexpand>False</yexpand>
4042               <xshrink>False</xshrink>
4043               <yshrink>False</yshrink>
4044               <xfill>True</xfill>
4045               <yfill>False</yfill>
4046             </child>
4047           </widget>
4048
4049           <widget>
4050             <class>GtkLabel</class>
4051             <name>preferences_audio_device_label</name>
4052             <label>Default device:</label>
4053             <justify>GTK_JUSTIFY_CENTER</justify>
4054             <wrap>False</wrap>
4055             <xalign>0</xalign>
4056             <yalign>0.5</yalign>
4057             <xpad>0</xpad>
4058             <ypad>0</ypad>
4059             <child>
4060               <left_attach>0</left_attach>
4061               <right_attach>1</right_attach>
4062               <top_attach>1</top_attach>
4063               <bottom_attach>2</bottom_attach>
4064               <xpad>0</xpad>
4065               <ypad>0</ypad>
4066               <xexpand>True</xexpand>
4067               <yexpand>True</yexpand>
4068               <xshrink>False</xshrink>
4069               <yshrink>False</yshrink>
4070               <xfill>False</xfill>
4071               <yfill>False</yfill>
4072             </child>
4073           </widget>
4074
4075           <widget>
4076             <class>GnomeEntry</class>
4077             <name>preferences_audio_device_combo</name>
4078             <max_saved>10</max_saved>
4079             <child>
4080               <left_attach>1</left_attach>
4081               <right_attach>2</right_attach>
4082               <top_attach>1</top_attach>
4083               <bottom_attach>2</bottom_attach>
4084               <xpad>0</xpad>
4085               <ypad>0</ypad>
4086               <xexpand>True</xexpand>
4087               <yexpand>True</yexpand>
4088               <xshrink>False</xshrink>
4089               <yshrink>False</yshrink>
4090               <xfill>True</xfill>
4091               <yfill>False</yfill>
4092             </child>
4093
4094             <widget>
4095               <class>GtkEntry</class>
4096               <child_name>GnomeEntry:entry</child_name>
4097               <name>preferences_audio_device_entry</name>
4098               <can_focus>True</can_focus>
4099               <editable>True</editable>
4100               <text_visible>True</text_visible>
4101               <text_max_length>0</text_max_length>
4102               <text></text>
4103             </widget>
4104           </widget>
4105         </widget>
4106
4107         <widget>
4108           <class>GtkLabel</class>
4109           <child_name>Notebook:tab</child_name>
4110           <name>preferences_audio</name>
4111           <label>Audio</label>
4112           <justify>GTK_JUSTIFY_CENTER</justify>
4113           <wrap>False</wrap>
4114           <xalign>0.5</xalign>
4115           <yalign>0.5</yalign>
4116           <xpad>0</xpad>
4117           <ypad>0</ypad>
4118         </widget>
4119
4120         <widget>
4121           <class>GtkTable</class>
4122           <name>preference_playlist_table</name>
4123           <border_width>5</border_width>
4124           <rows>3</rows>
4125           <columns>1</columns>
4126           <homogeneous>False</homogeneous>
4127           <row_spacing>5</row_spacing>
4128           <column_spacing>5</column_spacing>
4129
4130           <widget>
4131             <class>GtkCheckButton</class>
4132             <name>preferences_playlist_startup_checkbutton</name>
4133             <can_focus>True</can_focus>
4134             <label>Launch on startup</label>
4135             <active>False</active>
4136             <draw_indicator>True</draw_indicator>
4137             <child>
4138               <left_attach>0</left_attach>
4139               <right_attach>1</right_attach>
4140               <top_attach>0</top_attach>
4141               <bottom_attach>1</bottom_attach>
4142               <xpad>0</xpad>
4143               <ypad>0</ypad>
4144               <xexpand>True</xexpand>
4145               <yexpand>True</yexpand>
4146               <xshrink>False</xshrink>
4147               <yshrink>False</yshrink>
4148               <xfill>False</xfill>
4149               <yfill>False</yfill>
4150             </child>
4151           </widget>
4152
4153           <widget>
4154             <class>GtkCheckButton</class>
4155             <name>preferences_playlist_loop_checkbutton</name>
4156             <can_focus>True</can_focus>
4157             <label>Loop on playlist end</label>
4158             <active>False</active>
4159             <draw_indicator>True</draw_indicator>
4160             <child>
4161               <left_attach>0</left_attach>
4162               <right_attach>1</right_attach>
4163               <top_attach>2</top_attach>
4164               <bottom_attach>3</bottom_attach>
4165               <xpad>0</xpad>
4166               <ypad>0</ypad>
4167               <xexpand>True</xexpand>
4168               <yexpand>True</yexpand>
4169               <xshrink>False</xshrink>
4170               <yshrink>False</yshrink>
4171               <xfill>False</xfill>
4172               <yfill>False</yfill>
4173             </child>
4174           </widget>
4175
4176           <widget>
4177             <class>GtkCheckButton</class>
4178             <name>preferences_playlist_enqueue_checkbutton</name>
4179             <can_focus>True</can_focus>
4180             <label>Enqueue as default</label>
4181             <active>False</active>
4182             <draw_indicator>True</draw_indicator>
4183             <child>
4184               <left_attach>0</left_attach>
4185               <right_attach>1</right_attach>
4186               <top_attach>1</top_attach>
4187               <bottom_attach>2</bottom_attach>
4188               <xpad>0</xpad>
4189               <ypad>0</ypad>
4190               <xexpand>True</xexpand>
4191               <yexpand>True</yexpand>
4192               <xshrink>False</xshrink>
4193               <yshrink>False</yshrink>
4194               <xfill>False</xfill>
4195               <yfill>False</yfill>
4196             </child>
4197           </widget>
4198         </widget>
4199
4200         <widget>
4201           <class>GtkLabel</class>
4202           <child_name>Notebook:tab</child_name>
4203           <name>preferences_playlist</name>
4204           <label>Playlist</label>
4205           <justify>GTK_JUSTIFY_CENTER</justify>
4206           <wrap>False</wrap>
4207           <xalign>0.5</xalign>
4208           <yalign>0.5</yalign>
4209           <xpad>0</xpad>
4210           <ypad>0</ypad>
4211         </widget>
4212
4213         <widget>
4214           <class>GtkTable</class>
4215           <name>preferences_misc_table</name>
4216           <border_width>5</border_width>
4217           <rows>1</rows>
4218           <columns>2</columns>
4219           <homogeneous>False</homogeneous>
4220           <row_spacing>5</row_spacing>
4221           <column_spacing>5</column_spacing>
4222
4223           <widget>
4224             <class>GtkFrame</class>
4225             <name>preferences_misc_associated_files_frame</name>
4226             <sensitive>False</sensitive>
4227             <label>Files associated with vlc</label>
4228             <label_xalign>0.05</label_xalign>
4229             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4230             <child>
4231               <left_attach>0</left_attach>
4232               <right_attach>1</right_attach>
4233               <top_attach>0</top_attach>
4234               <bottom_attach>1</bottom_attach>
4235               <xpad>0</xpad>
4236               <ypad>0</ypad>
4237               <xexpand>True</xexpand>
4238               <yexpand>False</yexpand>
4239               <xshrink>False</xshrink>
4240               <yshrink>False</yshrink>
4241               <xfill>False</xfill>
4242               <yfill>True</yfill>
4243             </child>
4244
4245             <widget>
4246               <class>GtkTable</class>
4247               <name>preferences_misc_associated_table</name>
4248               <rows>4</rows>
4249               <columns>1</columns>
4250               <homogeneous>False</homogeneous>
4251               <row_spacing>0</row_spacing>
4252               <column_spacing>0</column_spacing>
4253
4254               <widget>
4255                 <class>GtkCheckButton</class>
4256                 <name>preferences_misc_ts_checkbutton</name>
4257                 <can_focus>True</can_focus>
4258                 <label>ts</label>
4259                 <active>False</active>
4260                 <draw_indicator>True</draw_indicator>
4261                 <child>
4262                   <left_attach>0</left_attach>
4263                   <right_attach>1</right_attach>
4264                   <top_attach>3</top_attach>
4265                   <bottom_attach>4</bottom_attach>
4266                   <xpad>0</xpad>
4267                   <ypad>0</ypad>
4268                   <xexpand>False</xexpand>
4269                   <yexpand>False</yexpand>
4270                   <xshrink>False</xshrink>
4271                   <yshrink>False</yshrink>
4272                   <xfill>True</xfill>
4273                   <yfill>False</yfill>
4274                 </child>
4275               </widget>
4276
4277               <widget>
4278                 <class>GtkCheckButton</class>
4279                 <name>preferences_misc_vob_checkbutton</name>
4280                 <can_focus>True</can_focus>
4281                 <label>vob</label>
4282                 <active>False</active>
4283                 <draw_indicator>True</draw_indicator>
4284                 <child>
4285                   <left_attach>0</left_attach>
4286                   <right_attach>1</right_attach>
4287                   <top_attach>2</top_attach>
4288                   <bottom_attach>3</bottom_attach>
4289                   <xpad>0</xpad>
4290                   <ypad>0</ypad>
4291                   <xexpand>False</xexpand>
4292                   <yexpand>False</yexpand>
4293                   <xshrink>False</xshrink>
4294                   <yshrink>False</yshrink>
4295                   <xfill>True</xfill>
4296                   <yfill>False</yfill>
4297                 </child>
4298               </widget>
4299
4300               <widget>
4301                 <class>GtkCheckButton</class>
4302                 <name>preferences_misc_mp2_checkbutton</name>
4303                 <can_focus>True</can_focus>
4304                 <label>mp2</label>
4305                 <active>False</active>
4306                 <draw_indicator>True</draw_indicator>
4307                 <child>
4308                   <left_attach>0</left_attach>
4309                   <right_attach>1</right_attach>
4310                   <top_attach>1</top_attach>
4311                   <bottom_attach>2</bottom_attach>
4312                   <xpad>0</xpad>
4313                   <ypad>0</ypad>
4314                   <xexpand>False</xexpand>
4315                   <yexpand>False</yexpand>
4316                   <xshrink>False</xshrink>
4317                   <yshrink>False</yshrink>
4318                   <xfill>True</xfill>
4319                   <yfill>False</yfill>
4320                 </child>
4321               </widget>
4322
4323               <widget>
4324                 <class>GtkCheckButton</class>
4325                 <name>preferences_misc_mpeg_checkbutton</name>
4326                 <can_focus>True</can_focus>
4327                 <label>mpeg</label>
4328                 <active>False</active>
4329                 <draw_indicator>True</draw_indicator>
4330                 <child>
4331                   <left_attach>0</left_attach>
4332                   <right_attach>1</right_attach>
4333                   <top_attach>0</top_attach>
4334                   <bottom_attach>1</bottom_attach>
4335                   <xpad>0</xpad>
4336                   <ypad>0</ypad>
4337                   <xexpand>False</xexpand>
4338                   <yexpand>False</yexpand>
4339                   <xshrink>False</xshrink>
4340                   <yshrink>False</yshrink>
4341                   <xfill>True</xfill>
4342                   <yfill>False</yfill>
4343                 </child>
4344               </widget>
4345             </widget>
4346           </widget>
4347
4348           <widget>
4349             <class>GtkFrame</class>
4350             <name>preferences_misc_message_frame</name>
4351             <label>Messages</label>
4352             <label_xalign>0.05</label_xalign>
4353             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4354             <child>
4355               <left_attach>1</left_attach>
4356               <right_attach>2</right_attach>
4357               <top_attach>0</top_attach>
4358               <bottom_attach>1</bottom_attach>
4359               <xpad>0</xpad>
4360               <ypad>0</ypad>
4361               <xexpand>True</xexpand>
4362               <yexpand>False</yexpand>
4363               <xshrink>False</xshrink>
4364               <yshrink>False</yshrink>
4365               <xfill>False</xfill>
4366               <yfill>True</yfill>
4367             </child>
4368
4369             <widget>
4370               <class>GtkTable</class>
4371               <name>preferences_misc_message_table</name>
4372               <rows>1</rows>
4373               <columns>2</columns>
4374               <homogeneous>False</homogeneous>
4375               <row_spacing>0</row_spacing>
4376               <column_spacing>0</column_spacing>
4377
4378               <widget>
4379                 <class>GtkLabel</class>
4380                 <name>preferences_misc_messages_label</name>
4381                 <label>Warning level: </label>
4382                 <justify>GTK_JUSTIFY_CENTER</justify>
4383                 <wrap>False</wrap>
4384                 <xalign>0.5</xalign>
4385                 <yalign>0.5</yalign>
4386                 <xpad>0</xpad>
4387                 <ypad>0</ypad>
4388                 <child>
4389                   <left_attach>0</left_attach>
4390                   <right_attach>1</right_attach>
4391                   <top_attach>0</top_attach>
4392                   <bottom_attach>1</bottom_attach>
4393                   <xpad>0</xpad>
4394                   <ypad>0</ypad>
4395                   <xexpand>False</xexpand>
4396                   <yexpand>False</yexpand>
4397                   <xshrink>False</xshrink>
4398                   <yshrink>False</yshrink>
4399                   <xfill>True</xfill>
4400                   <yfill>False</yfill>
4401                 </child>
4402               </widget>
4403
4404               <widget>
4405                 <class>GtkSpinButton</class>
4406                 <name>preferences_misc_messages_spinbutton</name>
4407                 <can_focus>True</can_focus>
4408                 <climb_rate>1</climb_rate>
4409                 <digits>0</digits>
4410                 <numeric>False</numeric>
4411                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4412                 <snap>False</snap>
4413                 <wrap>False</wrap>
4414                 <value>0</value>
4415                 <lower>0</lower>
4416                 <upper>100</upper>
4417                 <step>1</step>
4418                 <page>10</page>
4419                 <page_size>10</page_size>
4420                 <child>
4421                   <left_attach>1</left_attach>
4422                   <right_attach>2</right_attach>
4423                   <top_attach>0</top_attach>
4424                   <bottom_attach>1</bottom_attach>
4425                   <xpad>0</xpad>
4426                   <ypad>0</ypad>
4427                   <xexpand>True</xexpand>
4428                   <yexpand>False</yexpand>
4429                   <xshrink>False</xshrink>
4430                   <yshrink>False</yshrink>
4431                   <xfill>True</xfill>
4432                   <yfill>False</yfill>
4433                 </child>
4434               </widget>
4435             </widget>
4436           </widget>
4437         </widget>
4438
4439         <widget>
4440           <class>GtkLabel</class>
4441           <child_name>Notebook:tab</child_name>
4442           <name>preferences_misc</name>
4443           <label>Misc</label>
4444           <justify>GTK_JUSTIFY_CENTER</justify>
4445           <wrap>False</wrap>
4446           <xalign>0.5</xalign>
4447           <yalign>0.5</yalign>
4448           <xpad>0</xpad>
4449           <ypad>0</ypad>
4450         </widget>
4451       </widget>
4452     </widget>
4453   </widget>
4454 </widget>
4455
4456 </GTK-Interface>