]> git.sesse.net Git - vlc/blob - plugins/gtk/intf_gnome.glade
-Changes and bugfixes to make network work in VLAN Broadcast mode.
[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               <data>&quot;intf_window&quot;</data>
807               <last_modification_time>Tue, 29 May 2001 13:13:41 GMT</last_modification_time>
808             </signal>
809             <stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
810             <relief>GTK_RELIEF_NONE</relief>
811             <child>
812               <padding>0</padding>
813               <expand>False</expand>
814               <fill>False</fill>
815             </child>
816           </widget>
817
818           <widget>
819             <class>GtkButton</class>
820             <name>button_chapter_next</name>
821             <tooltip>Select next chapter</tooltip>
822             <can_focus>True</can_focus>
823             <signal>
824               <name>clicked</name>
825               <handler>GtkChapterNext</handler>
826               <data>&quot;intf_window&quot;</data>
827               <last_modification_time>Sat, 19 May 2001 03:13:08 GMT</last_modification_time>
828             </signal>
829             <stock_button>GNOME_STOCK_BUTTON_NEXT</stock_button>
830             <relief>GTK_RELIEF_NONE</relief>
831             <child>
832               <padding>0</padding>
833               <expand>False</expand>
834               <fill>False</fill>
835             </child>
836           </widget>
837         </widget>
838       </widget>
839
840       <widget>
841         <class>GtkHBox</class>
842         <name>network_box</name>
843         <visible>False</visible>
844         <homogeneous>True</homogeneous>
845         <spacing>0</spacing>
846         <child>
847           <padding>0</padding>
848           <expand>False</expand>
849           <fill>False</fill>
850         </child>
851
852         <widget>
853           <class>GtkLabel</class>
854           <name>network_address_label</name>
855           <label>No server</label>
856           <justify>GTK_JUSTIFY_CENTER</justify>
857           <wrap>False</wrap>
858           <xalign>0.5</xalign>
859           <yalign>0.5</yalign>
860           <xpad>0</xpad>
861           <ypad>0</ypad>
862           <child>
863             <padding>0</padding>
864             <expand>False</expand>
865             <fill>False</fill>
866           </child>
867         </widget>
868
869         <widget>
870           <class>GtkHBox</class>
871           <name>network_channel_box</name>
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_channel_spinbutton</name>
900             <can_focus>True</can_focus>
901             <signal>
902               <name>activate</name>
903               <handler>GtkNetworkJoin</handler>
904               <data>&quot;intf_window&quot;</data>
905               <last_modification_time>Wed, 30 May 2001 02:28:48 GMT</last_modification_time>
906             </signal>
907             <climb_rate>1</climb_rate>
908             <digits>0</digits>
909             <numeric>False</numeric>
910             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
911             <snap>False</snap>
912             <wrap>False</wrap>
913             <value>1</value>
914             <lower>0</lower>
915             <upper>100</upper>
916             <step>1</step>
917             <page>10</page>
918             <page_size>10</page_size>
919             <child>
920               <padding>5</padding>
921               <expand>False</expand>
922               <fill>True</fill>
923             </child>
924           </widget>
925
926           <widget>
927             <class>GtkButton</class>
928             <name>network_channel_go_button</name>
929             <can_focus>True</can_focus>
930             <signal>
931               <name>clicked</name>
932               <handler>GtkChannelGo</handler>
933               <data>&quot;intf_window&quot;</data>
934               <last_modification_time>Wed, 30 May 2001 02:38:25 GMT</last_modification_time>
935             </signal>
936             <label>Go!</label>
937             <relief>GTK_RELIEF_NONE</relief>
938             <child>
939               <padding>0</padding>
940               <expand>False</expand>
941               <fill>False</fill>
942             </child>
943           </widget>
944         </widget>
945       </widget>
946     </widget>
947   </widget>
948
949   <widget>
950     <class>GnomeAppBar</class>
951     <child_name>GnomeApp:appbar</child_name>
952     <name>appbar</name>
953     <width>500</width>
954     <has_progress>False</has_progress>
955     <has_status>True</has_status>
956     <child>
957       <padding>0</padding>
958       <expand>True</expand>
959       <fill>True</fill>
960     </child>
961   </widget>
962 </widget>
963
964 <widget>
965   <class>GtkMenu</class>
966   <name>intf_popup</name>
967
968   <widget>
969     <class>GtkPixmapMenuItem</class>
970     <name>popup_play</name>
971     <signal>
972       <name>activate</name>
973       <handler>GnomePopupPlayActivate</handler>
974       <data>&quot;intf_popup&quot;</data>
975       <last_modification_time>Sat, 19 May 2001 16:16:58 GMT</last_modification_time>
976     </signal>
977     <label>Play</label>
978     <right_justify>False</right_justify>
979     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
980   </widget>
981
982   <widget>
983     <class>GtkPixmapMenuItem</class>
984     <name>popup_pause</name>
985     <signal>
986       <name>activate</name>
987       <handler>GnomePopupPauseActivate</handler>
988       <data>&quot;intf_popup&quot;</data>
989       <last_modification_time>Sat, 19 May 2001 16:17:31 GMT</last_modification_time>
990     </signal>
991     <label>Pause</label>
992     <right_justify>False</right_justify>
993     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
994   </widget>
995
996   <widget>
997     <class>GtkPixmapMenuItem</class>
998     <name>popup_stop</name>
999     <signal>
1000       <name>activate</name>
1001       <handler>GnomePopupStopActivate</handler>
1002       <data>&quot;intf_popup&quot;</data>
1003       <last_modification_time>Sat, 19 May 2001 16:18:10 GMT</last_modification_time>
1004     </signal>
1005     <label>Stop</label>
1006     <right_justify>False</right_justify>
1007     <stock_icon>GNOME_STOCK_MENU_STOP</stock_icon>
1008   </widget>
1009
1010   <widget>
1011     <class>GtkPixmapMenuItem</class>
1012     <name>popup_back</name>
1013     <sensitive>False</sensitive>
1014     <signal>
1015       <name>activate</name>
1016       <handler>GnomePopupBackActivate</handler>
1017       <data>&quot;intf_popup&quot;</data>
1018       <last_modification_time>Sat, 19 May 2001 16:18:21 GMT</last_modification_time>
1019     </signal>
1020     <label>Back</label>
1021     <right_justify>False</right_justify>
1022     <stock_icon>GNOME_STOCK_MENU_BACK</stock_icon>
1023   </widget>
1024
1025   <widget>
1026     <class>GtkPixmapMenuItem</class>
1027     <name>popup_slow</name>
1028     <signal>
1029       <name>activate</name>
1030       <handler>GnomePopupSlowActivate</handler>
1031       <data>&quot;intf_popup&quot;</data>
1032       <last_modification_time>Sat, 19 May 2001 16:18:29 GMT</last_modification_time>
1033     </signal>
1034     <label>Slow</label>
1035     <right_justify>False</right_justify>
1036     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
1037   </widget>
1038
1039   <widget>
1040     <class>GtkPixmapMenuItem</class>
1041     <name>popup_fast</name>
1042     <signal>
1043       <name>activate</name>
1044       <handler>GnomePopupFastActivate</handler>
1045       <data>&quot;intf_popup&quot;</data>
1046       <last_modification_time>Sat, 19 May 2001 16:18:37 GMT</last_modification_time>
1047     </signal>
1048     <label>Fast</label>
1049     <right_justify>False</right_justify>
1050     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
1051   </widget>
1052
1053   <widget>
1054     <class>GtkMenuItem</class>
1055     <name>separator3</name>
1056     <right_justify>False</right_justify>
1057   </widget>
1058
1059   <widget>
1060     <class>GtkMenuItem</class>
1061     <name>popup_interface_toggle</name>
1062     <signal>
1063       <name>activate</name>
1064       <handler>GnomePopupWindowToggleActivate</handler>
1065       <data>&quot;intf_popup&quot;</data>
1066       <last_modification_time>Sat, 19 May 2001 16:18:51 GMT</last_modification_time>
1067     </signal>
1068     <label>Toggle _Interface</label>
1069     <right_justify>False</right_justify>
1070   </widget>
1071
1072   <widget>
1073     <class>GtkMenuItem</class>
1074     <name>popup_fullscreen</name>
1075     <tooltip>Toggle fullscreen mode</tooltip>
1076     <signal>
1077       <name>activate</name>
1078       <handler>GnomePopupFullscreenActivate</handler>
1079       <data>&quot;intf_popup&quot;</data>
1080       <last_modification_time>Sat, 19 May 2001 16:19:07 GMT</last_modification_time>
1081     </signal>
1082     <label>_Fullscreen</label>
1083     <right_justify>False</right_justify>
1084   </widget>
1085
1086   <widget>
1087     <class>GtkMenuItem</class>
1088     <name>separator8</name>
1089     <right_justify>False</right_justify>
1090   </widget>
1091
1092   <widget>
1093     <class>GtkMenuItem</class>
1094     <name>popup_next</name>
1095     <signal>
1096       <name>activate</name>
1097       <handler>GnomePopupNextActivate</handler>
1098       <data>&quot;intf_popup&quot;</data>
1099       <last_modification_time>Sat, 19 May 2001 16:19:18 GMT</last_modification_time>
1100     </signal>
1101     <label>Next</label>
1102     <right_justify>False</right_justify>
1103   </widget>
1104
1105   <widget>
1106     <class>GtkMenuItem</class>
1107     <name>popup_prev</name>
1108     <signal>
1109       <name>activate</name>
1110       <handler>GnomePopupPrevActivate</handler>
1111       <data>&quot;intf_popup&quot;</data>
1112       <last_modification_time>Sat, 19 May 2001 16:19:26 GMT</last_modification_time>
1113     </signal>
1114     <label>Prev</label>
1115     <right_justify>False</right_justify>
1116   </widget>
1117
1118   <widget>
1119     <class>GtkPixmapMenuItem</class>
1120     <name>popup_jump</name>
1121     <tooltip>Got directly so specified point</tooltip>
1122     <signal>
1123       <name>activate</name>
1124       <handler>GnomePopupJumpActivate</handler>
1125       <data>&quot;intf_popup&quot;</data>
1126       <last_modification_time>Sat, 19 May 2001 16:34:46 GMT</last_modification_time>
1127     </signal>
1128     <label>_Jump...</label>
1129     <right_justify>False</right_justify>
1130     <stock_icon>GNOME_STOCK_MENU_JUMP_TO</stock_icon>
1131   </widget>
1132
1133   <widget>
1134     <class>GtkPixmapMenuItem</class>
1135     <name>popup_navigation</name>
1136     <sensitive>False</sensitive>
1137     <tooltip>Navigate through titles and chapters</tooltip>
1138     <label>_Navigation</label>
1139     <right_justify>False</right_justify>
1140     <stock_icon>GNOME_STOCK_MENU_SEARCH</stock_icon>
1141   </widget>
1142
1143   <widget>
1144     <class>GtkMenuItem</class>
1145     <name>popup_angle</name>
1146     <sensitive>False</sensitive>
1147     <label>An_gle</label>
1148     <right_justify>False</right_justify>
1149   </widget>
1150
1151   <widget>
1152     <class>GtkPixmapMenuItem</class>
1153     <name>popup_audio</name>
1154     <sensitive>False</sensitive>
1155     <tooltip>Select audio channel</tooltip>
1156     <label>_Audio</label>
1157     <right_justify>False</right_justify>
1158     <stock_icon>GNOME_STOCK_MENU_VOLUME</stock_icon>
1159   </widget>
1160
1161   <widget>
1162     <class>GtkPixmapMenuItem</class>
1163     <name>popup_subpictures</name>
1164     <sensitive>False</sensitive>
1165     <tooltip>Select subtitle channel</tooltip>
1166     <label>_Subtitles</label>
1167     <right_justify>False</right_justify>
1168     <stock_icon>GNOME_STOCK_MENU_FONT</stock_icon>
1169   </widget>
1170
1171   <widget>
1172     <class>GtkMenuItem</class>
1173     <name>separator13</name>
1174     <right_justify>False</right_justify>
1175   </widget>
1176
1177   <widget>
1178     <class>GtkMenuItem</class>
1179     <name>popup_file</name>
1180     <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
1181
1182     <widget>
1183       <class>GtkMenu</class>
1184       <name>popup_file_menu</name>
1185
1186       <widget>
1187         <class>GtkPixmapMenuItem</class>
1188         <name>popup_open</name>
1189         <tooltip>Open a File</tooltip>
1190         <signal>
1191           <name>activate</name>
1192           <handler>GnomePopupFileOpenActivate</handler>
1193           <data>&quot;intf_popup&quot;</data>
1194           <last_modification_time>Sat, 19 May 2001 16:20:08 GMT</last_modification_time>
1195         </signal>
1196         <label>_Open File...</label>
1197         <right_justify>False</right_justify>
1198         <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
1199       </widget>
1200
1201       <widget>
1202         <class>GtkPixmapMenuItem</class>
1203         <name>popup_disc</name>
1204         <tooltip>Open a DVD or VCD</tooltip>
1205         <signal>
1206           <name>activate</name>
1207           <handler>GnomePopupDiscOpenActivate</handler>
1208           <data>&quot;intf_popup&quot;</data>
1209           <last_modification_time>Sat, 19 May 2001 16:20:44 GMT</last_modification_time>
1210         </signal>
1211         <label>Open _Disc...</label>
1212         <right_justify>False</right_justify>
1213         <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
1214       </widget>
1215
1216       <widget>
1217         <class>GtkPixmapMenuItem</class>
1218         <name>popup_network</name>
1219         <tooltip>Select a Network Stream</tooltip>
1220         <signal>
1221           <name>activate</name>
1222           <handler>GnomePopupNetworkOpenActivate</handler>
1223           <data>&quot;intf_popup&quot;</data>
1224           <last_modification_time>Sat, 19 May 2001 16:20:54 GMT</last_modification_time>
1225         </signal>
1226         <label>_Network Stream...</label>
1227         <right_justify>False</right_justify>
1228         <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
1229       </widget>
1230
1231       <widget>
1232         <class>GtkMenuItem</class>
1233         <name>separator4</name>
1234         <right_justify>False</right_justify>
1235       </widget>
1236
1237       <widget>
1238         <class>GtkPixmapMenuItem</class>
1239         <name>popup_about</name>
1240         <signal>
1241           <name>activate</name>
1242           <handler>GnomePopupAboutActivate</handler>
1243           <data>&quot;intf_popup&quot;</data>
1244           <last_modification_time>Sat, 19 May 2001 16:21:02 GMT</last_modification_time>
1245         </signal>
1246         <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
1247       </widget>
1248     </widget>
1249   </widget>
1250
1251   <widget>
1252     <class>GtkMenuItem</class>
1253     <name>popup_playlist</name>
1254     <signal>
1255       <name>activate</name>
1256       <handler>GnomePopupPlaylistActivate</handler>
1257       <data>&quot;intf_popup&quot;</data>
1258       <last_modification_time>Sat, 19 May 2001 16:21:14 GMT</last_modification_time>
1259     </signal>
1260     <label>Playlist...</label>
1261     <right_justify>False</right_justify>
1262   </widget>
1263
1264   <widget>
1265     <class>GtkPixmapMenuItem</class>
1266     <name>popup_preferences</name>
1267     <signal>
1268       <name>activate</name>
1269       <handler>GnomePopupPreferencesActivate</handler>
1270       <data>&quot;intf_popup&quot;</data>
1271       <last_modification_time>Sat, 19 May 2001 16:21:25 GMT</last_modification_time>
1272     </signal>
1273     <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
1274   </widget>
1275
1276   <widget>
1277     <class>GtkMenuItem</class>
1278     <name>separator2</name>
1279     <right_justify>False</right_justify>
1280   </widget>
1281
1282   <widget>
1283     <class>GtkPixmapMenuItem</class>
1284     <name>popup_exit</name>
1285     <signal>
1286       <name>activate</name>
1287       <handler>GnomePopupExitActivate</handler>
1288       <data>&quot;intf_popup&quot;</data>
1289       <last_modification_time>Sat, 19 May 2001 16:21:45 GMT</last_modification_time>
1290     </signal>
1291     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
1292   </widget>
1293 </widget>
1294
1295 <widget>
1296   <class>GnomeAbout</class>
1297   <name>intf_about</name>
1298   <modal>False</modal>
1299   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
1300   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
1301 Michel Lespinasse &lt;walken@zoy.org&gt;
1302 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
1303 Pierre Baillet &lt;oct@zoy.org&gt;
1304 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
1305 Andres Krapf &lt;dae@via.ecp.fr&gt;
1306 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
1307 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
1308 Benoit Steiner &lt;benny@via.ecp.fr&gt;
1309 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
1310 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
1311 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
1312 Samuel Hocevar &lt;sam@zoy.org&gt;
1313 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
1314 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
1315 Stéphane Borel &lt;stef@via.ecp.fr&gt;
1316 Renaud Dartus &lt;reno@via.ecp.fr&gt;
1317 Henri Fallon &lt;henri@via.ecp.fr&gt;
1318 </authors>
1319   <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>
1320 </widget>
1321
1322 <widget>
1323   <class>GtkFileSelection</class>
1324   <name>intf_fileopen</name>
1325   <border_width>10</border_width>
1326   <title>Open File</title>
1327   <type>GTK_WINDOW_TOPLEVEL</type>
1328   <position>GTK_WIN_POS_NONE</position>
1329   <modal>True</modal>
1330   <allow_shrink>False</allow_shrink>
1331   <allow_grow>True</allow_grow>
1332   <auto_shrink>False</auto_shrink>
1333   <show_file_op_buttons>False</show_file_op_buttons>
1334
1335   <widget>
1336     <class>GtkButton</class>
1337     <child_name>FileSel:ok_button</child_name>
1338     <name>fileopen_ok</name>
1339     <can_default>True</can_default>
1340     <can_focus>True</can_focus>
1341     <signal>
1342       <name>clicked</name>
1343       <handler>GtkFileOpenOk</handler>
1344       <data>&quot;intf_fileopen&quot;</data>
1345       <last_modification_time>Sat, 19 May 2001 03:10:36 GMT</last_modification_time>
1346     </signal>
1347     <label>OK</label>
1348     <relief>GTK_RELIEF_NORMAL</relief>
1349   </widget>
1350
1351   <widget>
1352     <class>GtkButton</class>
1353     <child_name>FileSel:cancel_button</child_name>
1354     <name>fileopen_cancel</name>
1355     <can_default>True</can_default>
1356     <can_focus>True</can_focus>
1357     <signal>
1358       <name>clicked</name>
1359       <handler>GtkFileOpenCancel</handler>
1360       <data>&quot;intf_fileopen&quot;</data>
1361       <last_modification_time>Sat, 19 May 2001 03:10:31 GMT</last_modification_time>
1362     </signal>
1363     <label>Cancel</label>
1364     <relief>GTK_RELIEF_NORMAL</relief>
1365   </widget>
1366 </widget>
1367
1368 <widget>
1369   <class>GnomeDialog</class>
1370   <name>intf_modules</name>
1371   <title>Modules</title>
1372   <type>GTK_WINDOW_TOPLEVEL</type>
1373   <position>GTK_WIN_POS_NONE</position>
1374   <modal>False</modal>
1375   <allow_shrink>False</allow_shrink>
1376   <allow_grow>False</allow_grow>
1377   <auto_shrink>False</auto_shrink>
1378   <auto_close>False</auto_close>
1379   <hide_on_close>False</hide_on_close>
1380
1381   <widget>
1382     <class>GtkVBox</class>
1383     <child_name>GnomeDialog:vbox</child_name>
1384     <name>dialog-vbox1</name>
1385     <homogeneous>False</homogeneous>
1386     <spacing>8</spacing>
1387     <child>
1388       <padding>4</padding>
1389       <expand>True</expand>
1390       <fill>True</fill>
1391     </child>
1392
1393     <widget>
1394       <class>GtkHButtonBox</class>
1395       <child_name>GnomeDialog:action_area</child_name>
1396       <name>dialog-action_area1</name>
1397       <layout_style>GTK_BUTTONBOX_END</layout_style>
1398       <spacing>8</spacing>
1399       <child_min_width>85</child_min_width>
1400       <child_min_height>27</child_min_height>
1401       <child_ipad_x>7</child_ipad_x>
1402       <child_ipad_y>0</child_ipad_y>
1403       <child>
1404         <padding>0</padding>
1405         <expand>False</expand>
1406         <fill>True</fill>
1407         <pack>GTK_PACK_END</pack>
1408       </child>
1409
1410       <widget>
1411         <class>GtkButton</class>
1412         <name>modules_ok</name>
1413         <can_default>True</can_default>
1414         <can_focus>True</can_focus>
1415         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1416       </widget>
1417
1418       <widget>
1419         <class>GtkButton</class>
1420         <name>modules_apply</name>
1421         <can_default>True</can_default>
1422         <can_focus>True</can_focus>
1423         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
1424       </widget>
1425
1426       <widget>
1427         <class>GtkButton</class>
1428         <name>modules_cancel</name>
1429         <can_default>True</can_default>
1430         <can_focus>True</can_focus>
1431         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1432       </widget>
1433     </widget>
1434
1435     <widget>
1436       <class>GtkLabel</class>
1437       <name>label12</name>
1438       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
1439       <justify>GTK_JUSTIFY_CENTER</justify>
1440       <wrap>False</wrap>
1441       <xalign>0.5</xalign>
1442       <yalign>0.5</yalign>
1443       <xpad>0</xpad>
1444       <ypad>0</ypad>
1445       <child>
1446         <padding>0</padding>
1447         <expand>False</expand>
1448         <fill>False</fill>
1449       </child>
1450     </widget>
1451   </widget>
1452 </widget>
1453
1454 <widget>
1455   <class>GnomeDialog</class>
1456   <name>intf_disc</name>
1457   <title>Open Disc</title>
1458   <type>GTK_WINDOW_TOPLEVEL</type>
1459   <position>GTK_WIN_POS_NONE</position>
1460   <modal>True</modal>
1461   <allow_shrink>False</allow_shrink>
1462   <allow_grow>False</allow_grow>
1463   <auto_shrink>False</auto_shrink>
1464   <auto_close>False</auto_close>
1465   <hide_on_close>False</hide_on_close>
1466
1467   <widget>
1468     <class>GtkVBox</class>
1469     <child_name>GnomeDialog:vbox</child_name>
1470     <name>dialog-vbox4</name>
1471     <homogeneous>False</homogeneous>
1472     <spacing>8</spacing>
1473     <child>
1474       <padding>4</padding>
1475       <expand>True</expand>
1476       <fill>True</fill>
1477     </child>
1478
1479     <widget>
1480       <class>GtkHButtonBox</class>
1481       <child_name>GnomeDialog:action_area</child_name>
1482       <name>dialog-action_area4</name>
1483       <layout_style>GTK_BUTTONBOX_END</layout_style>
1484       <spacing>8</spacing>
1485       <child_min_width>85</child_min_width>
1486       <child_min_height>27</child_min_height>
1487       <child_ipad_x>7</child_ipad_x>
1488       <child_ipad_y>0</child_ipad_y>
1489       <child>
1490         <padding>0</padding>
1491         <expand>False</expand>
1492         <fill>True</fill>
1493         <pack>GTK_PACK_END</pack>
1494       </child>
1495
1496       <widget>
1497         <class>GtkButton</class>
1498         <name>disc_ok</name>
1499         <can_default>True</can_default>
1500         <can_focus>True</can_focus>
1501         <signal>
1502           <name>clicked</name>
1503           <handler>GtkDiscOpenOk</handler>
1504           <data>&quot;intf_disc&quot;</data>
1505           <last_modification_time>Sat, 19 May 2001 03:10:12 GMT</last_modification_time>
1506         </signal>
1507         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1508       </widget>
1509
1510       <widget>
1511         <class>GtkButton</class>
1512         <name>disc_cancel</name>
1513         <can_default>True</can_default>
1514         <can_focus>True</can_focus>
1515         <signal>
1516           <name>clicked</name>
1517           <handler>GtkDiscOpenCancel</handler>
1518           <data>&quot;intf_disc&quot;</data>
1519           <last_modification_time>Sat, 19 May 2001 03:10:07 GMT</last_modification_time>
1520         </signal>
1521         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1522       </widget>
1523     </widget>
1524
1525     <widget>
1526       <class>GtkHBox</class>
1527       <name>hbox2</name>
1528       <homogeneous>False</homogeneous>
1529       <spacing>5</spacing>
1530       <child>
1531         <padding>0</padding>
1532         <expand>True</expand>
1533         <fill>True</fill>
1534       </child>
1535
1536       <widget>
1537         <class>GtkFrame</class>
1538         <name>frame1</name>
1539         <label>Disc type</label>
1540         <label_xalign>0</label_xalign>
1541         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1542         <child>
1543           <padding>0</padding>
1544           <expand>True</expand>
1545           <fill>True</fill>
1546         </child>
1547
1548         <widget>
1549           <class>GtkVBox</class>
1550           <name>vbox4</name>
1551           <homogeneous>False</homogeneous>
1552           <spacing>0</spacing>
1553
1554           <widget>
1555             <class>GtkRadioButton</class>
1556             <name>disc_dvd</name>
1557             <can_focus>True</can_focus>
1558             <signal>
1559               <name>toggled</name>
1560               <handler>GtkDiscOpenDvd</handler>
1561               <data>&quot;intf_disc&quot;</data>
1562               <last_modification_time>Sat, 19 May 2001 03:18:29 GMT</last_modification_time>
1563             </signal>
1564             <label>DVD</label>
1565             <active>False</active>
1566             <draw_indicator>True</draw_indicator>
1567             <group>disc</group>
1568             <child>
1569               <padding>0</padding>
1570               <expand>False</expand>
1571               <fill>False</fill>
1572             </child>
1573           </widget>
1574
1575           <widget>
1576             <class>GtkRadioButton</class>
1577             <name>disc_vcd</name>
1578             <sensitive>False</sensitive>
1579             <can_focus>True</can_focus>
1580             <signal>
1581               <name>toggled</name>
1582               <handler>GtkDiscOpenVcd</handler>
1583               <data>&quot;intf_disc&quot;</data>
1584               <last_modification_time>Sat, 19 May 2001 03:22:10 GMT</last_modification_time>
1585             </signal>
1586             <label>VCD</label>
1587             <active>False</active>
1588             <draw_indicator>True</draw_indicator>
1589             <group>disc</group>
1590             <child>
1591               <padding>0</padding>
1592               <expand>False</expand>
1593               <fill>False</fill>
1594             </child>
1595           </widget>
1596         </widget>
1597       </widget>
1598
1599       <widget>
1600         <class>GtkFrame</class>
1601         <name>frame2</name>
1602         <label>Starting position</label>
1603         <label_xalign>0</label_xalign>
1604         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1605         <child>
1606           <padding>0</padding>
1607           <expand>True</expand>
1608           <fill>True</fill>
1609         </child>
1610
1611         <widget>
1612           <class>GtkTable</class>
1613           <name>table1</name>
1614           <border_width>5</border_width>
1615           <rows>2</rows>
1616           <columns>2</columns>
1617           <homogeneous>False</homogeneous>
1618           <row_spacing>5</row_spacing>
1619           <column_spacing>5</column_spacing>
1620
1621           <widget>
1622             <class>GtkLabel</class>
1623             <name>label15</name>
1624             <label>Title</label>
1625             <justify>GTK_JUSTIFY_CENTER</justify>
1626             <wrap>False</wrap>
1627             <xalign>0</xalign>
1628             <yalign>0.5</yalign>
1629             <xpad>0</xpad>
1630             <ypad>0</ypad>
1631             <child>
1632               <left_attach>0</left_attach>
1633               <right_attach>1</right_attach>
1634               <top_attach>0</top_attach>
1635               <bottom_attach>1</bottom_attach>
1636               <xpad>0</xpad>
1637               <ypad>0</ypad>
1638               <xexpand>False</xexpand>
1639               <yexpand>False</yexpand>
1640               <xshrink>False</xshrink>
1641               <yshrink>False</yshrink>
1642               <xfill>True</xfill>
1643               <yfill>False</yfill>
1644             </child>
1645           </widget>
1646
1647           <widget>
1648             <class>GtkLabel</class>
1649             <name>label16</name>
1650             <label>Chapter</label>
1651             <justify>GTK_JUSTIFY_CENTER</justify>
1652             <wrap>False</wrap>
1653             <xalign>0</xalign>
1654             <yalign>0.5</yalign>
1655             <xpad>0</xpad>
1656             <ypad>0</ypad>
1657             <child>
1658               <left_attach>0</left_attach>
1659               <right_attach>1</right_attach>
1660               <top_attach>1</top_attach>
1661               <bottom_attach>2</bottom_attach>
1662               <xpad>0</xpad>
1663               <ypad>0</ypad>
1664               <xexpand>False</xexpand>
1665               <yexpand>False</yexpand>
1666               <xshrink>False</xshrink>
1667               <yshrink>False</yshrink>
1668               <xfill>True</xfill>
1669               <yfill>False</yfill>
1670             </child>
1671           </widget>
1672
1673           <widget>
1674             <class>GtkSpinButton</class>
1675             <name>disc_title</name>
1676             <can_focus>True</can_focus>
1677             <climb_rate>1</climb_rate>
1678             <digits>0</digits>
1679             <numeric>False</numeric>
1680             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1681             <snap>False</snap>
1682             <wrap>False</wrap>
1683             <value>1</value>
1684             <lower>1</lower>
1685             <upper>65536</upper>
1686             <step>1</step>
1687             <page>10</page>
1688             <page_size>10</page_size>
1689             <child>
1690               <left_attach>1</left_attach>
1691               <right_attach>2</right_attach>
1692               <top_attach>0</top_attach>
1693               <bottom_attach>1</bottom_attach>
1694               <xpad>0</xpad>
1695               <ypad>0</ypad>
1696               <xexpand>True</xexpand>
1697               <yexpand>False</yexpand>
1698               <xshrink>False</xshrink>
1699               <yshrink>False</yshrink>
1700               <xfill>True</xfill>
1701               <yfill>False</yfill>
1702             </child>
1703           </widget>
1704
1705           <widget>
1706             <class>GtkSpinButton</class>
1707             <name>disc_chapter</name>
1708             <can_focus>True</can_focus>
1709             <climb_rate>1</climb_rate>
1710             <digits>0</digits>
1711             <numeric>False</numeric>
1712             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1713             <snap>False</snap>
1714             <wrap>False</wrap>
1715             <value>1</value>
1716             <lower>1</lower>
1717             <upper>65536</upper>
1718             <step>1</step>
1719             <page>10</page>
1720             <page_size>10</page_size>
1721             <child>
1722               <left_attach>1</left_attach>
1723               <right_attach>2</right_attach>
1724               <top_attach>1</top_attach>
1725               <bottom_attach>2</bottom_attach>
1726               <xpad>0</xpad>
1727               <ypad>0</ypad>
1728               <xexpand>True</xexpand>
1729               <yexpand>False</yexpand>
1730               <xshrink>False</xshrink>
1731               <yshrink>False</yshrink>
1732               <xfill>True</xfill>
1733               <yfill>False</yfill>
1734             </child>
1735           </widget>
1736         </widget>
1737       </widget>
1738     </widget>
1739
1740     <widget>
1741       <class>GtkHBox</class>
1742       <name>hbox1</name>
1743       <homogeneous>False</homogeneous>
1744       <spacing>5</spacing>
1745       <child>
1746         <padding>0</padding>
1747         <expand>True</expand>
1748         <fill>True</fill>
1749       </child>
1750
1751       <widget>
1752         <class>GtkLabel</class>
1753         <name>label14</name>
1754         <label>Device name:</label>
1755         <justify>GTK_JUSTIFY_CENTER</justify>
1756         <wrap>False</wrap>
1757         <xalign>0.5</xalign>
1758         <yalign>0.5</yalign>
1759         <xpad>0</xpad>
1760         <ypad>0</ypad>
1761         <child>
1762           <padding>0</padding>
1763           <expand>False</expand>
1764           <fill>False</fill>
1765         </child>
1766       </widget>
1767
1768       <widget>
1769         <class>GtkEntry</class>
1770         <name>disc_name</name>
1771         <can_focus>True</can_focus>
1772         <editable>True</editable>
1773         <text_visible>True</text_visible>
1774         <text_max_length>0</text_max_length>
1775         <text>/dev/dvd</text>
1776         <child>
1777           <padding>0</padding>
1778           <expand>True</expand>
1779           <fill>True</fill>
1780         </child>
1781       </widget>
1782     </widget>
1783   </widget>
1784 </widget>
1785
1786 <widget>
1787   <class>GnomeDialog</class>
1788   <name>intf_network</name>
1789   <title>Network Stream</title>
1790   <type>GTK_WINDOW_TOPLEVEL</type>
1791   <position>GTK_WIN_POS_NONE</position>
1792   <modal>True</modal>
1793   <allow_shrink>False</allow_shrink>
1794   <allow_grow>False</allow_grow>
1795   <auto_shrink>False</auto_shrink>
1796   <auto_close>False</auto_close>
1797   <hide_on_close>False</hide_on_close>
1798
1799   <widget>
1800     <class>GtkVBox</class>
1801     <child_name>GnomeDialog:vbox</child_name>
1802     <name>vbox5</name>
1803     <homogeneous>False</homogeneous>
1804     <spacing>8</spacing>
1805     <child>
1806       <padding>4</padding>
1807       <expand>True</expand>
1808       <fill>True</fill>
1809     </child>
1810
1811     <widget>
1812       <class>GtkHButtonBox</class>
1813       <child_name>GnomeDialog:action_area</child_name>
1814       <name>hbuttonbox1</name>
1815       <layout_style>GTK_BUTTONBOX_END</layout_style>
1816       <spacing>8</spacing>
1817       <child_min_width>85</child_min_width>
1818       <child_min_height>27</child_min_height>
1819       <child_ipad_x>7</child_ipad_x>
1820       <child_ipad_y>0</child_ipad_y>
1821       <child>
1822         <padding>0</padding>
1823         <expand>False</expand>
1824         <fill>True</fill>
1825         <pack>GTK_PACK_END</pack>
1826       </child>
1827
1828       <widget>
1829         <class>GtkButton</class>
1830         <name>network_ok</name>
1831         <can_default>True</can_default>
1832         <can_focus>True</can_focus>
1833         <signal>
1834           <name>clicked</name>
1835           <handler>GtkNetworkOpenOk</handler>
1836           <data>&quot;intf_network&quot;</data>
1837           <last_modification_time>Sat, 19 May 2001 03:09:40 GMT</last_modification_time>
1838         </signal>
1839         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1840       </widget>
1841
1842       <widget>
1843         <class>GtkButton</class>
1844         <name>network_cancel</name>
1845         <can_default>True</can_default>
1846         <can_focus>True</can_focus>
1847         <signal>
1848           <name>clicked</name>
1849           <handler>GtkNetworkOpenCancel</handler>
1850           <data>&quot;intf_network&quot;</data>
1851           <last_modification_time>Sat, 19 May 2001 03:09:44 GMT</last_modification_time>
1852         </signal>
1853         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1854       </widget>
1855     </widget>
1856
1857     <widget>
1858       <class>GtkHBox</class>
1859       <name>hbox3</name>
1860       <homogeneous>False</homogeneous>
1861       <spacing>5</spacing>
1862       <child>
1863         <padding>0</padding>
1864         <expand>True</expand>
1865         <fill>True</fill>
1866       </child>
1867
1868       <widget>
1869         <class>GtkFrame</class>
1870         <name>frame3</name>
1871         <label>Protocol</label>
1872         <label_xalign>0</label_xalign>
1873         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1874         <child>
1875           <padding>0</padding>
1876           <expand>True</expand>
1877           <fill>True</fill>
1878         </child>
1879
1880         <widget>
1881           <class>GtkVBox</class>
1882           <name>vbox6</name>
1883           <homogeneous>False</homogeneous>
1884           <spacing>0</spacing>
1885
1886           <widget>
1887             <class>GtkRadioButton</class>
1888             <name>network_ts</name>
1889             <can_focus>True</can_focus>
1890             <label>TS</label>
1891             <active>False</active>
1892             <draw_indicator>True</draw_indicator>
1893             <group>network</group>
1894             <child>
1895               <padding>0</padding>
1896               <expand>False</expand>
1897               <fill>False</fill>
1898             </child>
1899           </widget>
1900
1901           <widget>
1902             <class>GtkRadioButton</class>
1903             <name>network_rtp</name>
1904             <sensitive>False</sensitive>
1905             <can_focus>True</can_focus>
1906             <label>RTP</label>
1907             <active>False</active>
1908             <draw_indicator>True</draw_indicator>
1909             <group>network</group>
1910             <child>
1911               <padding>0</padding>
1912               <expand>False</expand>
1913               <fill>False</fill>
1914             </child>
1915           </widget>
1916
1917           <widget>
1918             <class>GtkRadioButton</class>
1919             <name>network_http</name>
1920             <sensitive>False</sensitive>
1921             <can_focus>True</can_focus>
1922             <label>HTTP</label>
1923             <active>False</active>
1924             <draw_indicator>True</draw_indicator>
1925             <group>network</group>
1926             <child>
1927               <padding>0</padding>
1928               <expand>False</expand>
1929               <fill>False</fill>
1930             </child>
1931           </widget>
1932         </widget>
1933       </widget>
1934
1935       <widget>
1936         <class>GtkFrame</class>
1937         <name>frame4</name>
1938         <label>Server</label>
1939         <label_xalign>0</label_xalign>
1940         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1941         <child>
1942           <padding>0</padding>
1943           <expand>True</expand>
1944           <fill>True</fill>
1945         </child>
1946
1947         <widget>
1948           <class>GtkTable</class>
1949           <name>table2</name>
1950           <border_width>5</border_width>
1951           <rows>3</rows>
1952           <columns>2</columns>
1953           <homogeneous>False</homogeneous>
1954           <row_spacing>5</row_spacing>
1955           <column_spacing>5</column_spacing>
1956
1957           <widget>
1958             <class>GtkLabel</class>
1959             <name>label17</name>
1960             <label>Address</label>
1961             <justify>GTK_JUSTIFY_CENTER</justify>
1962             <wrap>False</wrap>
1963             <xalign>0</xalign>
1964             <yalign>0.5</yalign>
1965             <xpad>0</xpad>
1966             <ypad>0</ypad>
1967             <child>
1968               <left_attach>0</left_attach>
1969               <right_attach>1</right_attach>
1970               <top_attach>0</top_attach>
1971               <bottom_attach>1</bottom_attach>
1972               <xpad>0</xpad>
1973               <ypad>0</ypad>
1974               <xexpand>False</xexpand>
1975               <yexpand>False</yexpand>
1976               <xshrink>False</xshrink>
1977               <yshrink>False</yshrink>
1978               <xfill>True</xfill>
1979               <yfill>False</yfill>
1980             </child>
1981           </widget>
1982
1983           <widget>
1984             <class>GtkLabel</class>
1985             <name>label18</name>
1986             <label>Port</label>
1987             <justify>GTK_JUSTIFY_CENTER</justify>
1988             <wrap>False</wrap>
1989             <xalign>0</xalign>
1990             <yalign>0.5</yalign>
1991             <xpad>0</xpad>
1992             <ypad>0</ypad>
1993             <child>
1994               <left_attach>0</left_attach>
1995               <right_attach>1</right_attach>
1996               <top_attach>1</top_attach>
1997               <bottom_attach>2</bottom_attach>
1998               <xpad>0</xpad>
1999               <ypad>0</ypad>
2000               <xexpand>False</xexpand>
2001               <yexpand>False</yexpand>
2002               <xshrink>False</xshrink>
2003               <yshrink>False</yshrink>
2004               <xfill>True</xfill>
2005               <yfill>False</yfill>
2006             </child>
2007           </widget>
2008
2009           <widget>
2010             <class>GtkSpinButton</class>
2011             <name>network_port</name>
2012             <tooltip>Port of the stream server</tooltip>
2013             <can_focus>True</can_focus>
2014             <climb_rate>1</climb_rate>
2015             <digits>0</digits>
2016             <numeric>False</numeric>
2017             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2018             <snap>False</snap>
2019             <wrap>False</wrap>
2020             <value>1234</value>
2021             <lower>0</lower>
2022             <upper>65535</upper>
2023             <step>1</step>
2024             <page>10</page>
2025             <page_size>10</page_size>
2026             <child>
2027               <left_attach>1</left_attach>
2028               <right_attach>2</right_attach>
2029               <top_attach>1</top_attach>
2030               <bottom_attach>2</bottom_attach>
2031               <xpad>0</xpad>
2032               <ypad>0</ypad>
2033               <xexpand>True</xexpand>
2034               <yexpand>False</yexpand>
2035               <xshrink>False</xshrink>
2036               <yshrink>False</yshrink>
2037               <xfill>True</xfill>
2038               <yfill>False</yfill>
2039             </child>
2040           </widget>
2041
2042           <widget>
2043             <class>GtkCheckButton</class>
2044             <name>broadcast_check</name>
2045             <can_focus>True</can_focus>
2046             <signal>
2047               <name>toggled</name>
2048               <handler>GtkNetworkOpenBroadcast</handler>
2049               <last_modification_time>Sat, 19 May 2001 02:57:46 GMT</last_modification_time>
2050             </signal>
2051             <label>Broadcast</label>
2052             <active>True</active>
2053             <draw_indicator>True</draw_indicator>
2054             <child>
2055               <left_attach>0</left_attach>
2056               <right_attach>1</right_attach>
2057               <top_attach>2</top_attach>
2058               <bottom_attach>3</bottom_attach>
2059               <xpad>0</xpad>
2060               <ypad>0</ypad>
2061               <xexpand>False</xexpand>
2062               <yexpand>False</yexpand>
2063               <xshrink>False</xshrink>
2064               <yshrink>False</yshrink>
2065               <xfill>True</xfill>
2066               <yfill>False</yfill>
2067             </child>
2068           </widget>
2069
2070           <widget>
2071             <class>GnomeEntry</class>
2072             <name>network_broadcast_combo</name>
2073             <max_saved>10</max_saved>
2074             <child>
2075               <left_attach>1</left_attach>
2076               <right_attach>2</right_attach>
2077               <top_attach>2</top_attach>
2078               <bottom_attach>3</bottom_attach>
2079               <xpad>0</xpad>
2080               <ypad>0</ypad>
2081               <xexpand>True</xexpand>
2082               <yexpand>False</yexpand>
2083               <xshrink>False</xshrink>
2084               <yshrink>False</yshrink>
2085               <xfill>True</xfill>
2086               <yfill>False</yfill>
2087             </child>
2088
2089             <widget>
2090               <class>GtkEntry</class>
2091               <child_name>GnomeEntry:entry</child_name>
2092               <name>network_broadcast</name>
2093               <sensitive>False</sensitive>
2094               <can_focus>True</can_focus>
2095               <editable>True</editable>
2096               <text_visible>True</text_visible>
2097               <text_max_length>0</text_max_length>
2098               <text>138.195.143.255</text>
2099             </widget>
2100           </widget>
2101
2102           <widget>
2103             <class>GnomeEntry</class>
2104             <name>network_server_combo</name>
2105             <max_saved>10</max_saved>
2106             <child>
2107               <left_attach>1</left_attach>
2108               <right_attach>2</right_attach>
2109               <top_attach>0</top_attach>
2110               <bottom_attach>1</bottom_attach>
2111               <xpad>0</xpad>
2112               <ypad>0</ypad>
2113               <xexpand>True</xexpand>
2114               <yexpand>False</yexpand>
2115               <xshrink>False</xshrink>
2116               <yshrink>False</yshrink>
2117               <xfill>True</xfill>
2118               <yfill>False</yfill>
2119             </child>
2120
2121             <widget>
2122               <class>GtkEntry</class>
2123               <child_name>GnomeEntry:entry</child_name>
2124               <name>network_server</name>
2125               <can_focus>True</can_focus>
2126               <editable>True</editable>
2127               <text_visible>True</text_visible>
2128               <text_max_length>0</text_max_length>
2129               <text>vlsppc-02</text>
2130             </widget>
2131           </widget>
2132         </widget>
2133       </widget>
2134     </widget>
2135   </widget>
2136 </widget>
2137
2138 <widget>
2139   <class>GnomeDialog</class>
2140   <name>intf_playlist</name>
2141   <signal>
2142     <name>destroy</name>
2143     <handler>gtk_widget_hide</handler>
2144     <data>&quot;intf_playlist&quot;</data>
2145     <last_modification_time>Sat, 19 May 2001 03:09:08 GMT</last_modification_time>
2146   </signal>
2147   <signal>
2148     <name>delete_event</name>
2149     <handler>gtk_widget_hide</handler>
2150     <data>&quot;intf_playlist&quot;</data>
2151     <last_modification_time>Sat, 19 May 2001 03:09:12 GMT</last_modification_time>
2152   </signal>
2153   <title>Playlist</title>
2154   <type>GTK_WINDOW_TOPLEVEL</type>
2155   <position>GTK_WIN_POS_NONE</position>
2156   <modal>False</modal>
2157   <default_width>400</default_width>
2158   <default_height>300</default_height>
2159   <allow_shrink>True</allow_shrink>
2160   <allow_grow>True</allow_grow>
2161   <auto_shrink>False</auto_shrink>
2162   <auto_close>False</auto_close>
2163   <hide_on_close>False</hide_on_close>
2164
2165   <widget>
2166     <class>GtkVBox</class>
2167     <child_name>GnomeDialog:vbox</child_name>
2168     <name>playlist_vbox</name>
2169     <homogeneous>False</homogeneous>
2170     <spacing>8</spacing>
2171     <child>
2172       <padding>4</padding>
2173       <expand>True</expand>
2174       <fill>True</fill>
2175     </child>
2176
2177     <widget>
2178       <class>GtkHButtonBox</class>
2179       <child_name>GnomeDialog:action_area</child_name>
2180       <name>playlist_action</name>
2181       <layout_style>GTK_BUTTONBOX_END</layout_style>
2182       <spacing>8</spacing>
2183       <child_min_width>100</child_min_width>
2184       <child_min_height>38</child_min_height>
2185       <child_ipad_x>7</child_ipad_x>
2186       <child_ipad_y>0</child_ipad_y>
2187       <child>
2188         <padding>0</padding>
2189         <expand>False</expand>
2190         <fill>True</fill>
2191         <pack>GTK_PACK_END</pack>
2192       </child>
2193
2194       <widget>
2195         <class>GtkButton</class>
2196         <name>playlist_ok</name>
2197         <can_default>True</can_default>
2198         <can_focus>True</can_focus>
2199         <signal>
2200           <name>clicked</name>
2201           <handler>GtkPlaylistOk</handler>
2202           <data>&quot;intf_playlist&quot;</data>
2203           <last_modification_time>Sat, 19 May 2001 03:09:00 GMT</last_modification_time>
2204         </signal>
2205         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2206       </widget>
2207
2208       <widget>
2209         <class>GtkButton</class>
2210         <name>playlist_cancel</name>
2211         <can_default>True</can_default>
2212         <can_focus>True</can_focus>
2213         <signal>
2214           <name>clicked</name>
2215           <handler>GtkPlaylistCancel</handler>
2216           <data>&quot;intf_playlist&quot;</data>
2217           <last_modification_time>Sat, 19 May 2001 03:08:56 GMT</last_modification_time>
2218         </signal>
2219         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2220       </widget>
2221     </widget>
2222
2223     <widget>
2224       <class>GtkScrolledWindow</class>
2225       <name>playlist_scrolledwindow</name>
2226       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2227       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2228       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2229       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2230       <child>
2231         <padding>0</padding>
2232         <expand>True</expand>
2233         <fill>True</fill>
2234       </child>
2235
2236       <widget>
2237         <class>GtkViewport</class>
2238         <name>playlist_viewport</name>
2239         <shadow_type>GTK_SHADOW_IN</shadow_type>
2240
2241         <widget>
2242           <class>GtkFrame</class>
2243           <name>playlist_frame</name>
2244           <border_width>4</border_width>
2245           <label>Playlist</label>
2246           <label_xalign>0.05</label_xalign>
2247           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2248
2249           <widget>
2250             <class>GtkCList</class>
2251             <name>playlist_clist</name>
2252             <can_focus>True</can_focus>
2253             <signal>
2254               <name>event</name>
2255               <handler>GtkPlaylistEvent</handler>
2256               <data>&quot;intf_playlist&quot;</data>
2257               <last_modification_time>Sat, 19 May 2001 03:08:43 GMT</last_modification_time>
2258             </signal>
2259             <signal>
2260               <name>drag_data_received</name>
2261               <handler>GtkPlaylistDragData</handler>
2262               <data>&quot;intf_playlist&quot;</data>
2263               <last_modification_time>Sat, 19 May 2001 03:08:45 GMT</last_modification_time>
2264             </signal>
2265             <signal>
2266               <name>drag_motion</name>
2267               <handler>GtkPlaylistDragMotion</handler>
2268               <data>&quot;intf_playlist&quot;</data>
2269               <last_modification_time>Sat, 19 May 2001 03:08:49 GMT</last_modification_time>
2270             </signal>
2271             <columns>2</columns>
2272             <column_widths>287,70</column_widths>
2273             <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2274             <show_titles>True</show_titles>
2275             <shadow_type>GTK_SHADOW_IN</shadow_type>
2276
2277             <widget>
2278               <class>GtkLabel</class>
2279               <child_name>CList:title</child_name>
2280               <name>playlist_label_url</name>
2281               <label>Url</label>
2282               <justify>GTK_JUSTIFY_CENTER</justify>
2283               <wrap>False</wrap>
2284               <xalign>0.5</xalign>
2285               <yalign>0.5</yalign>
2286               <xpad>0</xpad>
2287               <ypad>0</ypad>
2288             </widget>
2289
2290             <widget>
2291               <class>GtkLabel</class>
2292               <child_name>CList:title</child_name>
2293               <name>playlist_label_duration</name>
2294               <label>Duration</label>
2295               <justify>GTK_JUSTIFY_CENTER</justify>
2296               <wrap>False</wrap>
2297               <xalign>0.5</xalign>
2298               <yalign>0.5</yalign>
2299               <xpad>0</xpad>
2300               <ypad>0</ypad>
2301             </widget>
2302           </widget>
2303         </widget>
2304       </widget>
2305     </widget>
2306
2307     <widget>
2308       <class>GtkMenuBar</class>
2309       <name>playlist_menubar</name>
2310       <shadow_type>GTK_SHADOW_OUT</shadow_type>
2311       <child>
2312         <padding>0</padding>
2313         <expand>False</expand>
2314         <fill>False</fill>
2315       </child>
2316
2317       <widget>
2318         <class>GtkMenuItem</class>
2319         <name>playlist_add</name>
2320         <label>Add</label>
2321         <right_justify>False</right_justify>
2322
2323         <widget>
2324           <class>GtkMenu</class>
2325           <name>playlist_add_menu</name>
2326
2327           <widget>
2328             <class>GtkMenuItem</class>
2329             <name>playlist_add_disc</name>
2330             <signal>
2331               <name>activate</name>
2332               <handler>GnomePlaylistDiscOpenActivate</handler>
2333               <data>&quot;intf_playlist&quot;</data>
2334               <last_modification_time>Sat, 19 May 2001 16:22:26 GMT</last_modification_time>
2335             </signal>
2336             <label>Disc</label>
2337             <right_justify>False</right_justify>
2338           </widget>
2339
2340           <widget>
2341             <class>GtkMenuItem</class>
2342             <name>playlist_add_file</name>
2343             <signal>
2344               <name>activate</name>
2345               <handler>GnomePlaylistFileOpenActivate</handler>
2346               <data>&quot;intf_playlist&quot;</data>
2347               <last_modification_time>Sat, 19 May 2001 16:22:37 GMT</last_modification_time>
2348             </signal>
2349             <label>File</label>
2350             <right_justify>False</right_justify>
2351           </widget>
2352
2353           <widget>
2354             <class>GtkMenuItem</class>
2355             <name>playlist_add_network</name>
2356             <signal>
2357               <name>activate</name>
2358               <handler>GnomePlaylistNetworkOpenActivate</handler>
2359               <data>&quot;intf_playlist&quot;</data>
2360               <last_modification_time>Sat, 19 May 2001 16:22:52 GMT</last_modification_time>
2361             </signal>
2362             <label>Network</label>
2363             <right_justify>False</right_justify>
2364           </widget>
2365
2366           <widget>
2367             <class>GtkMenuItem</class>
2368             <name>playlist_add_url</name>
2369             <signal>
2370               <name>activate</name>
2371               <handler>GtkPlaylistAddUrl</handler>
2372               <data>&quot;intf_playlist&quot;</data>
2373               <last_modification_time>Sat, 19 May 2001 16:24:27 GMT</last_modification_time>
2374             </signal>
2375             <label>Url</label>
2376             <right_justify>False</right_justify>
2377           </widget>
2378         </widget>
2379       </widget>
2380
2381       <widget>
2382         <class>GtkMenuItem</class>
2383         <name>playlist_delete</name>
2384         <label>Delete</label>
2385         <right_justify>False</right_justify>
2386
2387         <widget>
2388           <class>GtkMenu</class>
2389           <name>playlist_delete_menu</name>
2390
2391           <widget>
2392             <class>GtkMenuItem</class>
2393             <name>playlist_delete_all</name>
2394             <signal>
2395               <name>activate</name>
2396               <handler>GtkPlaylistDeleteAll</handler>
2397               <data>&quot;intf_playlist&quot;</data>
2398               <last_modification_time>Sat, 19 May 2001 03:08:11 GMT</last_modification_time>
2399             </signal>
2400             <label>All</label>
2401             <right_justify>False</right_justify>
2402           </widget>
2403
2404           <widget>
2405             <class>GtkMenuItem</class>
2406             <name>playmist_delete_item</name>
2407             <signal>
2408               <name>activate</name>
2409               <handler>GtkPlaylistDeleteSelected</handler>
2410               <data>&quot;intf_playlist&quot;</data>
2411               <last_modification_time>Sat, 19 May 2001 03:08:05 GMT</last_modification_time>
2412             </signal>
2413             <label>Item</label>
2414             <right_justify>False</right_justify>
2415           </widget>
2416         </widget>
2417       </widget>
2418
2419       <widget>
2420         <class>GtkMenuItem</class>
2421         <name>playlist_selection</name>
2422         <label>Selection</label>
2423         <right_justify>False</right_justify>
2424
2425         <widget>
2426           <class>GtkMenu</class>
2427           <name>playlist_selection_menu</name>
2428
2429           <widget>
2430             <class>GtkMenuItem</class>
2431             <name>playlist_selection_crop</name>
2432             <signal>
2433               <name>activate</name>
2434               <handler>GtkPlaylistCrop</handler>
2435               <data>&quot;intf_playlist&quot;</data>
2436               <last_modification_time>Sat, 19 May 2001 03:07:56 GMT</last_modification_time>
2437             </signal>
2438             <label>Crop</label>
2439             <right_justify>False</right_justify>
2440           </widget>
2441
2442           <widget>
2443             <class>GtkMenuItem</class>
2444             <name>playlist_selection_invert</name>
2445             <signal>
2446               <name>activate</name>
2447               <handler>GtkPlaylistInvert</handler>
2448               <data>&quot;intf_playlist&quot;</data>
2449               <last_modification_time>Sat, 19 May 2001 03:07:51 GMT</last_modification_time>
2450             </signal>
2451             <label>Invert</label>
2452             <right_justify>False</right_justify>
2453           </widget>
2454
2455           <widget>
2456             <class>GtkMenuItem</class>
2457             <name>playlist_selection_select</name>
2458             <signal>
2459               <name>activate</name>
2460               <handler>GtkPlaylistSelect</handler>
2461               <data>&quot;intf_playlist&quot;</data>
2462               <last_modification_time>Sat, 19 May 2001 03:07:45 GMT</last_modification_time>
2463             </signal>
2464             <label>Select</label>
2465             <right_justify>False</right_justify>
2466           </widget>
2467         </widget>
2468       </widget>
2469     </widget>
2470   </widget>
2471 </widget>
2472
2473 <widget>
2474   <class>GnomeDialog</class>
2475   <name>intf_jump</name>
2476   <type>GTK_WINDOW_TOPLEVEL</type>
2477   <position>GTK_WIN_POS_NONE</position>
2478   <modal>False</modal>
2479   <allow_shrink>False</allow_shrink>
2480   <allow_grow>False</allow_grow>
2481   <auto_shrink>False</auto_shrink>
2482   <auto_close>False</auto_close>
2483   <hide_on_close>False</hide_on_close>
2484
2485   <widget>
2486     <class>GtkVBox</class>
2487     <child_name>GnomeDialog:vbox</child_name>
2488     <name>jump_vbox</name>
2489     <homogeneous>False</homogeneous>
2490     <spacing>8</spacing>
2491     <child>
2492       <padding>0</padding>
2493       <expand>True</expand>
2494       <fill>True</fill>
2495     </child>
2496
2497     <widget>
2498       <class>GtkHButtonBox</class>
2499       <child_name>GnomeDialog:action_area</child_name>
2500       <name>jump_action</name>
2501       <layout_style>GTK_BUTTONBOX_END</layout_style>
2502       <spacing>8</spacing>
2503       <child_min_width>85</child_min_width>
2504       <child_min_height>27</child_min_height>
2505       <child_ipad_x>7</child_ipad_x>
2506       <child_ipad_y>0</child_ipad_y>
2507       <child>
2508         <padding>0</padding>
2509         <expand>False</expand>
2510         <fill>True</fill>
2511         <pack>GTK_PACK_END</pack>
2512       </child>
2513
2514       <widget>
2515         <class>GtkButton</class>
2516         <name>jump_ok</name>
2517         <can_default>True</can_default>
2518         <can_focus>True</can_focus>
2519         <signal>
2520           <name>clicked</name>
2521           <handler>GtkJumpOk</handler>
2522           <data>&quot;intf_jump&quot;</data>
2523           <last_modification_time>Sat, 19 May 2001 03:07:27 GMT</last_modification_time>
2524         </signal>
2525         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2526       </widget>
2527
2528       <widget>
2529         <class>GtkButton</class>
2530         <name>jump_cancel</name>
2531         <can_default>True</can_default>
2532         <can_focus>True</can_focus>
2533         <signal>
2534           <name>clicked</name>
2535           <handler>GtkJumpCancel</handler>
2536           <data>&quot;intf_jump&quot;</data>
2537           <last_modification_time>Sat, 19 May 2001 03:07:20 GMT</last_modification_time>
2538         </signal>
2539         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2540       </widget>
2541     </widget>
2542
2543     <widget>
2544       <class>GtkFrame</class>
2545       <name>jump_frame</name>
2546       <border_width>5</border_width>
2547       <label>Jump to: </label>
2548       <label_xalign>0.05</label_xalign>
2549       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2550       <child>
2551         <padding>0</padding>
2552         <expand>False</expand>
2553         <fill>False</fill>
2554       </child>
2555
2556       <widget>
2557         <class>GtkHBox</class>
2558         <name>jump_box</name>
2559         <border_width>5</border_width>
2560         <homogeneous>False</homogeneous>
2561         <spacing>0</spacing>
2562
2563         <widget>
2564           <class>GtkLabel</class>
2565           <name>jump_label3</name>
2566           <label>s.</label>
2567           <justify>GTK_JUSTIFY_CENTER</justify>
2568           <wrap>False</wrap>
2569           <xalign>0.5</xalign>
2570           <yalign>0.5</yalign>
2571           <xpad>0</xpad>
2572           <ypad>0</ypad>
2573           <child>
2574             <padding>0</padding>
2575             <expand>False</expand>
2576             <fill>False</fill>
2577             <pack>GTK_PACK_END</pack>
2578           </child>
2579         </widget>
2580
2581         <widget>
2582           <class>GtkSpinButton</class>
2583           <name>jump_second_spinbutton</name>
2584           <can_focus>True</can_focus>
2585           <climb_rate>1</climb_rate>
2586           <digits>0</digits>
2587           <numeric>False</numeric>
2588           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2589           <snap>False</snap>
2590           <wrap>False</wrap>
2591           <value>0</value>
2592           <lower>0</lower>
2593           <upper>100</upper>
2594           <step>1</step>
2595           <page>10</page>
2596           <page_size>10</page_size>
2597           <child>
2598             <padding>5</padding>
2599             <expand>False</expand>
2600             <fill>False</fill>
2601             <pack>GTK_PACK_END</pack>
2602           </child>
2603         </widget>
2604
2605         <widget>
2606           <class>GtkLabel</class>
2607           <name>jump_label1</name>
2608           <label>m:</label>
2609           <justify>GTK_JUSTIFY_CENTER</justify>
2610           <wrap>False</wrap>
2611           <xalign>0.5</xalign>
2612           <yalign>0.5</yalign>
2613           <xpad>0</xpad>
2614           <ypad>0</ypad>
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>GtkSpinButton</class>
2625           <name>jump_minute_spinbutton</name>
2626           <can_focus>True</can_focus>
2627           <climb_rate>1</climb_rate>
2628           <digits>0</digits>
2629           <numeric>False</numeric>
2630           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2631           <snap>False</snap>
2632           <wrap>False</wrap>
2633           <value>0</value>
2634           <lower>0</lower>
2635           <upper>59</upper>
2636           <step>1</step>
2637           <page>10</page>
2638           <page_size>10</page_size>
2639           <child>
2640             <padding>5</padding>
2641             <expand>False</expand>
2642             <fill>False</fill>
2643             <pack>GTK_PACK_END</pack>
2644           </child>
2645         </widget>
2646
2647         <widget>
2648           <class>GtkLabel</class>
2649           <name>jump_label2</name>
2650           <label>h:</label>
2651           <justify>GTK_JUSTIFY_CENTER</justify>
2652           <wrap>False</wrap>
2653           <xalign>0.5</xalign>
2654           <yalign>0.5</yalign>
2655           <xpad>0</xpad>
2656           <ypad>0</ypad>
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
2665         <widget>
2666           <class>GtkSpinButton</class>
2667           <name>jump_hour_spinbutton</name>
2668           <can_focus>True</can_focus>
2669           <climb_rate>1</climb_rate>
2670           <digits>0</digits>
2671           <numeric>False</numeric>
2672           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2673           <snap>False</snap>
2674           <wrap>False</wrap>
2675           <value>0</value>
2676           <lower>0</lower>
2677           <upper>10</upper>
2678           <step>1</step>
2679           <page>10</page>
2680           <page_size>10</page_size>
2681           <child>
2682             <padding>5</padding>
2683             <expand>False</expand>
2684             <fill>False</fill>
2685             <pack>GTK_PACK_END</pack>
2686           </child>
2687         </widget>
2688       </widget>
2689     </widget>
2690   </widget>
2691 </widget>
2692
2693 <widget>
2694   <class>GnomeDialog</class>
2695   <name>intf_preferences</name>
2696   <title>Preferences</title>
2697   <type>GTK_WINDOW_TOPLEVEL</type>
2698   <position>GTK_WIN_POS_NONE</position>
2699   <modal>False</modal>
2700   <default_width>450</default_width>
2701   <default_height>350</default_height>
2702   <allow_shrink>True</allow_shrink>
2703   <allow_grow>True</allow_grow>
2704   <auto_shrink>False</auto_shrink>
2705   <auto_close>False</auto_close>
2706   <hide_on_close>False</hide_on_close>
2707
2708   <widget>
2709     <class>GtkVBox</class>
2710     <child_name>GnomeDialog:vbox</child_name>
2711     <name>preferences_vbox</name>
2712     <border_width>5</border_width>
2713     <homogeneous>False</homogeneous>
2714     <spacing>10</spacing>
2715     <child>
2716       <padding>0</padding>
2717       <expand>True</expand>
2718       <fill>True</fill>
2719     </child>
2720
2721     <widget>
2722       <class>GtkHButtonBox</class>
2723       <child_name>GnomeDialog:action_area</child_name>
2724       <name>preferences_dialog</name>
2725       <layout_style>GTK_BUTTONBOX_END</layout_style>
2726       <spacing>8</spacing>
2727       <child_min_width>85</child_min_width>
2728       <child_min_height>27</child_min_height>
2729       <child_ipad_x>7</child_ipad_x>
2730       <child_ipad_y>0</child_ipad_y>
2731       <child>
2732         <padding>0</padding>
2733         <expand>False</expand>
2734         <fill>True</fill>
2735         <pack>GTK_PACK_END</pack>
2736       </child>
2737
2738       <widget>
2739         <class>GtkButton</class>
2740         <name>preferences_ok</name>
2741         <can_default>True</can_default>
2742         <can_focus>True</can_focus>
2743         <signal>
2744           <name>clicked</name>
2745           <handler>GtkPreferencesOk</handler>
2746           <data>&quot;intf_preferences&quot;</data>
2747           <last_modification_time>Sat, 19 May 2001 03:06:57 GMT</last_modification_time>
2748         </signal>
2749         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2750       </widget>
2751
2752       <widget>
2753         <class>GtkButton</class>
2754         <name>preferences_apply</name>
2755         <can_default>True</can_default>
2756         <can_focus>True</can_focus>
2757         <signal>
2758           <name>clicked</name>
2759           <handler>GtkPreferencesApply</handler>
2760           <data>&quot;intf_preferences&quot;</data>
2761           <last_modification_time>Sat, 19 May 2001 03:06:53 GMT</last_modification_time>
2762         </signal>
2763         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
2764       </widget>
2765
2766       <widget>
2767         <class>GtkButton</class>
2768         <name>preferences_cancel</name>
2769         <can_default>True</can_default>
2770         <can_focus>True</can_focus>
2771         <signal>
2772           <name>clicked</name>
2773           <handler>GtkPreferencesCancel</handler>
2774           <data>&quot;intf_preferences&quot;</data>
2775           <last_modification_time>Sat, 19 May 2001 03:07:05 GMT</last_modification_time>
2776         </signal>
2777         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2778       </widget>
2779     </widget>
2780
2781     <widget>
2782       <class>GtkFrame</class>
2783       <name>preferences_frame</name>
2784       <label>Preferences</label>
2785       <label_xalign>0.05</label_xalign>
2786       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2787       <child>
2788         <padding>0</padding>
2789         <expand>True</expand>
2790         <fill>True</fill>
2791       </child>
2792
2793       <widget>
2794         <class>GtkNotebook</class>
2795         <name>preferences_notebook</name>
2796         <can_focus>True</can_focus>
2797         <show_tabs>True</show_tabs>
2798         <show_border>True</show_border>
2799         <tab_pos>GTK_POS_TOP</tab_pos>
2800         <scrollable>False</scrollable>
2801         <tab_hborder>2</tab_hborder>
2802         <tab_vborder>2</tab_vborder>
2803         <popup_enable>False</popup_enable>
2804
2805         <widget>
2806           <class>GtkTable</class>
2807           <name>preferences_file_table</name>
2808           <border_width>5</border_width>
2809           <rows>1</rows>
2810           <columns>2</columns>
2811           <homogeneous>False</homogeneous>
2812           <row_spacing>5</row_spacing>
2813           <column_spacing>5</column_spacing>
2814
2815           <widget>
2816             <class>GnomeFileEntry</class>
2817             <name>preferences_file_combo</name>
2818             <max_saved>10</max_saved>
2819             <directory>False</directory>
2820             <modal>False</modal>
2821             <child>
2822               <left_attach>1</left_attach>
2823               <right_attach>2</right_attach>
2824               <top_attach>0</top_attach>
2825               <bottom_attach>1</bottom_attach>
2826               <xpad>0</xpad>
2827               <ypad>0</ypad>
2828               <xexpand>True</xexpand>
2829               <yexpand>True</yexpand>
2830               <xshrink>False</xshrink>
2831               <yshrink>False</yshrink>
2832               <xfill>True</xfill>
2833               <yfill>False</yfill>
2834             </child>
2835
2836             <widget>
2837               <class>GtkEntry</class>
2838               <child_name>GnomeEntry:entry</child_name>
2839               <name>preferences_file_path_entry</name>
2840               <can_focus>True</can_focus>
2841               <editable>True</editable>
2842               <text_visible>True</text_visible>
2843               <text_max_length>0</text_max_length>
2844               <text></text>
2845             </widget>
2846           </widget>
2847
2848           <widget>
2849             <class>GtkLabel</class>
2850             <name>preferences_file_path_label</name>
2851             <label>Default path: </label>
2852             <justify>GTK_JUSTIFY_CENTER</justify>
2853             <wrap>False</wrap>
2854             <xalign>0</xalign>
2855             <yalign>0.5</yalign>
2856             <xpad>0</xpad>
2857             <ypad>0</ypad>
2858             <child>
2859               <left_attach>0</left_attach>
2860               <right_attach>1</right_attach>
2861               <top_attach>0</top_attach>
2862               <bottom_attach>1</bottom_attach>
2863               <xpad>0</xpad>
2864               <ypad>0</ypad>
2865               <xexpand>True</xexpand>
2866               <yexpand>True</yexpand>
2867               <xshrink>False</xshrink>
2868               <yshrink>False</yshrink>
2869               <xfill>False</xfill>
2870               <yfill>False</yfill>
2871             </child>
2872           </widget>
2873         </widget>
2874
2875         <widget>
2876           <class>GtkLabel</class>
2877           <child_name>Notebook:tab</child_name>
2878           <name>preferences_file</name>
2879           <label>File</label>
2880           <justify>GTK_JUSTIFY_CENTER</justify>
2881           <wrap>False</wrap>
2882           <xalign>0.5</xalign>
2883           <yalign>0.5</yalign>
2884           <xpad>0</xpad>
2885           <ypad>0</ypad>
2886         </widget>
2887
2888         <widget>
2889           <class>GtkTable</class>
2890           <name>preferences_disc_table</name>
2891           <border_width>5</border_width>
2892           <rows>2</rows>
2893           <columns>2</columns>
2894           <homogeneous>False</homogeneous>
2895           <row_spacing>5</row_spacing>
2896           <column_spacing>5</column_spacing>
2897
2898           <widget>
2899             <class>GnomeFileEntry</class>
2900             <name>preferences_disc_dvd_combo</name>
2901             <max_saved>10</max_saved>
2902             <directory>False</directory>
2903             <modal>False</modal>
2904             <child>
2905               <left_attach>1</left_attach>
2906               <right_attach>2</right_attach>
2907               <top_attach>0</top_attach>
2908               <bottom_attach>1</bottom_attach>
2909               <xpad>0</xpad>
2910               <ypad>0</ypad>
2911               <xexpand>True</xexpand>
2912               <yexpand>True</yexpand>
2913               <xshrink>False</xshrink>
2914               <yshrink>False</yshrink>
2915               <xfill>True</xfill>
2916               <yfill>False</yfill>
2917             </child>
2918
2919             <widget>
2920               <class>GtkEntry</class>
2921               <child_name>GnomeEntry:entry</child_name>
2922               <name>preferences_disc_dvd_entry</name>
2923               <can_focus>True</can_focus>
2924               <editable>True</editable>
2925               <text_visible>True</text_visible>
2926               <text_max_length>0</text_max_length>
2927               <text></text>
2928             </widget>
2929           </widget>
2930
2931           <widget>
2932             <class>GnomeFileEntry</class>
2933             <name>preferences_file_vcd_combo</name>
2934             <max_saved>10</max_saved>
2935             <directory>False</directory>
2936             <modal>False</modal>
2937             <child>
2938               <left_attach>1</left_attach>
2939               <right_attach>2</right_attach>
2940               <top_attach>1</top_attach>
2941               <bottom_attach>2</bottom_attach>
2942               <xpad>0</xpad>
2943               <ypad>0</ypad>
2944               <xexpand>True</xexpand>
2945               <yexpand>True</yexpand>
2946               <xshrink>False</xshrink>
2947               <yshrink>False</yshrink>
2948               <xfill>True</xfill>
2949               <yfill>False</yfill>
2950             </child>
2951
2952             <widget>
2953               <class>GtkEntry</class>
2954               <child_name>GnomeEntry:entry</child_name>
2955               <name>preferences_disc_vcd_entry</name>
2956               <can_focus>True</can_focus>
2957               <editable>True</editable>
2958               <text_visible>True</text_visible>
2959               <text_max_length>0</text_max_length>
2960               <text></text>
2961             </widget>
2962           </widget>
2963
2964           <widget>
2965             <class>GtkLabel</class>
2966             <name>preferences_disc_dvd_label</name>
2967             <label>Default DVD path: </label>
2968             <justify>GTK_JUSTIFY_CENTER</justify>
2969             <wrap>False</wrap>
2970             <xalign>0</xalign>
2971             <yalign>0.5</yalign>
2972             <xpad>0</xpad>
2973             <ypad>0</ypad>
2974             <child>
2975               <left_attach>0</left_attach>
2976               <right_attach>1</right_attach>
2977               <top_attach>0</top_attach>
2978               <bottom_attach>1</bottom_attach>
2979               <xpad>0</xpad>
2980               <ypad>0</ypad>
2981               <xexpand>True</xexpand>
2982               <yexpand>True</yexpand>
2983               <xshrink>False</xshrink>
2984               <yshrink>False</yshrink>
2985               <xfill>False</xfill>
2986               <yfill>False</yfill>
2987             </child>
2988           </widget>
2989
2990           <widget>
2991             <class>GtkLabel</class>
2992             <name>preferences_disc_vcd_label</name>
2993             <label>Default VCD path: </label>
2994             <justify>GTK_JUSTIFY_CENTER</justify>
2995             <wrap>False</wrap>
2996             <xalign>0</xalign>
2997             <yalign>0.5</yalign>
2998             <xpad>0</xpad>
2999             <ypad>0</ypad>
3000             <child>
3001               <left_attach>0</left_attach>
3002               <right_attach>1</right_attach>
3003               <top_attach>1</top_attach>
3004               <bottom_attach>2</bottom_attach>
3005               <xpad>0</xpad>
3006               <ypad>0</ypad>
3007               <xexpand>True</xexpand>
3008               <yexpand>True</yexpand>
3009               <xshrink>False</xshrink>
3010               <yshrink>False</yshrink>
3011               <xfill>False</xfill>
3012               <yfill>False</yfill>
3013             </child>
3014           </widget>
3015         </widget>
3016
3017         <widget>
3018           <class>GtkLabel</class>
3019           <child_name>Notebook:tab</child_name>
3020           <name>preferences_disc</name>
3021           <label>Disc</label>
3022           <justify>GTK_JUSTIFY_CENTER</justify>
3023           <wrap>False</wrap>
3024           <xalign>0.5</xalign>
3025           <yalign>0.5</yalign>
3026           <xpad>0</xpad>
3027           <ypad>0</ypad>
3028         </widget>
3029
3030         <widget>
3031           <class>GtkTable</class>
3032           <name>preferences_network_table</name>
3033           <border_width>5</border_width>
3034           <rows>7</rows>
3035           <columns>2</columns>
3036           <homogeneous>False</homogeneous>
3037           <row_spacing>5</row_spacing>
3038           <column_spacing>5</column_spacing>
3039
3040           <widget>
3041             <class>GtkLabel</class>
3042             <name>preferences_network_server_label</name>
3043             <label>Default server: </label>
3044             <justify>GTK_JUSTIFY_CENTER</justify>
3045             <wrap>False</wrap>
3046             <xalign>0</xalign>
3047             <yalign>0.5</yalign>
3048             <xpad>0</xpad>
3049             <ypad>0</ypad>
3050             <child>
3051               <left_attach>0</left_attach>
3052               <right_attach>1</right_attach>
3053               <top_attach>0</top_attach>
3054               <bottom_attach>1</bottom_attach>
3055               <xpad>0</xpad>
3056               <ypad>0</ypad>
3057               <xexpand>True</xexpand>
3058               <yexpand>True</yexpand>
3059               <xshrink>False</xshrink>
3060               <yshrink>False</yshrink>
3061               <xfill>False</xfill>
3062               <yfill>False</yfill>
3063             </child>
3064           </widget>
3065
3066           <widget>
3067             <class>GtkSpinButton</class>
3068             <name>preferences_network_port_spinbutton</name>
3069             <can_focus>True</can_focus>
3070             <climb_rate>1</climb_rate>
3071             <digits>0</digits>
3072             <numeric>False</numeric>
3073             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3074             <snap>False</snap>
3075             <wrap>False</wrap>
3076             <value>1234</value>
3077             <lower>0</lower>
3078             <upper>65535</upper>
3079             <step>1</step>
3080             <page>10</page>
3081             <page_size>10</page_size>
3082             <child>
3083               <left_attach>1</left_attach>
3084               <right_attach>2</right_attach>
3085               <top_attach>1</top_attach>
3086               <bottom_attach>2</bottom_attach>
3087               <xpad>0</xpad>
3088               <ypad>0</ypad>
3089               <xexpand>True</xexpand>
3090               <yexpand>True</yexpand>
3091               <xshrink>False</xshrink>
3092               <yshrink>False</yshrink>
3093               <xfill>True</xfill>
3094               <yfill>False</yfill>
3095             </child>
3096           </widget>
3097
3098           <widget>
3099             <class>GtkLabel</class>
3100             <name>preferences_network_broadcast_label</name>
3101             <label>Broadcast address: </label>
3102             <justify>GTK_JUSTIFY_CENTER</justify>
3103             <wrap>False</wrap>
3104             <xalign>0</xalign>
3105             <yalign>0.5</yalign>
3106             <xpad>0</xpad>
3107             <ypad>0</ypad>
3108             <child>
3109               <left_attach>0</left_attach>
3110               <right_attach>1</right_attach>
3111               <top_attach>2</top_attach>
3112               <bottom_attach>3</bottom_attach>
3113               <xpad>0</xpad>
3114               <ypad>0</ypad>
3115               <xexpand>True</xexpand>
3116               <yexpand>True</yexpand>
3117               <xshrink>False</xshrink>
3118               <yshrink>False</yshrink>
3119               <xfill>False</xfill>
3120               <yfill>False</yfill>
3121             </child>
3122           </widget>
3123
3124           <widget>
3125             <class>GtkLabel</class>
3126             <name>preferences_network_port_label</name>
3127             <label>Default port: </label>
3128             <justify>GTK_JUSTIFY_CENTER</justify>
3129             <wrap>False</wrap>
3130             <xalign>0</xalign>
3131             <yalign>0.5</yalign>
3132             <xpad>0</xpad>
3133             <ypad>0</ypad>
3134             <child>
3135               <left_attach>0</left_attach>
3136               <right_attach>1</right_attach>
3137               <top_attach>1</top_attach>
3138               <bottom_attach>2</bottom_attach>
3139               <xpad>0</xpad>
3140               <ypad>0</ypad>
3141               <xexpand>True</xexpand>
3142               <yexpand>True</yexpand>
3143               <xshrink>False</xshrink>
3144               <yshrink>False</yshrink>
3145               <xfill>False</xfill>
3146               <yfill>False</yfill>
3147             </child>
3148           </widget>
3149
3150           <widget>
3151             <class>GnomeEntry</class>
3152             <name>preferences_network_server_combo</name>
3153             <max_saved>10</max_saved>
3154             <child>
3155               <left_attach>1</left_attach>
3156               <right_attach>2</right_attach>
3157               <top_attach>0</top_attach>
3158               <bottom_attach>1</bottom_attach>
3159               <xpad>0</xpad>
3160               <ypad>0</ypad>
3161               <xexpand>True</xexpand>
3162               <yexpand>True</yexpand>
3163               <xshrink>False</xshrink>
3164               <yshrink>False</yshrink>
3165               <xfill>True</xfill>
3166               <yfill>False</yfill>
3167             </child>
3168
3169             <widget>
3170               <class>GtkEntry</class>
3171               <child_name>GnomeEntry:entry</child_name>
3172               <name>preferences_network_server_entry</name>
3173               <can_focus>True</can_focus>
3174               <editable>True</editable>
3175               <text_visible>True</text_visible>
3176               <text_max_length>0</text_max_length>
3177               <text>vls</text>
3178             </widget>
3179           </widget>
3180
3181           <widget>
3182             <class>GnomeEntry</class>
3183             <name>preferences_network_broadcast_combo</name>
3184             <max_saved>10</max_saved>
3185             <child>
3186               <left_attach>1</left_attach>
3187               <right_attach>2</right_attach>
3188               <top_attach>2</top_attach>
3189               <bottom_attach>3</bottom_attach>
3190               <xpad>0</xpad>
3191               <ypad>0</ypad>
3192               <xexpand>True</xexpand>
3193               <yexpand>True</yexpand>
3194               <xshrink>False</xshrink>
3195               <yshrink>False</yshrink>
3196               <xfill>True</xfill>
3197               <yfill>False</yfill>
3198             </child>
3199
3200             <widget>
3201               <class>GtkEntry</class>
3202               <child_name>GnomeEntry:entry</child_name>
3203               <name>preferences_network_broadcast_entry</name>
3204               <can_focus>True</can_focus>
3205               <editable>True</editable>
3206               <text_visible>True</text_visible>
3207               <text_max_length>0</text_max_length>
3208               <text></text>
3209             </widget>
3210           </widget>
3211
3212           <widget>
3213             <class>GtkCheckButton</class>
3214             <name>preferences_network_broadcast_checkbutton</name>
3215             <can_focus>True</can_focus>
3216             <label>Broadcast mode</label>
3217             <active>False</active>
3218             <draw_indicator>True</draw_indicator>
3219             <child>
3220               <left_attach>0</left_attach>
3221               <right_attach>1</right_attach>
3222               <top_attach>3</top_attach>
3223               <bottom_attach>4</bottom_attach>
3224               <xpad>0</xpad>
3225               <ypad>0</ypad>
3226               <xexpand>True</xexpand>
3227               <yexpand>True</yexpand>
3228               <xshrink>False</xshrink>
3229               <yshrink>False</yshrink>
3230               <xfill>False</xfill>
3231               <yfill>False</yfill>
3232             </child>
3233           </widget>
3234
3235           <widget>
3236             <class>GtkRadioButton</class>
3237             <name>preferences_network_ts_radiobutton</name>
3238             <can_focus>True</can_focus>
3239             <label>TS</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>4</top_attach>
3247               <bottom_attach>5</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_rtp_radiobutton</name>
3262             <can_focus>True</can_focus>
3263             <label>RTP</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>5</top_attach>
3271               <bottom_attach>6</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>GtkRadioButton</class>
3285             <name>preferences_network_http_radiobutton</name>
3286             <can_focus>True</can_focus>
3287             <label>HTTP</label>
3288             <active>False</active>
3289             <draw_indicator>True</draw_indicator>
3290             <group>preferences_network_protocol_group</group>
3291             <child>
3292               <left_attach>1</left_attach>
3293               <right_attach>2</right_attach>
3294               <top_attach>6</top_attach>
3295               <bottom_attach>7</bottom_attach>
3296               <xpad>0</xpad>
3297               <ypad>0</ypad>
3298               <xexpand>False</xexpand>
3299               <yexpand>False</yexpand>
3300               <xshrink>False</xshrink>
3301               <yshrink>True</yshrink>
3302               <xfill>True</xfill>
3303               <yfill>False</yfill>
3304             </child>
3305           </widget>
3306
3307           <widget>
3308             <class>GtkLabel</class>
3309             <name>preferences_network_protocol_label</name>
3310             <label>Default protocol: </label>
3311             <justify>GTK_JUSTIFY_CENTER</justify>
3312             <wrap>False</wrap>
3313             <xalign>0</xalign>
3314             <yalign>0.5</yalign>
3315             <xpad>0</xpad>
3316             <ypad>0</ypad>
3317             <child>
3318               <left_attach>0</left_attach>
3319               <right_attach>1</right_attach>
3320               <top_attach>4</top_attach>
3321               <bottom_attach>7</bottom_attach>
3322               <xpad>0</xpad>
3323               <ypad>0</ypad>
3324               <xexpand>True</xexpand>
3325               <yexpand>True</yexpand>
3326               <xshrink>False</xshrink>
3327               <yshrink>True</yshrink>
3328               <xfill>False</xfill>
3329               <yfill>False</yfill>
3330             </child>
3331           </widget>
3332         </widget>
3333
3334         <widget>
3335           <class>GtkLabel</class>
3336           <child_name>Notebook:tab</child_name>
3337           <name>preferences_network</name>
3338           <label>Network</label>
3339           <justify>GTK_JUSTIFY_CENTER</justify>
3340           <wrap>False</wrap>
3341           <xalign>0.5</xalign>
3342           <yalign>0.5</yalign>
3343           <xpad>0</xpad>
3344           <ypad>0</ypad>
3345         </widget>
3346
3347         <widget>
3348           <class>GtkTable</class>
3349           <name>preferences_network_interface_table</name>
3350           <border_width>5</border_width>
3351           <rows>1</rows>
3352           <columns>2</columns>
3353           <homogeneous>False</homogeneous>
3354           <row_spacing>5</row_spacing>
3355           <column_spacing>5</column_spacing>
3356
3357           <widget>
3358             <class>GtkLabel</class>
3359             <name>preferences_interface_label</name>
3360             <label>Default interface: </label>
3361             <justify>GTK_JUSTIFY_CENTER</justify>
3362             <wrap>False</wrap>
3363             <xalign>0</xalign>
3364             <yalign>0.5</yalign>
3365             <xpad>0</xpad>
3366             <ypad>0</ypad>
3367             <child>
3368               <left_attach>0</left_attach>
3369               <right_attach>1</right_attach>
3370               <top_attach>0</top_attach>
3371               <bottom_attach>1</bottom_attach>
3372               <xpad>0</xpad>
3373               <ypad>0</ypad>
3374               <xexpand>True</xexpand>
3375               <yexpand>True</yexpand>
3376               <xshrink>False</xshrink>
3377               <yshrink>False</yshrink>
3378               <xfill>False</xfill>
3379               <yfill>False</yfill>
3380             </child>
3381           </widget>
3382
3383           <widget>
3384             <class>GnomeEntry</class>
3385             <name>preferences_interface_combo</name>
3386             <max_saved>10</max_saved>
3387             <child>
3388               <left_attach>1</left_attach>
3389               <right_attach>2</right_attach>
3390               <top_attach>0</top_attach>
3391               <bottom_attach>1</bottom_attach>
3392               <xpad>0</xpad>
3393               <ypad>0</ypad>
3394               <xexpand>True</xexpand>
3395               <yexpand>True</yexpand>
3396               <xshrink>False</xshrink>
3397               <yshrink>False</yshrink>
3398               <xfill>True</xfill>
3399               <yfill>False</yfill>
3400             </child>
3401
3402             <widget>
3403               <class>GtkEntry</class>
3404               <child_name>GnomeEntry:entry</child_name>
3405               <name>preferences_interface_entry</name>
3406               <can_focus>True</can_focus>
3407               <editable>True</editable>
3408               <text_visible>True</text_visible>
3409               <text_max_length>0</text_max_length>
3410               <text></text>
3411             </widget>
3412           </widget>
3413         </widget>
3414
3415         <widget>
3416           <class>GtkLabel</class>
3417           <child_name>Notebook:tab</child_name>
3418           <name>preferences_interface</name>
3419           <label>Interface</label>
3420           <justify>GTK_JUSTIFY_CENTER</justify>
3421           <wrap>False</wrap>
3422           <xalign>0.5</xalign>
3423           <yalign>0.5</yalign>
3424           <xpad>0</xpad>
3425           <ypad>0</ypad>
3426         </widget>
3427
3428         <widget>
3429           <class>GtkTable</class>
3430           <name>preferences_video_table</name>
3431           <border_width>5</border_width>
3432           <rows>7</rows>
3433           <columns>2</columns>
3434           <homogeneous>False</homogeneous>
3435           <row_spacing>5</row_spacing>
3436           <column_spacing>5</column_spacing>
3437
3438           <widget>
3439             <class>GtkLabel</class>
3440             <name>preferences_video_output_label</name>
3441             <label>Default output: </label>
3442             <justify>GTK_JUSTIFY_CENTER</justify>
3443             <wrap>False</wrap>
3444             <xalign>0</xalign>
3445             <yalign>0.5</yalign>
3446             <xpad>0</xpad>
3447             <ypad>0</ypad>
3448             <child>
3449               <left_attach>0</left_attach>
3450               <right_attach>1</right_attach>
3451               <top_attach>0</top_attach>
3452               <bottom_attach>1</bottom_attach>
3453               <xpad>0</xpad>
3454               <ypad>0</ypad>
3455               <xexpand>True</xexpand>
3456               <yexpand>True</yexpand>
3457               <xshrink>False</xshrink>
3458               <yshrink>False</yshrink>
3459               <xfill>False</xfill>
3460               <yfill>False</yfill>
3461             </child>
3462           </widget>
3463
3464           <widget>
3465             <class>GtkLabel</class>
3466             <name>preferences_video_height</name>
3467             <label>Default height: </label>
3468             <justify>GTK_JUSTIFY_CENTER</justify>
3469             <wrap>False</wrap>
3470             <xalign>0</xalign>
3471             <yalign>0.5</yalign>
3472             <xpad>0</xpad>
3473             <ypad>0</ypad>
3474             <child>
3475               <left_attach>0</left_attach>
3476               <right_attach>1</right_attach>
3477               <top_attach>2</top_attach>
3478               <bottom_attach>3</bottom_attach>
3479               <xpad>0</xpad>
3480               <ypad>0</ypad>
3481               <xexpand>True</xexpand>
3482               <yexpand>True</yexpand>
3483               <xshrink>False</xshrink>
3484               <yshrink>False</yshrink>
3485               <xfill>False</xfill>
3486               <yfill>False</yfill>
3487             </child>
3488           </widget>
3489
3490           <widget>
3491             <class>GtkSpinButton</class>
3492             <name>preferences_video_height_spinbutton</name>
3493             <can_focus>True</can_focus>
3494             <climb_rate>1</climb_rate>
3495             <digits>0</digits>
3496             <numeric>False</numeric>
3497             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3498             <snap>False</snap>
3499             <wrap>False</wrap>
3500             <value>576</value>
3501             <lower>0</lower>
3502             <upper>1600</upper>
3503             <step>1</step>
3504             <page>10</page>
3505             <page_size>10</page_size>
3506             <child>
3507               <left_attach>1</left_attach>
3508               <right_attach>2</right_attach>
3509               <top_attach>2</top_attach>
3510               <bottom_attach>3</bottom_attach>
3511               <xpad>0</xpad>
3512               <ypad>0</ypad>
3513               <xexpand>True</xexpand>
3514               <yexpand>True</yexpand>
3515               <xshrink>False</xshrink>
3516               <yshrink>False</yshrink>
3517               <xfill>True</xfill>
3518               <yfill>False</yfill>
3519             </child>
3520           </widget>
3521
3522           <widget>
3523             <class>GtkSpinButton</class>
3524             <name>preferences_video_width_spinbutton</name>
3525             <can_focus>True</can_focus>
3526             <climb_rate>1</climb_rate>
3527             <digits>0</digits>
3528             <numeric>False</numeric>
3529             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3530             <snap>False</snap>
3531             <wrap>False</wrap>
3532             <value>720</value>
3533             <lower>100</lower>
3534             <upper>1600</upper>
3535             <step>1</step>
3536             <page>10</page>
3537             <page_size>10</page_size>
3538             <child>
3539               <left_attach>1</left_attach>
3540               <right_attach>2</right_attach>
3541               <top_attach>1</top_attach>
3542               <bottom_attach>2</bottom_attach>
3543               <xpad>0</xpad>
3544               <ypad>0</ypad>
3545               <xexpand>True</xexpand>
3546               <yexpand>True</yexpand>
3547               <xshrink>False</xshrink>
3548               <yshrink>False</yshrink>
3549               <xfill>True</xfill>
3550               <yfill>False</yfill>
3551             </child>
3552           </widget>
3553
3554           <widget>
3555             <class>GtkLabel</class>
3556             <name>preferences_video_width_label</name>
3557             <label>Default width: </label>
3558             <justify>GTK_JUSTIFY_CENTER</justify>
3559             <wrap>False</wrap>
3560             <xalign>0</xalign>
3561             <yalign>0.5</yalign>
3562             <xpad>0</xpad>
3563             <ypad>0</ypad>
3564             <child>
3565               <left_attach>0</left_attach>
3566               <right_attach>1</right_attach>
3567               <top_attach>1</top_attach>
3568               <bottom_attach>2</bottom_attach>
3569               <xpad>0</xpad>
3570               <ypad>0</ypad>
3571               <xexpand>True</xexpand>
3572               <yexpand>True</yexpand>
3573               <xshrink>False</xshrink>
3574               <yshrink>False</yshrink>
3575               <xfill>False</xfill>
3576               <yfill>False</yfill>
3577             </child>
3578           </widget>
3579
3580           <widget>
3581             <class>GnomeEntry</class>
3582             <name>preferences_video_output_combo</name>
3583             <max_saved>10</max_saved>
3584             <child>
3585               <left_attach>1</left_attach>
3586               <right_attach>2</right_attach>
3587               <top_attach>0</top_attach>
3588               <bottom_attach>1</bottom_attach>
3589               <xpad>0</xpad>
3590               <ypad>0</ypad>
3591               <xexpand>True</xexpand>
3592               <yexpand>True</yexpand>
3593               <xshrink>False</xshrink>
3594               <yshrink>False</yshrink>
3595               <xfill>True</xfill>
3596               <yfill>False</yfill>
3597             </child>
3598
3599             <widget>
3600               <class>GtkEntry</class>
3601               <child_name>GnomeEntry:entry</child_name>
3602               <name>preferences_video_output_entry</name>
3603               <can_focus>True</can_focus>
3604               <editable>True</editable>
3605               <text_visible>True</text_visible>
3606               <text_max_length>0</text_max_length>
3607               <text></text>
3608             </widget>
3609           </widget>
3610
3611           <widget>
3612             <class>GtkLabel</class>
3613             <name>preferences_video_depth</name>
3614             <label>Default depth:</label>
3615             <justify>GTK_JUSTIFY_CENTER</justify>
3616             <wrap>False</wrap>
3617             <xalign>0</xalign>
3618             <yalign>0.5</yalign>
3619             <xpad>0</xpad>
3620             <ypad>0</ypad>
3621             <child>
3622               <left_attach>0</left_attach>
3623               <right_attach>1</right_attach>
3624               <top_attach>3</top_attach>
3625               <bottom_attach>4</bottom_attach>
3626               <xpad>0</xpad>
3627               <ypad>0</ypad>
3628               <xexpand>True</xexpand>
3629               <yexpand>True</yexpand>
3630               <xshrink>False</xshrink>
3631               <yshrink>False</yshrink>
3632               <xfill>False</xfill>
3633               <yfill>False</yfill>
3634             </child>
3635           </widget>
3636
3637           <widget>
3638             <class>GtkOptionMenu</class>
3639             <name>preferences_video_depth_optionmenu</name>
3640             <can_focus>True</can_focus>
3641             <items>15 bits
3642 16 bits
3643 32 bits
3644 </items>
3645             <initial_choice>1</initial_choice>
3646             <child>
3647               <left_attach>1</left_attach>
3648               <right_attach>2</right_attach>
3649               <top_attach>3</top_attach>
3650               <bottom_attach>4</bottom_attach>
3651               <xpad>0</xpad>
3652               <ypad>0</ypad>
3653               <xexpand>True</xexpand>
3654               <yexpand>True</yexpand>
3655               <xshrink>False</xshrink>
3656               <yshrink>False</yshrink>
3657               <xfill>True</xfill>
3658               <yfill>False</yfill>
3659             </child>
3660           </widget>
3661
3662           <widget>
3663             <class>GtkLabel</class>
3664             <name>preferences_video_fullscreen_depth</name>
3665             <label>Fullscreen depth:</label>
3666             <justify>GTK_JUSTIFY_CENTER</justify>
3667             <wrap>False</wrap>
3668             <xalign>0</xalign>
3669             <yalign>0.5</yalign>
3670             <xpad>0</xpad>
3671             <ypad>0</ypad>
3672             <child>
3673               <left_attach>0</left_attach>
3674               <right_attach>1</right_attach>
3675               <top_attach>4</top_attach>
3676               <bottom_attach>5</bottom_attach>
3677               <xpad>0</xpad>
3678               <ypad>0</ypad>
3679               <xexpand>True</xexpand>
3680               <yexpand>True</yexpand>
3681               <xshrink>False</xshrink>
3682               <yshrink>False</yshrink>
3683               <xfill>False</xfill>
3684               <yfill>False</yfill>
3685             </child>
3686           </widget>
3687
3688           <widget>
3689             <class>GtkOptionMenu</class>
3690             <name>preferences_video_fullscreen_depth_optionmenu</name>
3691             <can_focus>True</can_focus>
3692             <items>15 bits
3693 16 bits
3694 32 bits
3695 </items>
3696             <initial_choice>2</initial_choice>
3697             <child>
3698               <left_attach>1</left_attach>
3699               <right_attach>2</right_attach>
3700               <top_attach>4</top_attach>
3701               <bottom_attach>5</bottom_attach>
3702               <xpad>0</xpad>
3703               <ypad>0</ypad>
3704               <xexpand>True</xexpand>
3705               <yexpand>True</yexpand>
3706               <xshrink>False</xshrink>
3707               <yshrink>False</yshrink>
3708               <xfill>True</xfill>
3709               <yfill>True</yfill>
3710             </child>
3711           </widget>
3712
3713           <widget>
3714             <class>GtkCheckButton</class>
3715             <name>preferences_video_fullscreen_checkbutton</name>
3716             <can_focus>True</can_focus>
3717             <label>Fullscreen on play</label>
3718             <active>False</active>
3719             <draw_indicator>True</draw_indicator>
3720             <child>
3721               <left_attach>0</left_attach>
3722               <right_attach>1</right_attach>
3723               <top_attach>6</top_attach>
3724               <bottom_attach>7</bottom_attach>
3725               <xpad>0</xpad>
3726               <ypad>0</ypad>
3727               <xexpand>True</xexpand>
3728               <yexpand>True</yexpand>
3729               <xshrink>False</xshrink>
3730               <yshrink>False</yshrink>
3731               <xfill>False</xfill>
3732               <yfill>False</yfill>
3733             </child>
3734           </widget>
3735
3736           <widget>
3737             <class>GtkCheckButton</class>
3738             <name>preferences_video_grayscale_checkbutton</name>
3739             <can_focus>True</can_focus>
3740             <label>Grayscale</label>
3741             <active>False</active>
3742             <draw_indicator>True</draw_indicator>
3743             <child>
3744               <left_attach>1</left_attach>
3745               <right_attach>2</right_attach>
3746               <top_attach>6</top_attach>
3747               <bottom_attach>7</bottom_attach>
3748               <xpad>0</xpad>
3749               <ypad>0</ypad>
3750               <xexpand>True</xexpand>
3751               <yexpand>True</yexpand>
3752               <xshrink>False</xshrink>
3753               <yshrink>False</yshrink>
3754               <xfill>False</xfill>
3755               <yfill>False</yfill>
3756             </child>
3757           </widget>
3758
3759           <widget>
3760             <class>GtkLabel</class>
3761             <name>preferences_video_gamma_label</name>
3762             <label>Gamma:</label>
3763             <justify>GTK_JUSTIFY_CENTER</justify>
3764             <wrap>False</wrap>
3765             <xalign>0</xalign>
3766             <yalign>0.5</yalign>
3767             <xpad>0</xpad>
3768             <ypad>0</ypad>
3769             <child>
3770               <left_attach>0</left_attach>
3771               <right_attach>1</right_attach>
3772               <top_attach>5</top_attach>
3773               <bottom_attach>6</bottom_attach>
3774               <xpad>0</xpad>
3775               <ypad>0</ypad>
3776               <xexpand>True</xexpand>
3777               <yexpand>True</yexpand>
3778               <xshrink>False</xshrink>
3779               <yshrink>False</yshrink>
3780               <xfill>False</xfill>
3781               <yfill>False</yfill>
3782             </child>
3783           </widget>
3784
3785           <widget>
3786             <class>GtkSpinButton</class>
3787             <name>spinbutton4</name>
3788             <can_focus>True</can_focus>
3789             <climb_rate>1</climb_rate>
3790             <digits>1</digits>
3791             <numeric>False</numeric>
3792             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3793             <snap>False</snap>
3794             <wrap>False</wrap>
3795             <value>0</value>
3796             <lower>0</lower>
3797             <upper>5</upper>
3798             <step>0.1</step>
3799             <page>10</page>
3800             <page_size>10</page_size>
3801             <child>
3802               <left_attach>1</left_attach>
3803               <right_attach>2</right_attach>
3804               <top_attach>5</top_attach>
3805               <bottom_attach>6</bottom_attach>
3806               <xpad>0</xpad>
3807               <ypad>0</ypad>
3808               <xexpand>True</xexpand>
3809               <yexpand>False</yexpand>
3810               <xshrink>False</xshrink>
3811               <yshrink>False</yshrink>
3812               <xfill>True</xfill>
3813               <yfill>False</yfill>
3814             </child>
3815           </widget>
3816         </widget>
3817
3818         <widget>
3819           <class>GtkLabel</class>
3820           <child_name>Notebook:tab</child_name>
3821           <name>preferences_video</name>
3822           <label>Video</label>
3823           <justify>GTK_JUSTIFY_CENTER</justify>
3824           <wrap>False</wrap>
3825           <xalign>0.5</xalign>
3826           <yalign>0.5</yalign>
3827           <xpad>0</xpad>
3828           <ypad>0</ypad>
3829         </widget>
3830
3831         <widget>
3832           <class>GtkTable</class>
3833           <name>preference_audio_table</name>
3834           <border_width>5</border_width>
3835           <rows>6</rows>
3836           <columns>2</columns>
3837           <homogeneous>False</homogeneous>
3838           <row_spacing>5</row_spacing>
3839           <column_spacing>5</column_spacing>
3840
3841           <widget>
3842             <class>GtkCheckButton</class>
3843             <name>preferences_audio_spdif_checkbutton</name>
3844             <can_focus>True</can_focus>
3845             <label>Spdif output</label>
3846             <active>False</active>
3847             <draw_indicator>True</draw_indicator>
3848             <child>
3849               <left_attach>0</left_attach>
3850               <right_attach>2</right_attach>
3851               <top_attach>5</top_attach>
3852               <bottom_attach>6</bottom_attach>
3853               <xpad>0</xpad>
3854               <ypad>0</ypad>
3855               <xexpand>True</xexpand>
3856               <yexpand>True</yexpand>
3857               <xshrink>False</xshrink>
3858               <yshrink>False</yshrink>
3859               <xfill>False</xfill>
3860               <yfill>False</yfill>
3861             </child>
3862           </widget>
3863
3864           <widget>
3865             <class>GtkLabel</class>
3866             <name>preferences_audio_output_label</name>
3867             <label>Default output: </label>
3868             <justify>GTK_JUSTIFY_CENTER</justify>
3869             <wrap>False</wrap>
3870             <xalign>0</xalign>
3871             <yalign>0.5</yalign>
3872             <xpad>0</xpad>
3873             <ypad>0</ypad>
3874             <child>
3875               <left_attach>0</left_attach>
3876               <right_attach>1</right_attach>
3877               <top_attach>0</top_attach>
3878               <bottom_attach>1</bottom_attach>
3879               <xpad>0</xpad>
3880               <ypad>0</ypad>
3881               <xexpand>True</xexpand>
3882               <yexpand>True</yexpand>
3883               <xshrink>False</xshrink>
3884               <yshrink>False</yshrink>
3885               <xfill>False</xfill>
3886               <yfill>False</yfill>
3887             </child>
3888           </widget>
3889
3890           <widget>
3891             <class>GnomeEntry</class>
3892             <name>preferences_audio_output_combo</name>
3893             <max_saved>10</max_saved>
3894             <child>
3895               <left_attach>1</left_attach>
3896               <right_attach>2</right_attach>
3897               <top_attach>0</top_attach>
3898               <bottom_attach>1</bottom_attach>
3899               <xpad>0</xpad>
3900               <ypad>0</ypad>
3901               <xexpand>True</xexpand>
3902               <yexpand>True</yexpand>
3903               <xshrink>False</xshrink>
3904               <yshrink>False</yshrink>
3905               <xfill>True</xfill>
3906               <yfill>False</yfill>
3907             </child>
3908
3909             <widget>
3910               <class>GtkEntry</class>
3911               <child_name>GnomeEntry:entry</child_name>
3912               <name>preferences_audio_output_entry</name>
3913               <can_focus>True</can_focus>
3914               <editable>True</editable>
3915               <text_visible>True</text_visible>
3916               <text_max_length>0</text_max_length>
3917               <text></text>
3918             </widget>
3919           </widget>
3920
3921           <widget>
3922             <class>GtkLabel</class>
3923             <name>preferences_audio_frequency_label</name>
3924             <label>Frequency: </label>
3925             <justify>GTK_JUSTIFY_CENTER</justify>
3926             <wrap>False</wrap>
3927             <xalign>0</xalign>
3928             <yalign>0.5</yalign>
3929             <xpad>0</xpad>
3930             <ypad>0</ypad>
3931             <child>
3932               <left_attach>0</left_attach>
3933               <right_attach>1</right_attach>
3934               <top_attach>2</top_attach>
3935               <bottom_attach>3</bottom_attach>
3936               <xpad>0</xpad>
3937               <ypad>0</ypad>
3938               <xexpand>True</xexpand>
3939               <yexpand>True</yexpand>
3940               <xshrink>False</xshrink>
3941               <yshrink>False</yshrink>
3942               <xfill>False</xfill>
3943               <yfill>False</yfill>
3944             </child>
3945           </widget>
3946
3947           <widget>
3948             <class>GtkOptionMenu</class>
3949             <name>preferences_audio_frequency_optionmenu</name>
3950             <can_focus>True</can_focus>
3951             <items>48000 Hz
3952 44100 Hz
3953 32000 Hz
3954 22050 Hz
3955 </items>
3956             <initial_choice>0</initial_choice>
3957             <child>
3958               <left_attach>1</left_attach>
3959               <right_attach>2</right_attach>
3960               <top_attach>2</top_attach>
3961               <bottom_attach>3</bottom_attach>
3962               <xpad>0</xpad>
3963               <ypad>0</ypad>
3964               <xexpand>True</xexpand>
3965               <yexpand>True</yexpand>
3966               <xshrink>False</xshrink>
3967               <yshrink>False</yshrink>
3968               <xfill>True</xfill>
3969               <yfill>False</yfill>
3970             </child>
3971           </widget>
3972
3973           <widget>
3974             <class>GtkLabel</class>
3975             <name>preferences_audio_quality_label</name>
3976             <label>Quality: </label>
3977             <justify>GTK_JUSTIFY_CENTER</justify>
3978             <wrap>False</wrap>
3979             <xalign>0</xalign>
3980             <yalign>0.5</yalign>
3981             <xpad>0</xpad>
3982             <ypad>0</ypad>
3983             <child>
3984               <left_attach>0</left_attach>
3985               <right_attach>1</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>False</xfill>
3995               <yfill>False</yfill>
3996             </child>
3997           </widget>
3998
3999           <widget>
4000             <class>GtkOptionMenu</class>
4001             <name>preferences_audio_quality_optionmenu</name>
4002             <can_focus>True</can_focus>
4003             <items>16 bits
4004 8 bits
4005 </items>
4006             <initial_choice>0</initial_choice>
4007             <child>
4008               <left_attach>1</left_attach>
4009               <right_attach>2</right_attach>
4010               <top_attach>3</top_attach>
4011               <bottom_attach>4</bottom_attach>
4012               <xpad>0</xpad>
4013               <ypad>0</ypad>
4014               <xexpand>True</xexpand>
4015               <yexpand>True</yexpand>
4016               <xshrink>False</xshrink>
4017               <yshrink>False</yshrink>
4018               <xfill>True</xfill>
4019               <yfill>False</yfill>
4020             </child>
4021           </widget>
4022
4023           <widget>
4024             <class>GtkLabel</class>
4025             <name>preferences_audio_channels_label</name>
4026             <label>Channels: </label>
4027             <justify>GTK_JUSTIFY_CENTER</justify>
4028             <wrap>False</wrap>
4029             <xalign>0</xalign>
4030             <yalign>0.5</yalign>
4031             <xpad>0</xpad>
4032             <ypad>0</ypad>
4033             <child>
4034               <left_attach>0</left_attach>
4035               <right_attach>1</right_attach>
4036               <top_attach>4</top_attach>
4037               <bottom_attach>5</bottom_attach>
4038               <xpad>0</xpad>
4039               <ypad>0</ypad>
4040               <xexpand>True</xexpand>
4041               <yexpand>True</yexpand>
4042               <xshrink>False</xshrink>
4043               <yshrink>False</yshrink>
4044               <xfill>False</xfill>
4045               <yfill>False</yfill>
4046             </child>
4047           </widget>
4048
4049           <widget>
4050             <class>GtkOptionMenu</class>
4051             <name>preferences_audio_channels_optionmenu</name>
4052             <can_focus>True</can_focus>
4053             <items>Mono
4054 Stereo
4055 </items>
4056             <initial_choice>1</initial_choice>
4057             <child>
4058               <left_attach>1</left_attach>
4059               <right_attach>2</right_attach>
4060               <top_attach>4</top_attach>
4061               <bottom_attach>5</bottom_attach>
4062               <xpad>0</xpad>
4063               <ypad>0</ypad>
4064               <xexpand>False</xexpand>
4065               <yexpand>False</yexpand>
4066               <xshrink>False</xshrink>
4067               <yshrink>False</yshrink>
4068               <xfill>True</xfill>
4069               <yfill>False</yfill>
4070             </child>
4071           </widget>
4072
4073           <widget>
4074             <class>GtkLabel</class>
4075             <name>preferences_audio_device_label</name>
4076             <label>Default device:</label>
4077             <justify>GTK_JUSTIFY_CENTER</justify>
4078             <wrap>False</wrap>
4079             <xalign>0</xalign>
4080             <yalign>0.5</yalign>
4081             <xpad>0</xpad>
4082             <ypad>0</ypad>
4083             <child>
4084               <left_attach>0</left_attach>
4085               <right_attach>1</right_attach>
4086               <top_attach>1</top_attach>
4087               <bottom_attach>2</bottom_attach>
4088               <xpad>0</xpad>
4089               <ypad>0</ypad>
4090               <xexpand>True</xexpand>
4091               <yexpand>True</yexpand>
4092               <xshrink>False</xshrink>
4093               <yshrink>False</yshrink>
4094               <xfill>False</xfill>
4095               <yfill>False</yfill>
4096             </child>
4097           </widget>
4098
4099           <widget>
4100             <class>GnomeEntry</class>
4101             <name>preferences_audio_device_combo</name>
4102             <max_saved>10</max_saved>
4103             <child>
4104               <left_attach>1</left_attach>
4105               <right_attach>2</right_attach>
4106               <top_attach>1</top_attach>
4107               <bottom_attach>2</bottom_attach>
4108               <xpad>0</xpad>
4109               <ypad>0</ypad>
4110               <xexpand>True</xexpand>
4111               <yexpand>True</yexpand>
4112               <xshrink>False</xshrink>
4113               <yshrink>False</yshrink>
4114               <xfill>True</xfill>
4115               <yfill>False</yfill>
4116             </child>
4117
4118             <widget>
4119               <class>GtkEntry</class>
4120               <child_name>GnomeEntry:entry</child_name>
4121               <name>preferences_audio_device_entry</name>
4122               <can_focus>True</can_focus>
4123               <editable>True</editable>
4124               <text_visible>True</text_visible>
4125               <text_max_length>0</text_max_length>
4126               <text></text>
4127             </widget>
4128           </widget>
4129         </widget>
4130
4131         <widget>
4132           <class>GtkLabel</class>
4133           <child_name>Notebook:tab</child_name>
4134           <name>preferences_audio</name>
4135           <label>Audio</label>
4136           <justify>GTK_JUSTIFY_CENTER</justify>
4137           <wrap>False</wrap>
4138           <xalign>0.5</xalign>
4139           <yalign>0.5</yalign>
4140           <xpad>0</xpad>
4141           <ypad>0</ypad>
4142         </widget>
4143
4144         <widget>
4145           <class>GtkTable</class>
4146           <name>preference_playlist_table</name>
4147           <border_width>5</border_width>
4148           <rows>3</rows>
4149           <columns>1</columns>
4150           <homogeneous>False</homogeneous>
4151           <row_spacing>5</row_spacing>
4152           <column_spacing>5</column_spacing>
4153
4154           <widget>
4155             <class>GtkCheckButton</class>
4156             <name>preferences_playlist_startup_checkbutton</name>
4157             <can_focus>True</can_focus>
4158             <label>Launch on startup</label>
4159             <active>False</active>
4160             <draw_indicator>True</draw_indicator>
4161             <child>
4162               <left_attach>0</left_attach>
4163               <right_attach>1</right_attach>
4164               <top_attach>0</top_attach>
4165               <bottom_attach>1</bottom_attach>
4166               <xpad>0</xpad>
4167               <ypad>0</ypad>
4168               <xexpand>True</xexpand>
4169               <yexpand>True</yexpand>
4170               <xshrink>False</xshrink>
4171               <yshrink>False</yshrink>
4172               <xfill>False</xfill>
4173               <yfill>False</yfill>
4174             </child>
4175           </widget>
4176
4177           <widget>
4178             <class>GtkCheckButton</class>
4179             <name>preferences_playlist_loop_checkbutton</name>
4180             <can_focus>True</can_focus>
4181             <label>Loop on playlist end</label>
4182             <active>False</active>
4183             <draw_indicator>True</draw_indicator>
4184             <child>
4185               <left_attach>0</left_attach>
4186               <right_attach>1</right_attach>
4187               <top_attach>2</top_attach>
4188               <bottom_attach>3</bottom_attach>
4189               <xpad>0</xpad>
4190               <ypad>0</ypad>
4191               <xexpand>True</xexpand>
4192               <yexpand>True</yexpand>
4193               <xshrink>False</xshrink>
4194               <yshrink>False</yshrink>
4195               <xfill>False</xfill>
4196               <yfill>False</yfill>
4197             </child>
4198           </widget>
4199
4200           <widget>
4201             <class>GtkCheckButton</class>
4202             <name>preferences_playlist_enqueue_checkbutton</name>
4203             <can_focus>True</can_focus>
4204             <label>Enqueue as default</label>
4205             <active>False</active>
4206             <draw_indicator>True</draw_indicator>
4207             <child>
4208               <left_attach>0</left_attach>
4209               <right_attach>1</right_attach>
4210               <top_attach>1</top_attach>
4211               <bottom_attach>2</bottom_attach>
4212               <xpad>0</xpad>
4213               <ypad>0</ypad>
4214               <xexpand>True</xexpand>
4215               <yexpand>True</yexpand>
4216               <xshrink>False</xshrink>
4217               <yshrink>False</yshrink>
4218               <xfill>False</xfill>
4219               <yfill>False</yfill>
4220             </child>
4221           </widget>
4222         </widget>
4223
4224         <widget>
4225           <class>GtkLabel</class>
4226           <child_name>Notebook:tab</child_name>
4227           <name>preferences_playlist</name>
4228           <label>Playlist</label>
4229           <justify>GTK_JUSTIFY_CENTER</justify>
4230           <wrap>False</wrap>
4231           <xalign>0.5</xalign>
4232           <yalign>0.5</yalign>
4233           <xpad>0</xpad>
4234           <ypad>0</ypad>
4235         </widget>
4236
4237         <widget>
4238           <class>GtkTable</class>
4239           <name>preferences_misc_table</name>
4240           <border_width>5</border_width>
4241           <rows>1</rows>
4242           <columns>2</columns>
4243           <homogeneous>False</homogeneous>
4244           <row_spacing>5</row_spacing>
4245           <column_spacing>5</column_spacing>
4246
4247           <widget>
4248             <class>GtkFrame</class>
4249             <name>preferences_misc_associated_files_frame</name>
4250             <sensitive>False</sensitive>
4251             <label>Files associated with vlc</label>
4252             <label_xalign>0.05</label_xalign>
4253             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4254             <child>
4255               <left_attach>0</left_attach>
4256               <right_attach>1</right_attach>
4257               <top_attach>0</top_attach>
4258               <bottom_attach>1</bottom_attach>
4259               <xpad>0</xpad>
4260               <ypad>0</ypad>
4261               <xexpand>True</xexpand>
4262               <yexpand>False</yexpand>
4263               <xshrink>False</xshrink>
4264               <yshrink>False</yshrink>
4265               <xfill>False</xfill>
4266               <yfill>True</yfill>
4267             </child>
4268
4269             <widget>
4270               <class>GtkTable</class>
4271               <name>preferences_misc_associated_table</name>
4272               <rows>4</rows>
4273               <columns>1</columns>
4274               <homogeneous>False</homogeneous>
4275               <row_spacing>0</row_spacing>
4276               <column_spacing>0</column_spacing>
4277
4278               <widget>
4279                 <class>GtkCheckButton</class>
4280                 <name>preferences_misc_ts_checkbutton</name>
4281                 <can_focus>True</can_focus>
4282                 <label>ts</label>
4283                 <active>False</active>
4284                 <draw_indicator>True</draw_indicator>
4285                 <child>
4286                   <left_attach>0</left_attach>
4287                   <right_attach>1</right_attach>
4288                   <top_attach>3</top_attach>
4289                   <bottom_attach>4</bottom_attach>
4290                   <xpad>0</xpad>
4291                   <ypad>0</ypad>
4292                   <xexpand>False</xexpand>
4293                   <yexpand>False</yexpand>
4294                   <xshrink>False</xshrink>
4295                   <yshrink>False</yshrink>
4296                   <xfill>True</xfill>
4297                   <yfill>False</yfill>
4298                 </child>
4299               </widget>
4300
4301               <widget>
4302                 <class>GtkCheckButton</class>
4303                 <name>preferences_misc_vob_checkbutton</name>
4304                 <can_focus>True</can_focus>
4305                 <label>vob</label>
4306                 <active>False</active>
4307                 <draw_indicator>True</draw_indicator>
4308                 <child>
4309                   <left_attach>0</left_attach>
4310                   <right_attach>1</right_attach>
4311                   <top_attach>2</top_attach>
4312                   <bottom_attach>3</bottom_attach>
4313                   <xpad>0</xpad>
4314                   <ypad>0</ypad>
4315                   <xexpand>False</xexpand>
4316                   <yexpand>False</yexpand>
4317                   <xshrink>False</xshrink>
4318                   <yshrink>False</yshrink>
4319                   <xfill>True</xfill>
4320                   <yfill>False</yfill>
4321                 </child>
4322               </widget>
4323
4324               <widget>
4325                 <class>GtkCheckButton</class>
4326                 <name>preferences_misc_mp2_checkbutton</name>
4327                 <can_focus>True</can_focus>
4328                 <label>mp2</label>
4329                 <active>False</active>
4330                 <draw_indicator>True</draw_indicator>
4331                 <child>
4332                   <left_attach>0</left_attach>
4333                   <right_attach>1</right_attach>
4334                   <top_attach>1</top_attach>
4335                   <bottom_attach>2</bottom_attach>
4336                   <xpad>0</xpad>
4337                   <ypad>0</ypad>
4338                   <xexpand>False</xexpand>
4339                   <yexpand>False</yexpand>
4340                   <xshrink>False</xshrink>
4341                   <yshrink>False</yshrink>
4342                   <xfill>True</xfill>
4343                   <yfill>False</yfill>
4344                 </child>
4345               </widget>
4346
4347               <widget>
4348                 <class>GtkCheckButton</class>
4349                 <name>preferences_misc_mpeg_checkbutton</name>
4350                 <can_focus>True</can_focus>
4351                 <label>mpeg</label>
4352                 <active>False</active>
4353                 <draw_indicator>True</draw_indicator>
4354                 <child>
4355                   <left_attach>0</left_attach>
4356                   <right_attach>1</right_attach>
4357                   <top_attach>0</top_attach>
4358                   <bottom_attach>1</bottom_attach>
4359                   <xpad>0</xpad>
4360                   <ypad>0</ypad>
4361                   <xexpand>False</xexpand>
4362                   <yexpand>False</yexpand>
4363                   <xshrink>False</xshrink>
4364                   <yshrink>False</yshrink>
4365                   <xfill>True</xfill>
4366                   <yfill>False</yfill>
4367                 </child>
4368               </widget>
4369             </widget>
4370           </widget>
4371
4372           <widget>
4373             <class>GtkFrame</class>
4374             <name>preferences_misc_message_frame</name>
4375             <label>Messages</label>
4376             <label_xalign>0.05</label_xalign>
4377             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4378             <child>
4379               <left_attach>1</left_attach>
4380               <right_attach>2</right_attach>
4381               <top_attach>0</top_attach>
4382               <bottom_attach>1</bottom_attach>
4383               <xpad>0</xpad>
4384               <ypad>0</ypad>
4385               <xexpand>True</xexpand>
4386               <yexpand>False</yexpand>
4387               <xshrink>False</xshrink>
4388               <yshrink>False</yshrink>
4389               <xfill>False</xfill>
4390               <yfill>True</yfill>
4391             </child>
4392
4393             <widget>
4394               <class>GtkTable</class>
4395               <name>preferences_misc_message_table</name>
4396               <rows>1</rows>
4397               <columns>2</columns>
4398               <homogeneous>False</homogeneous>
4399               <row_spacing>0</row_spacing>
4400               <column_spacing>0</column_spacing>
4401
4402               <widget>
4403                 <class>GtkLabel</class>
4404                 <name>preferences_misc_messages_label</name>
4405                 <label>Warning level: </label>
4406                 <justify>GTK_JUSTIFY_CENTER</justify>
4407                 <wrap>False</wrap>
4408                 <xalign>0.5</xalign>
4409                 <yalign>0.5</yalign>
4410                 <xpad>0</xpad>
4411                 <ypad>0</ypad>
4412                 <child>
4413                   <left_attach>0</left_attach>
4414                   <right_attach>1</right_attach>
4415                   <top_attach>0</top_attach>
4416                   <bottom_attach>1</bottom_attach>
4417                   <xpad>0</xpad>
4418                   <ypad>0</ypad>
4419                   <xexpand>False</xexpand>
4420                   <yexpand>False</yexpand>
4421                   <xshrink>False</xshrink>
4422                   <yshrink>False</yshrink>
4423                   <xfill>True</xfill>
4424                   <yfill>False</yfill>
4425                 </child>
4426               </widget>
4427
4428               <widget>
4429                 <class>GtkSpinButton</class>
4430                 <name>preferences_misc_messages_spinbutton</name>
4431                 <can_focus>True</can_focus>
4432                 <climb_rate>1</climb_rate>
4433                 <digits>0</digits>
4434                 <numeric>False</numeric>
4435                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4436                 <snap>False</snap>
4437                 <wrap>False</wrap>
4438                 <value>0</value>
4439                 <lower>0</lower>
4440                 <upper>100</upper>
4441                 <step>1</step>
4442                 <page>10</page>
4443                 <page_size>10</page_size>
4444                 <child>
4445                   <left_attach>1</left_attach>
4446                   <right_attach>2</right_attach>
4447                   <top_attach>0</top_attach>
4448                   <bottom_attach>1</bottom_attach>
4449                   <xpad>0</xpad>
4450                   <ypad>0</ypad>
4451                   <xexpand>True</xexpand>
4452                   <yexpand>False</yexpand>
4453                   <xshrink>False</xshrink>
4454                   <yshrink>False</yshrink>
4455                   <xfill>True</xfill>
4456                   <yfill>False</yfill>
4457                 </child>
4458               </widget>
4459             </widget>
4460           </widget>
4461         </widget>
4462
4463         <widget>
4464           <class>GtkLabel</class>
4465           <child_name>Notebook:tab</child_name>
4466           <name>preferences_misc</name>
4467           <label>Misc</label>
4468           <justify>GTK_JUSTIFY_CENTER</justify>
4469           <wrap>False</wrap>
4470           <xalign>0.5</xalign>
4471           <yalign>0.5</yalign>
4472           <xpad>0</xpad>
4473           <ypad>0</ypad>
4474         </widget>
4475       </widget>
4476     </widget>
4477   </widget>
4478 </widget>
4479
4480 </GTK-Interface>