~ubuntu-branches/ubuntu/wily/me-tv/wily-proposed

« back to all changes in this revision

Viewing changes to src/me-tv.glade

  • Committer: Bazaar Package Importer
  • Author(s): Scott Evans
  • Date: 2009-06-27 00:46:22 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627004622-q0zvsie6ioa60vh3
Tags: 0.9.4-0ubuntu1
* New upstream release (LP: #379706)
  - Fix to stop EPG update crashing the application
    after faulty save (LP: #72872)
  - Fixed spin buttons from GtkBuilder conversion (LP: #382197) 
  - Fixed icon on application popup menu (LP: #379685)
  - Fixed compiling of me-tv-0.8.12 fails on Fedora 11 (LP: #377020)
  - Fixed Failed to lock to channel at boot (LP: #377050)
  - Increased timeout to 5 seconds again (LP: #371165)
  - Fixed me-tv unusually slow, often freezes (LP: #351510)
  - Fixed channel persistence (LP: #361514)
  - Fix for forward slashes in description (LP: #359710)
  - Fixed Must create .me-tv directory manually (LP: #353796)
  - Fixed audio stream can't be changed (LP: #350402)
* debian/control:
  - Removed dependency libxine1-ffmpeg, libxine1-x
  - Removed libglademm-2.4-dev Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <requires lib="bonobo"/>
6
 
  <requires lib="gnome"/>
7
 
  <widget class="GtkDialog" id="dialog_program_details">
8
 
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
9
 
    <property name="border_width">5</property>
10
 
    <property name="title" translatable="yes">Me TV - Program Details</property>
11
 
    <property name="modal">True</property>
12
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
13
 
    <property name="icon">me-tv.xpm</property>
14
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
15
 
    <property name="skip_taskbar_hint">True</property>
16
 
    <property name="transient_for">application_window</property>
17
 
    <property name="has_separator">False</property>
18
 
    <child internal-child="vbox">
19
 
      <widget class="GtkVBox" id="dialog_vbox">
20
 
        <property name="visible">True</property>
21
 
        <property name="spacing">2</property>
22
 
        <child>
23
 
          <widget class="GtkTable" id="table_event">
24
 
            <property name="visible">True</property>
25
 
            <property name="n_rows">4</property>
26
 
            <property name="n_columns">2</property>
27
 
            <property name="column_spacing">5</property>
28
 
            <property name="row_spacing">5</property>
29
 
            <child>
30
 
              <widget class="GtkTextView" id="text_view_program_title">
31
 
                <property name="visible">True</property>
32
 
                <property name="can_focus">True</property>
33
 
                <property name="editable">False</property>
34
 
                <property name="cursor_visible">False</property>
35
 
              </widget>
36
 
              <packing>
37
 
                <property name="left_attach">1</property>
38
 
                <property name="right_attach">2</property>
39
 
                <property name="y_options">GTK_FILL</property>
40
 
              </packing>
41
 
            </child>
42
 
            <child>
43
 
              <widget class="GtkTextView" id="text_view_program_duration">
44
 
                <property name="visible">True</property>
45
 
                <property name="can_focus">True</property>
46
 
                <property name="editable">False</property>
47
 
                <property name="cursor_visible">False</property>
48
 
              </widget>
49
 
              <packing>
50
 
                <property name="left_attach">1</property>
51
 
                <property name="right_attach">2</property>
52
 
                <property name="top_attach">3</property>
53
 
                <property name="bottom_attach">4</property>
54
 
                <property name="y_options">GTK_FILL</property>
55
 
              </packing>
56
 
            </child>
57
 
            <child>
58
 
              <widget class="GtkLabel" id="label_event_description_label">
59
 
                <property name="visible">True</property>
60
 
                <property name="xalign">0</property>
61
 
                <property name="yalign">0</property>
62
 
                <property name="label" translatable="yes">Description:</property>
63
 
              </widget>
64
 
              <packing>
65
 
                <property name="top_attach">1</property>
66
 
                <property name="bottom_attach">2</property>
67
 
                <property name="x_options">GTK_FILL</property>
68
 
                <property name="y_options">GTK_FILL</property>
69
 
              </packing>
70
 
            </child>
71
 
            <child>
72
 
              <widget class="GtkLabel" id="label_event_title_label">
73
 
                <property name="visible">True</property>
74
 
                <property name="label" translatable="yes">Title:</property>
75
 
              </widget>
76
 
              <packing>
77
 
                <property name="x_options">GTK_FILL</property>
78
 
                <property name="y_options">GTK_FILL</property>
79
 
              </packing>
80
 
            </child>
81
 
            <child>
82
 
              <widget class="GtkLabel" id="label_event_start_time_label">
83
 
                <property name="visible">True</property>
84
 
                <property name="label" translatable="yes">Start Time:</property>
85
 
              </widget>
86
 
              <packing>
87
 
                <property name="top_attach">2</property>
88
 
                <property name="bottom_attach">3</property>
89
 
                <property name="x_options">GTK_FILL</property>
90
 
                <property name="y_options">GTK_FILL</property>
91
 
              </packing>
92
 
            </child>
93
 
            <child>
94
 
              <widget class="GtkLabel" id="label_event_duration_label">
95
 
                <property name="visible">True</property>
96
 
                <property name="label" translatable="yes">Duration:</property>
97
 
              </widget>
98
 
              <packing>
99
 
                <property name="top_attach">3</property>
100
 
                <property name="bottom_attach">4</property>
101
 
                <property name="x_options">GTK_FILL</property>
102
 
                <property name="y_options">GTK_FILL</property>
103
 
              </packing>
104
 
            </child>
105
 
            <child>
106
 
              <widget class="GtkTextView" id="text_view_program_start_time">
107
 
                <property name="visible">True</property>
108
 
                <property name="can_focus">True</property>
109
 
                <property name="editable">False</property>
110
 
                <property name="cursor_visible">False</property>
111
 
              </widget>
112
 
              <packing>
113
 
                <property name="left_attach">1</property>
114
 
                <property name="right_attach">2</property>
115
 
                <property name="top_attach">2</property>
116
 
                <property name="bottom_attach">3</property>
117
 
                <property name="y_options">GTK_FILL</property>
118
 
              </packing>
119
 
            </child>
120
 
            <child>
121
 
              <widget class="GtkScrolledWindow" id="scrolled_window_program_description">
122
 
                <property name="visible">True</property>
123
 
                <property name="can_focus">True</property>
124
 
                <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
125
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
126
 
                <child>
127
 
                  <widget class="GtkTextView" id="text_view_program_description">
128
 
                    <property name="width_request">400</property>
129
 
                    <property name="visible">True</property>
130
 
                    <property name="can_focus">True</property>
131
 
                    <property name="editable">False</property>
132
 
                    <property name="wrap_mode">GTK_WRAP_WORD</property>
133
 
                    <property name="cursor_visible">False</property>
134
 
                  </widget>
135
 
                </child>
136
 
              </widget>
137
 
              <packing>
138
 
                <property name="left_attach">1</property>
139
 
                <property name="right_attach">2</property>
140
 
                <property name="top_attach">1</property>
141
 
                <property name="bottom_attach">2</property>
142
 
              </packing>
143
 
            </child>
144
 
          </widget>
145
 
          <packing>
146
 
            <property name="position">1</property>
147
 
          </packing>
148
 
        </child>
149
 
        <child internal-child="action_area">
150
 
          <widget class="GtkHButtonBox" id="dialog-action_area">
151
 
            <property name="visible">True</property>
152
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
153
 
            <child>
154
 
              <widget class="GtkButton" id="button_program_dialog_record">
155
 
                <property name="visible">True</property>
156
 
                <property name="can_focus">True</property>
157
 
                <property name="label">gtk-media-record</property>
158
 
                <property name="use_stock">True</property>
159
 
                <property name="response_id">1</property>
160
 
              </widget>
161
 
            </child>
162
 
            <child>
163
 
              <widget class="GtkButton" id="button_program_dialog_close">
164
 
                <property name="visible">True</property>
165
 
                <property name="can_focus">True</property>
166
 
                <property name="label">gtk-close</property>
167
 
                <property name="use_stock">True</property>
168
 
                <property name="response_id">-7</property>
169
 
              </widget>
170
 
              <packing>
171
 
                <property name="position">1</property>
172
 
              </packing>
173
 
            </child>
174
 
          </widget>
175
 
          <packing>
176
 
            <property name="expand">False</property>
177
 
            <property name="pack_type">GTK_PACK_END</property>
178
 
          </packing>
179
 
        </child>
180
 
      </widget>
181
 
    </child>
182
 
  </widget>
183
 
  <widget class="GtkAboutDialog" id="dialog_about">
184
 
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
185
 
    <property name="border_width">5</property>
186
 
    <property name="title" translatable="yes">Me TV - About</property>
187
 
    <property name="modal">True</property>
188
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
189
 
    <property name="destroy_with_parent">True</property>
190
 
    <property name="icon">me-tv.xpm</property>
191
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
192
 
    <property name="skip_taskbar_hint">True</property>
193
 
    <property name="transient_for">application_window</property>
194
 
    <property name="program_name">Me TV</property>
195
 
    <property name="version">0.0.1</property>
196
 
    <property name="copyright" translatable="yes">Copyright © Michael Lamothe</property>
197
 
    <property name="comments" translatable="yes">Me TV is a Digital Television (DVB) viewer for GNOME</property>
198
 
    <property name="website">https://launchpad.net/me-tv</property>
199
 
    <property name="website_label" translatable="yes">Me TV project website</property>
200
 
    <property name="license" translatable="yes" comments="TRANSLATORS: See the directions on translating the license http://www.gnu.org/licenses/translations.html">GNU General Public License:
201
 
 
202
 
This program is free software; you can redistribute it and/or modify it under
203
 
the terms of the GNU General Public License as published by the Free Software
204
 
Foundation; either version 2 of the License, or (at your option) any later
205
 
version.
206
 
 
207
 
This program is distributed in the hope that it will be useful, but WITHOUT ANY
208
 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
209
 
PARTICULAR PURPOSE.  See the GNU General Public License for more details.
210
 
 
211
 
On Debian systems, the complete text of the GNU General Public License can be
212
 
found in /usr/share/common-licenses/GPL file.</property>
213
 
    <property name="authors">See https://launchpad.net/me-tv</property>
214
 
    <property name="documenters">See https://launchpad.net/me-tv</property>
215
 
    <property name="translator_credits" translatable="yes">See https://launchpad.net/me-tv</property>
216
 
    <property name="artists">See https://launchpad.net/me-tv</property>
217
 
    <property name="logo">me-tv.xpm</property>
218
 
    <child internal-child="vbox">
219
 
      <widget class="GtkVBox" id="dialog-vbox">
220
 
        <property name="visible">True</property>
221
 
        <property name="spacing">2</property>
222
 
        <child>
223
 
          <placeholder/>
224
 
        </child>
225
 
        <child internal-child="action_area">
226
 
          <widget class="GtkHButtonBox" id="dialog-action_area2">
227
 
            <property name="visible">True</property>
228
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
229
 
          </widget>
230
 
          <packing>
231
 
            <property name="expand">False</property>
232
 
            <property name="pack_type">GTK_PACK_END</property>
233
 
          </packing>
234
 
        </child>
235
 
      </widget>
236
 
    </child>
237
 
  </widget>
238
 
  <widget class="GtkDialog" id="dialog_scheduled_recording">
239
 
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
240
 
    <property name="border_width">5</property>
241
 
    <property name="title" translatable="yes">Me TV - Scheduled Recording</property>
242
 
    <property name="resizable">False</property>
243
 
    <property name="modal">True</property>
244
 
    <property name="window_position">GTK_WIN_POS_CENTER</property>
245
 
    <property name="icon">me-tv.xpm</property>
246
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
247
 
    <property name="skip_taskbar_hint">True</property>
248
 
    <property name="transient_for">application_window</property>
249
 
    <property name="opacity">0.98999999999999999</property>
250
 
    <property name="has_separator">False</property>
251
 
    <child internal-child="vbox">
252
 
      <widget class="GtkVBox" id="dialog-vbox3">
253
 
        <property name="visible">True</property>
254
 
        <property name="spacing">2</property>
255
 
        <child>
256
 
          <widget class="GtkTable" id="table_scheduled_recordings">
257
 
            <property name="visible">True</property>
258
 
            <property name="n_rows">4</property>
259
 
            <property name="n_columns">2</property>
260
 
            <child>
261
 
              <widget class="GtkHBox" id="hbox_channel">
262
 
                <property name="visible">True</property>
263
 
                <child>
264
 
                  <widget class="GtkComboBox" id="combo_box_channel">
265
 
                    <property name="visible">True</property>
266
 
                    <property name="items" translatable="yes"></property>
267
 
                  </widget>
268
 
                </child>
269
 
                <child>
270
 
                  <placeholder/>
271
 
                </child>
272
 
              </widget>
273
 
              <packing>
274
 
                <property name="left_attach">1</property>
275
 
                <property name="right_attach">2</property>
276
 
                <property name="top_attach">1</property>
277
 
                <property name="bottom_attach">2</property>
278
 
              </packing>
279
 
            </child>
280
 
            <child>
281
 
              <widget class="GtkLabel" id="label_start_date">
282
 
                <property name="visible">True</property>
283
 
                <property name="label" translatable="yes">Start Date:</property>
284
 
              </widget>
285
 
              <packing>
286
 
                <property name="top_attach">2</property>
287
 
                <property name="bottom_attach">3</property>
288
 
              </packing>
289
 
            </child>
290
 
            <child>
291
 
              <widget class="GtkLabel" id="label_description">
292
 
                <property name="visible">True</property>
293
 
                <property name="label" translatable="yes">Description:</property>
294
 
              </widget>
295
 
            </child>
296
 
            <child>
297
 
              <widget class="GtkLabel" id="label_channel">
298
 
                <property name="visible">True</property>
299
 
                <property name="label" translatable="yes">Channel:</property>
300
 
              </widget>
301
 
              <packing>
302
 
                <property name="top_attach">1</property>
303
 
                <property name="bottom_attach">2</property>
304
 
              </packing>
305
 
            </child>
306
 
            <child>
307
 
              <widget class="GtkLabel" id="label_duration">
308
 
                <property name="visible">True</property>
309
 
                <property name="label" translatable="yes">Duration:</property>
310
 
              </widget>
311
 
              <packing>
312
 
                <property name="top_attach">3</property>
313
 
                <property name="bottom_attach">4</property>
314
 
              </packing>
315
 
            </child>
316
 
            <child>
317
 
              <widget class="GtkEntry" id="entry_description">
318
 
                <property name="visible">True</property>
319
 
                <property name="can_focus">True</property>
320
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
321
 
              </widget>
322
 
              <packing>
323
 
                <property name="left_attach">1</property>
324
 
                <property name="right_attach">2</property>
325
 
              </packing>
326
 
            </child>
327
 
            <child>
328
 
              <widget class="GtkHBox" id="hbox_duration">
329
 
                <property name="visible">True</property>
330
 
                <child>
331
 
                  <widget class="GtkSpinButton" id="spinbutton_duration">
332
 
                    <property name="visible">True</property>
333
 
                    <property name="can_focus">True</property>
334
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
335
 
                    <property name="max_length">4</property>
336
 
                    <property name="width_chars">4</property>
337
 
                    <property name="adjustment">0 0 1439 1 10 0</property>
338
 
                    <property name="climb_rate">1</property>
339
 
                    <property name="numeric">True</property>
340
 
                  </widget>
341
 
                  <packing>
342
 
                    <property name="expand">False</property>
343
 
                  </packing>
344
 
                </child>
345
 
                <child>
346
 
                  <widget class="GtkLabel" id="label_duration_text">
347
 
                    <property name="visible">True</property>
348
 
                    <property name="label" translatable="yes"> minutes</property>
349
 
                  </widget>
350
 
                  <packing>
351
 
                    <property name="expand">False</property>
352
 
                    <property name="position">1</property>
353
 
                  </packing>
354
 
                </child>
355
 
              </widget>
356
 
              <packing>
357
 
                <property name="left_attach">1</property>
358
 
                <property name="right_attach">2</property>
359
 
                <property name="top_attach">3</property>
360
 
                <property name="bottom_attach">4</property>
361
 
              </packing>
362
 
            </child>
363
 
            <child>
364
 
              <widget class="GnomeDateEdit" id="date_edit_start_time">
365
 
                <property name="visible">True</property>
366
 
                <property name="lower_hour">0</property>
367
 
                <property name="upper_hour">24</property>
368
 
              </widget>
369
 
              <packing>
370
 
                <property name="left_attach">1</property>
371
 
                <property name="right_attach">2</property>
372
 
                <property name="top_attach">2</property>
373
 
                <property name="bottom_attach">3</property>
374
 
              </packing>
375
 
            </child>
376
 
          </widget>
377
 
          <packing>
378
 
            <property name="position">1</property>
379
 
          </packing>
380
 
        </child>
381
 
        <child internal-child="action_area">
382
 
          <widget class="GtkHButtonBox" id="dialog-action_area3">
383
 
            <property name="visible">True</property>
384
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
385
 
            <child>
386
 
              <widget class="GtkButton" id="button_scheduled_recording_ok">
387
 
                <property name="visible">True</property>
388
 
                <property name="can_focus">True</property>
389
 
                <property name="label">gtk-ok</property>
390
 
                <property name="use_stock">True</property>
391
 
                <property name="response_id">-5</property>
392
 
              </widget>
393
 
            </child>
394
 
            <child>
395
 
              <widget class="GtkButton" id="button_scheduled_recording_cancel">
396
 
                <property name="visible">True</property>
397
 
                <property name="can_focus">True</property>
398
 
                <property name="label">gtk-cancel</property>
399
 
                <property name="use_stock">True</property>
400
 
                <property name="response_id">0</property>
401
 
              </widget>
402
 
              <packing>
403
 
                <property name="position">1</property>
404
 
              </packing>
405
 
            </child>
406
 
          </widget>
407
 
          <packing>
408
 
            <property name="expand">False</property>
409
 
            <property name="pack_type">GTK_PACK_END</property>
410
 
          </packing>
411
 
        </child>
412
 
      </widget>
413
 
    </child>
414
 
  </widget>
415
 
  <widget class="GtkMenu" id="menu_application_popup">
416
 
    <property name="visible">True</property>
417
 
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
418
 
    <child>
419
 
      <widget class="GtkImageMenuItem" id="application_menu_item_me_tv">
420
 
        <property name="visible">True</property>
421
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
422
 
        <property name="label" translatable="yes">Me TV</property>
423
 
        <property name="use_underline">True</property>
424
 
        <child internal-child="image">
425
 
          <widget class="GtkImage" id="menu-item-image3">
426
 
            <property name="visible">True</property>
427
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
428
 
            <property name="icon_name">me-tv</property>
429
 
          </widget>
430
 
        </child>
431
 
      </widget>
432
 
    </child>
433
 
    <child>
434
 
      <widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
435
 
        <property name="visible">True</property>
436
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
437
 
      </widget>
438
 
    </child>
439
 
    <child>
440
 
      <widget class="GtkImageMenuItem" id="menu_item_popup_quit">
441
 
        <property name="visible">True</property>
442
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
443
 
        <property name="label">gtk-quit</property>
444
 
        <property name="use_underline">True</property>
445
 
        <property name="use_stock">True</property>
446
 
      </widget>
447
 
    </child>
448
 
  </widget>
449
 
  <widget class="GtkDialog" id="dialog_scheduled_recordings">
450
 
    <property name="can_focus">True</property>
451
 
    <property name="has_focus">True</property>
452
 
    <property name="is_focus">True</property>
453
 
    <property name="can_default">True</property>
454
 
    <property name="has_default">True</property>
455
 
    <property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
456
 
    <property name="border_width">5</property>
457
 
    <property name="title" translatable="yes">Me TV - Scheduled Recordings</property>
458
 
    <property name="modal">True</property>
459
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
460
 
    <property name="icon">me-tv.xpm</property>
461
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
462
 
    <property name="transient_for">application_window</property>
463
 
    <property name="has_separator">False</property>
464
 
    <child internal-child="vbox">
465
 
      <widget class="GtkVBox" id="dialog-vbox5">
466
 
        <property name="visible">True</property>
467
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
468
 
        <property name="spacing">2</property>
469
 
        <child>
470
 
          <widget class="GtkHBox" id="hbox1">
471
 
            <property name="visible">True</property>
472
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
473
 
            <child>
474
 
              <widget class="GtkScrolledWindow" id="scrolledwindow2">
475
 
                <property name="visible">True</property>
476
 
                <property name="can_focus">True</property>
477
 
                <property name="border_width">2</property>
478
 
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
479
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
480
 
                <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
481
 
                <child>
482
 
                  <widget class="GtkTreeView" id="tree_view_scheduled_recordings">
483
 
                    <property name="width_request">300</property>
484
 
                    <property name="height_request">100</property>
485
 
                    <property name="visible">True</property>
486
 
                    <property name="can_focus">True</property>
487
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
488
 
                    <property name="enable_grid_lines">GTK_TREE_VIEW_GRID_LINES_BOTH</property>
489
 
                  </widget>
490
 
                </child>
491
 
              </widget>
492
 
            </child>
493
 
            <child>
494
 
              <widget class="GtkVBox" id="vbox_buttons">
495
 
                <property name="visible">True</property>
496
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
497
 
                <child>
498
 
                  <widget class="GtkButton" id="button_scheduled_recordings_add">
499
 
                    <property name="visible">True</property>
500
 
                    <property name="can_focus">True</property>
501
 
                    <property name="receives_default">True</property>
502
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
503
 
                    <property name="label">gtk-add</property>
504
 
                    <property name="use_stock">True</property>
505
 
                    <property name="response_id">1</property>
506
 
                  </widget>
507
 
                  <packing>
508
 
                    <property name="expand">False</property>
509
 
                    <property name="fill">False</property>
510
 
                  </packing>
511
 
                </child>
512
 
                <child>
513
 
                  <widget class="GtkButton" id="button_scheduled_recordings_delete">
514
 
                    <property name="visible">True</property>
515
 
                    <property name="can_focus">True</property>
516
 
                    <property name="receives_default">True</property>
517
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
518
 
                    <property name="label">gtk-delete</property>
519
 
                    <property name="use_stock">True</property>
520
 
                    <property name="response_id">0</property>
521
 
                  </widget>
522
 
                  <packing>
523
 
                    <property name="expand">False</property>
524
 
                    <property name="fill">False</property>
525
 
                    <property name="position">1</property>
526
 
                  </packing>
527
 
                </child>
528
 
              </widget>
529
 
              <packing>
530
 
                <property name="expand">False</property>
531
 
                <property name="fill">False</property>
532
 
                <property name="position">1</property>
533
 
              </packing>
534
 
            </child>
535
 
          </widget>
536
 
          <packing>
537
 
            <property name="position">1</property>
538
 
          </packing>
539
 
        </child>
540
 
        <child internal-child="action_area">
541
 
          <widget class="GtkHButtonBox" id="dialog-action_area5">
542
 
            <property name="visible">True</property>
543
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
544
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
545
 
            <child>
546
 
              <widget class="GtkButton" id="button_scheduled_recordings_close">
547
 
                <property name="visible">True</property>
548
 
                <property name="can_focus">True</property>
549
 
                <property name="receives_default">True</property>
550
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
551
 
                <property name="label">gtk-close</property>
552
 
                <property name="use_stock">True</property>
553
 
                <property name="response_id">0</property>
554
 
              </widget>
555
 
            </child>
556
 
          </widget>
557
 
          <packing>
558
 
            <property name="expand">False</property>
559
 
            <property name="pack_type">GTK_PACK_END</property>
560
 
            <property name="position">1</property>
561
 
          </packing>
562
 
        </child>
563
 
      </widget>
564
 
    </child>
565
 
  </widget>
566
 
  <widget class="GtkDialog" id="dialog_preferences">
567
 
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
568
 
    <property name="border_width">5</property>
569
 
    <property name="title" translatable="yes">Me TV - Preferences Window</property>
570
 
    <property name="resizable">False</property>
571
 
    <property name="modal">True</property>
572
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
573
 
    <property name="icon">me-tv.xpm</property>
574
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
575
 
    <property name="skip_taskbar_hint">True</property>
576
 
    <property name="transient_for">application_window</property>
577
 
    <property name="has_separator">False</property>
578
 
    <child internal-child="vbox">
579
 
      <widget class="GtkVBox" id="dialog-vbox4">
580
 
        <property name="visible">True</property>
581
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
582
 
        <property name="spacing">2</property>
583
 
        <child>
584
 
          <widget class="GtkTable" id="table_preferences">
585
 
            <property name="visible">True</property>
586
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
587
 
            <property name="n_rows">15</property>
588
 
            <property name="n_columns">2</property>
589
 
            <child>
590
 
              <placeholder/>
591
 
            </child>
592
 
            <child>
593
 
              <placeholder/>
594
 
            </child>
595
 
            <child>
596
 
              <placeholder/>
597
 
            </child>
598
 
            <child>
599
 
              <placeholder/>
600
 
            </child>
601
 
            <child>
602
 
              <placeholder/>
603
 
            </child>
604
 
            <child>
605
 
              <placeholder/>
606
 
            </child>
607
 
            <child>
608
 
              <widget class="GtkHBox" id="hbox_broadcast_port">
609
 
                <property name="visible">True</property>
610
 
                <child>
611
 
                  <widget class="GtkSpinButton" id="spin_button_broadcast_port">
612
 
                    <property name="visible">True</property>
613
 
                    <property name="can_focus">True</property>
614
 
                    <property name="max_length">5</property>
615
 
                    <property name="width_chars">5</property>
616
 
                    <property name="truncate_multiline">True</property>
617
 
                    <property name="adjustment">1024 1024 65535 1 10 0</property>
618
 
                    <property name="numeric">True</property>
619
 
                  </widget>
620
 
                  <packing>
621
 
                    <property name="expand">False</property>
622
 
                  </packing>
623
 
                </child>
624
 
                <child>
625
 
                  <placeholder/>
626
 
                </child>
627
 
              </widget>
628
 
              <packing>
629
 
                <property name="left_attach">1</property>
630
 
                <property name="right_attach">2</property>
631
 
                <property name="top_attach">5</property>
632
 
                <property name="bottom_attach">6</property>
633
 
              </packing>
634
 
            </child>
635
 
            <child>
636
 
              <widget class="GtkHBox" id="hbox_broadcast_address">
637
 
                <property name="visible">True</property>
638
 
                <child>
639
 
                  <widget class="GtkEntry" id="entry_broadcast_address">
640
 
                    <property name="visible">True</property>
641
 
                    <property name="can_focus">True</property>
642
 
                    <property name="max_length">15</property>
643
 
                    <property name="width_chars">15</property>
644
 
                    <property name="text" translatable="yes">192.168.0.255</property>
645
 
                    <property name="truncate_multiline">True</property>
646
 
                  </widget>
647
 
                  <packing>
648
 
                    <property name="expand">False</property>
649
 
                  </packing>
650
 
                </child>
651
 
                <child>
652
 
                  <placeholder/>
653
 
                </child>
654
 
              </widget>
655
 
              <packing>
656
 
                <property name="left_attach">1</property>
657
 
                <property name="right_attach">2</property>
658
 
                <property name="top_attach">4</property>
659
 
                <property name="bottom_attach">5</property>
660
 
              </packing>
661
 
            </child>
662
 
            <child>
663
 
              <widget class="GtkFileChooserButton" id="file_chooser_button_recording_directory">
664
 
                <property name="visible">True</property>
665
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
666
 
                <property name="tooltip_text">By default, Me TV will record to this directory.</property>
667
 
                <property name="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
668
 
                <property name="title" translatable="yes">Select A Recording Directory</property>
669
 
              </widget>
670
 
              <packing>
671
 
                <property name="left_attach">1</property>
672
 
                <property name="right_attach">2</property>
673
 
              </packing>
674
 
            </child>
675
 
            <child>
676
 
              <widget class="GtkLabel" id="label_recording_directory">
677
 
                <property name="visible">True</property>
678
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
679
 
                <property name="label" translatable="yes">Recording directory: </property>
680
 
              </widget>
681
 
            </child>
682
 
            <child>
683
 
              <widget class="GtkLabel" id="label_record_extra_before">
684
 
                <property name="visible">True</property>
685
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
686
 
                <property name="label" translatable="yes">Record extra before: </property>
687
 
              </widget>
688
 
              <packing>
689
 
                <property name="top_attach">1</property>
690
 
                <property name="bottom_attach">2</property>
691
 
              </packing>
692
 
            </child>
693
 
            <child>
694
 
              <widget class="GtkLabel" id="label_record_extra_after">
695
 
                <property name="visible">True</property>
696
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
697
 
                <property name="label" translatable="yes">Record extra after: </property>
698
 
              </widget>
699
 
              <packing>
700
 
                <property name="top_attach">2</property>
701
 
                <property name="bottom_attach">3</property>
702
 
              </packing>
703
 
            </child>
704
 
            <child>
705
 
              <widget class="GtkHBox" id="hbox11">
706
 
                <property name="visible">True</property>
707
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
708
 
                <child>
709
 
                  <widget class="GtkSpinButton" id="spin_button_record_extra_before">
710
 
                    <property name="visible">True</property>
711
 
                    <property name="can_focus">True</property>
712
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
713
 
                    <property name="has_tooltip">True</property>
714
 
                    <property name="tooltip_text">The default number of extra minutes that a program will be scheduled for before the program starts.</property>
715
 
                    <property name="adjustment">0 0 100 1 10 0</property>
716
 
                    <property name="numeric">True</property>
717
 
                  </widget>
718
 
                  <packing>
719
 
                    <property name="expand">False</property>
720
 
                  </packing>
721
 
                </child>
722
 
                <child>
723
 
                  <widget class="GtkLabel" id="label1">
724
 
                    <property name="visible">True</property>
725
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
726
 
                    <property name="xalign">0</property>
727
 
                    <property name="label" translatable="yes"> minutes</property>
728
 
                  </widget>
729
 
                  <packing>
730
 
                    <property name="position">1</property>
731
 
                  </packing>
732
 
                </child>
733
 
              </widget>
734
 
              <packing>
735
 
                <property name="left_attach">1</property>
736
 
                <property name="right_attach">2</property>
737
 
                <property name="top_attach">1</property>
738
 
                <property name="bottom_attach">2</property>
739
 
              </packing>
740
 
            </child>
741
 
            <child>
742
 
              <widget class="GtkHBox" id="hbox3">
743
 
                <property name="visible">True</property>
744
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
745
 
                <child>
746
 
                  <widget class="GtkSpinButton" id="spin_button_record_extra_after">
747
 
                    <property name="visible">True</property>
748
 
                    <property name="can_focus">True</property>
749
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
750
 
                    <property name="has_tooltip">True</property>
751
 
                    <property name="tooltip_text">The default number of extra minutes that a program will be scheduled for after the program starts.</property>
752
 
                    <property name="adjustment">0 0 100 1 10 0</property>
753
 
                    <property name="numeric">True</property>
754
 
                  </widget>
755
 
                  <packing>
756
 
                    <property name="expand">False</property>
757
 
                  </packing>
758
 
                </child>
759
 
                <child>
760
 
                  <widget class="GtkLabel" id="label3">
761
 
                    <property name="visible">True</property>
762
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
763
 
                    <property name="xalign">0</property>
764
 
                    <property name="label" translatable="yes"> minutes</property>
765
 
                  </widget>
766
 
                  <packing>
767
 
                    <property name="position">1</property>
768
 
                  </packing>
769
 
                </child>
770
 
              </widget>
771
 
              <packing>
772
 
                <property name="left_attach">1</property>
773
 
                <property name="right_attach">2</property>
774
 
                <property name="top_attach">2</property>
775
 
                <property name="bottom_attach">3</property>
776
 
              </packing>
777
 
            </child>
778
 
            <child>
779
 
              <widget class="GtkLabel" id="label6">
780
 
                <property name="visible">True</property>
781
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
782
 
                <property name="label" translatable="yes">EPG span: </property>
783
 
              </widget>
784
 
              <packing>
785
 
                <property name="top_attach">3</property>
786
 
                <property name="bottom_attach">4</property>
787
 
              </packing>
788
 
            </child>
789
 
            <child>
790
 
              <widget class="GtkHBox" id="hbox14">
791
 
                <property name="visible">True</property>
792
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
793
 
                <child>
794
 
                  <widget class="GtkSpinButton" id="spin_button_epg_span_hours">
795
 
                    <property name="visible">True</property>
796
 
                    <property name="can_focus">True</property>
797
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
798
 
                    <property name="has_tooltip">True</property>
799
 
                    <property name="adjustment">1 1 12 1 10 0</property>
800
 
                    <property name="numeric">True</property>
801
 
                  </widget>
802
 
                  <packing>
803
 
                    <property name="expand">False</property>
804
 
                  </packing>
805
 
                </child>
806
 
                <child>
807
 
                  <widget class="GtkLabel" id="label4">
808
 
                    <property name="visible">True</property>
809
 
                    <property name="xalign">0</property>
810
 
                    <property name="label" translatable="yes"> hours</property>
811
 
                  </widget>
812
 
                  <packing>
813
 
                    <property name="position">1</property>
814
 
                  </packing>
815
 
                </child>
816
 
              </widget>
817
 
              <packing>
818
 
                <property name="left_attach">1</property>
819
 
                <property name="right_attach">2</property>
820
 
                <property name="top_attach">3</property>
821
 
                <property name="bottom_attach">4</property>
822
 
              </packing>
823
 
            </child>
824
 
            <child>
825
 
              <widget class="GtkLabel" id="label_broadcast_address">
826
 
                <property name="visible">True</property>
827
 
                <property name="label" translatable="yes">Broadcast address:</property>
828
 
              </widget>
829
 
              <packing>
830
 
                <property name="top_attach">4</property>
831
 
                <property name="bottom_attach">5</property>
832
 
              </packing>
833
 
            </child>
834
 
            <child>
835
 
              <widget class="GtkLabel" id="label_broadcast_port">
836
 
                <property name="visible">True</property>
837
 
                <property name="label" translatable="yes">Broadcast port:</property>
838
 
              </widget>
839
 
              <packing>
840
 
                <property name="top_attach">5</property>
841
 
                <property name="bottom_attach">6</property>
842
 
              </packing>
843
 
            </child>
844
 
            <child>
845
 
              <widget class="GtkLabel" id="label7">
846
 
                <property name="visible">True</property>
847
 
                <property name="label" translatable="yes">Preferred language:</property>
848
 
              </widget>
849
 
              <packing>
850
 
                <property name="top_attach">6</property>
851
 
                <property name="bottom_attach">7</property>
852
 
              </packing>
853
 
            </child>
854
 
            <child>
855
 
              <widget class="GtkHBox" id="hbox5">
856
 
                <property name="visible">True</property>
857
 
                <child>
858
 
                  <widget class="GtkComboBoxEntry" id="combo_box_entry_preferred_language">
859
 
                    <property name="visible">True</property>
860
 
                    <property name="items">
861
 
eng
862
 
esp
863
 
fin
864
 
fre
865
 
swe</property>
866
 
                    <child internal-child="entry">
867
 
                      <widget class="GtkEntry" id="entry_preferred_language">
868
 
                        <property name="visible">True</property>
869
 
                        <property name="can_focus">True</property>
870
 
                        <property name="max_length">3</property>
871
 
                        <property name="width_chars">3</property>
872
 
                        <property name="truncate_multiline">True</property>
873
 
                      </widget>
874
 
                    </child>
875
 
                  </widget>
876
 
                  <packing>
877
 
                    <property name="expand">False</property>
878
 
                    <property name="fill">False</property>
879
 
                  </packing>
880
 
                </child>
881
 
                <child>
882
 
                  <placeholder/>
883
 
                </child>
884
 
              </widget>
885
 
              <packing>
886
 
                <property name="left_attach">1</property>
887
 
                <property name="right_attach">2</property>
888
 
                <property name="top_attach">6</property>
889
 
                <property name="bottom_attach">7</property>
890
 
              </packing>
891
 
            </child>
892
 
            <child>
893
 
              <widget class="GtkLabel" id="label_xine_video_driver">
894
 
                <property name="visible">True</property>
895
 
                <property name="label" translatable="yes">Xine video driver:</property>
896
 
              </widget>
897
 
              <packing>
898
 
                <property name="top_attach">7</property>
899
 
                <property name="bottom_attach">8</property>
900
 
              </packing>
901
 
            </child>
902
 
            <child>
903
 
              <widget class="GtkHBox" id="hbox4">
904
 
                <property name="visible">True</property>
905
 
                <child>
906
 
                  <widget class="GtkComboBoxEntry" id="combo_box_entry_xine_video_driver">
907
 
                    <property name="visible">True</property>
908
 
                    <property name="items">auto
909
 
xshm
910
 
xv
911
 
opengl
912
 
sdl
913
 
none</property>
914
 
                    <child internal-child="entry">
915
 
                      <widget class="GtkEntry" id="entry_xine_video_driver">
916
 
                        <property name="visible">True</property>
917
 
                        <property name="can_focus">True</property>
918
 
                        <property name="width_chars">10</property>
919
 
                      </widget>
920
 
                    </child>
921
 
                  </widget>
922
 
                  <packing>
923
 
                    <property name="expand">False</property>
924
 
                    <property name="fill">False</property>
925
 
                  </packing>
926
 
                </child>
927
 
                <child>
928
 
                  <placeholder/>
929
 
                </child>
930
 
              </widget>
931
 
              <packing>
932
 
                <property name="left_attach">1</property>
933
 
                <property name="right_attach">2</property>
934
 
                <property name="top_attach">7</property>
935
 
                <property name="bottom_attach">8</property>
936
 
              </packing>
937
 
            </child>
938
 
            <child>
939
 
              <widget class="GtkCheckButton" id="check_button_show_epg_tooltips">
940
 
                <property name="visible">True</property>
941
 
                <property name="can_focus">True</property>
942
 
                <property name="label" translatable="yes">Show tooltips for EPG event buttons</property>
943
 
                <property name="response_id">0</property>
944
 
                <property name="draw_indicator">True</property>
945
 
              </widget>
946
 
              <packing>
947
 
                <property name="left_attach">1</property>
948
 
                <property name="right_attach">2</property>
949
 
                <property name="top_attach">11</property>
950
 
                <property name="bottom_attach">12</property>
951
 
              </packing>
952
 
            </child>
953
 
            <child>
954
 
              <widget class="GtkCheckButton" id="check_button_show_epg_time">
955
 
                <property name="visible">True</property>
956
 
                <property name="can_focus">True</property>
957
 
                <property name="label" translatable="yes">Show time on EPG event buttons</property>
958
 
                <property name="response_id">0</property>
959
 
                <property name="draw_indicator">True</property>
960
 
              </widget>
961
 
              <packing>
962
 
                <property name="left_attach">1</property>
963
 
                <property name="right_attach">2</property>
964
 
                <property name="top_attach">12</property>
965
 
                <property name="bottom_attach">13</property>
966
 
              </packing>
967
 
            </child>
968
 
            <child>
969
 
              <widget class="GtkCheckButton" id="check_button_show_epg_header">
970
 
                <property name="visible">True</property>
971
 
                <property name="can_focus">True</property>
972
 
                <property name="label" translatable="yes">Show EPG header</property>
973
 
                <property name="response_id">0</property>
974
 
                <property name="draw_indicator">True</property>
975
 
              </widget>
976
 
              <packing>
977
 
                <property name="left_attach">1</property>
978
 
                <property name="right_attach">2</property>
979
 
                <property name="top_attach">13</property>
980
 
                <property name="bottom_attach">14</property>
981
 
              </packing>
982
 
            </child>
983
 
            <child>
984
 
              <widget class="GtkCheckButton" id="check_button_keep_above">
985
 
                <property name="visible">True</property>
986
 
                <property name="can_focus">True</property>
987
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
988
 
                <property name="has_tooltip">True</property>
989
 
                <property name="tooltip_text">Tell Me TV to stay on top of other windows.</property>
990
 
                <property name="label" translatable="yes">Always on top</property>
991
 
                <property name="response_id">0</property>
992
 
                <property name="draw_indicator">True</property>
993
 
              </widget>
994
 
              <packing>
995
 
                <property name="left_attach">1</property>
996
 
                <property name="right_attach">2</property>
997
 
                <property name="top_attach">10</property>
998
 
                <property name="bottom_attach">11</property>
999
 
              </packing>
1000
 
            </child>
1001
 
            <child>
1002
 
              <widget class="GtkHBox" id="hbox6">
1003
 
                <property name="visible">True</property>
1004
 
                <child>
1005
 
                  <widget class="GtkComboBoxEntry" id="combo_box_entry_text_encoding">
1006
 
                    <property name="visible">True</property>
1007
 
                    <property name="items">auto
1008
 
iso6937</property>
1009
 
                    <child internal-child="entry">
1010
 
                      <widget class="GtkEntry" id="entry_text_encoding">
1011
 
                        <property name="visible">True</property>
1012
 
                        <property name="can_focus">True</property>
1013
 
                        <property name="width_chars">10</property>
1014
 
                        <property name="truncate_multiline">True</property>
1015
 
                      </widget>
1016
 
                    </child>
1017
 
                  </widget>
1018
 
                  <packing>
1019
 
                    <property name="expand">False</property>
1020
 
                    <property name="fill">False</property>
1021
 
                  </packing>
1022
 
                </child>
1023
 
                <child>
1024
 
                  <placeholder/>
1025
 
                </child>
1026
 
              </widget>
1027
 
              <packing>
1028
 
                <property name="left_attach">1</property>
1029
 
                <property name="right_attach">2</property>
1030
 
                <property name="top_attach">9</property>
1031
 
                <property name="bottom_attach">10</property>
1032
 
              </packing>
1033
 
            </child>
1034
 
            <child>
1035
 
              <widget class="GtkLabel" id="label_text_encoding">
1036
 
                <property name="visible">True</property>
1037
 
                <property name="label" translatable="yes">Text encoding:</property>
1038
 
              </widget>
1039
 
              <packing>
1040
 
                <property name="top_attach">9</property>
1041
 
                <property name="bottom_attach">10</property>
1042
 
              </packing>
1043
 
            </child>
1044
 
            <child>
1045
 
              <widget class="GtkLabel" id="label8">
1046
 
                <property name="visible">True</property>
1047
 
                <property name="label" translatable="yes">Xine audio driver:</property>
1048
 
              </widget>
1049
 
              <packing>
1050
 
                <property name="top_attach">8</property>
1051
 
                <property name="bottom_attach">9</property>
1052
 
              </packing>
1053
 
            </child>
1054
 
            <child>
1055
 
              <widget class="GtkCheckButton" id="check_button_24_hour_workaround">
1056
 
                <property name="visible">True</property>
1057
 
                <property name="can_focus">True</property>
1058
 
                <property name="label" translatable="yes">Use 24 hour workaround for GnomeDateEdit</property>
1059
 
                <property name="response_id">0</property>
1060
 
                <property name="draw_indicator">True</property>
1061
 
              </widget>
1062
 
              <packing>
1063
 
                <property name="left_attach">1</property>
1064
 
                <property name="right_attach">2</property>
1065
 
                <property name="top_attach">14</property>
1066
 
                <property name="bottom_attach">15</property>
1067
 
              </packing>
1068
 
            </child>
1069
 
            <child>
1070
 
              <widget class="GtkCheckButton" id="check_button_display_status_icon">
1071
 
                <property name="visible">True</property>
1072
 
                <property name="can_focus">True</property>
1073
 
                <property name="label" translatable="yes">Show a status icon in the notification area</property>
1074
 
                <property name="response_id">0</property>
1075
 
                <property name="draw_indicator">True</property>
1076
 
              </widget>
1077
 
              <packing>
1078
 
                <property name="left_attach">1</property>
1079
 
                <property name="right_attach">2</property>
1080
 
                <property name="top_attach">15</property>
1081
 
                <property name="bottom_attach">16</property>
1082
 
              </packing>
1083
 
            </child>
1084
 
            <child>
1085
 
              <widget class="GtkHBox" id="hbox7">
1086
 
                <property name="visible">True</property>
1087
 
                <child>
1088
 
                  <widget class="GtkComboBoxEntry" id="comboboxentry1">
1089
 
                    <property name="visible">True</property>
1090
 
                    <property name="items">auto
1091
 
alsa
1092
 
oss
1093
 
pulseaudio
1094
 
file
1095
 
null
1096
 
none</property>
1097
 
                    <child internal-child="entry">
1098
 
                      <widget class="GtkEntry" id="entry_xine_audio_driver">
1099
 
                        <property name="visible">True</property>
1100
 
                        <property name="can_focus">True</property>
1101
 
                        <property name="width_chars">10</property>
1102
 
                      </widget>
1103
 
                    </child>
1104
 
                  </widget>
1105
 
                  <packing>
1106
 
                    <property name="expand">False</property>
1107
 
                    <property name="fill">False</property>
1108
 
                  </packing>
1109
 
                </child>
1110
 
                <child>
1111
 
                  <placeholder/>
1112
 
                </child>
1113
 
              </widget>
1114
 
              <packing>
1115
 
                <property name="left_attach">1</property>
1116
 
                <property name="right_attach">2</property>
1117
 
                <property name="top_attach">8</property>
1118
 
                <property name="bottom_attach">9</property>
1119
 
              </packing>
1120
 
            </child>
1121
 
          </widget>
1122
 
          <packing>
1123
 
            <property name="expand">False</property>
1124
 
            <property name="fill">False</property>
1125
 
            <property name="position">1</property>
1126
 
          </packing>
1127
 
        </child>
1128
 
        <child internal-child="action_area">
1129
 
          <widget class="GtkHButtonBox" id="dialog-action_area4">
1130
 
            <property name="visible">True</property>
1131
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1132
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1133
 
            <child>
1134
 
              <widget class="GtkButton" id="button_preferences_cancel">
1135
 
                <property name="visible">True</property>
1136
 
                <property name="can_focus">True</property>
1137
 
                <property name="receives_default">True</property>
1138
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1139
 
                <property name="label">gtk-cancel</property>
1140
 
                <property name="use_stock">True</property>
1141
 
                <property name="response_id">-6</property>
1142
 
              </widget>
1143
 
            </child>
1144
 
            <child>
1145
 
              <widget class="GtkButton" id="button_preferences_ok">
1146
 
                <property name="visible">True</property>
1147
 
                <property name="can_focus">True</property>
1148
 
                <property name="receives_default">True</property>
1149
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1150
 
                <property name="label">gtk-ok</property>
1151
 
                <property name="use_stock">True</property>
1152
 
                <property name="response_id">-5</property>
1153
 
              </widget>
1154
 
              <packing>
1155
 
                <property name="position">1</property>
1156
 
              </packing>
1157
 
            </child>
1158
 
          </widget>
1159
 
          <packing>
1160
 
            <property name="expand">False</property>
1161
 
            <property name="pack_type">GTK_PACK_END</property>
1162
 
          </packing>
1163
 
        </child>
1164
 
      </widget>
1165
 
    </child>
1166
 
  </widget>
1167
 
  <widget class="GtkDialog" id="dialog_channels">
1168
 
    <property name="border_width">5</property>
1169
 
    <property name="title" translatable="yes">Me TV - Channels Editor</property>
1170
 
    <property name="modal">True</property>
1171
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1172
 
    <property name="default_height">275</property>
1173
 
    <property name="icon">me-tv.xpm</property>
1174
 
    <property name="icon_name">Me TV</property>
1175
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1176
 
    <property name="skip_taskbar_hint">True</property>
1177
 
    <property name="transient_for">application_window</property>
1178
 
    <property name="has_separator">False</property>
1179
 
    <child internal-child="vbox">
1180
 
      <widget class="GtkVBox" id="dialog-vbox10">
1181
 
        <property name="visible">True</property>
1182
 
        <property name="spacing">2</property>
1183
 
        <child>
1184
 
          <widget class="GtkHBox" id="hbox2">
1185
 
            <property name="visible">True</property>
1186
 
            <child>
1187
 
              <widget class="GtkScrolledWindow" id="scrolledwindow_displayed_channels">
1188
 
                <property name="visible">True</property>
1189
 
                <property name="can_focus">True</property>
1190
 
                <property name="border_width">2</property>
1191
 
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1192
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1193
 
                <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1194
 
                <child>
1195
 
                  <widget class="GtkTreeView" id="tree_view_displayed_channels">
1196
 
                    <property name="width_request">200</property>
1197
 
                    <property name="height_request">200</property>
1198
 
                    <property name="visible">True</property>
1199
 
                    <property name="can_focus">True</property>
1200
 
                    <property name="tooltip" translatable="yes">Drag channels to reorder</property>
1201
 
                    <property name="reorderable">True</property>
1202
 
                    <property name="rules_hint">True</property>
1203
 
                    <property name="search_column">0</property>
1204
 
                  </widget>
1205
 
                </child>
1206
 
              </widget>
1207
 
            </child>
1208
 
            <child>
1209
 
              <widget class="GtkVBox" id="vbox1">
1210
 
                <property name="visible">True</property>
1211
 
                <child>
1212
 
                  <widget class="GtkButton" id="button_scan">
1213
 
                    <property name="visible">True</property>
1214
 
                    <property name="can_focus">True</property>
1215
 
                    <property name="receives_default">True</property>
1216
 
                    <property name="label">gtk-add</property>
1217
 
                    <property name="use_stock">True</property>
1218
 
                    <property name="response_id">0</property>
1219
 
                  </widget>
1220
 
                  <packing>
1221
 
                    <property name="expand">False</property>
1222
 
                    <property name="fill">False</property>
1223
 
                  </packing>
1224
 
                </child>
1225
 
                <child>
1226
 
                  <widget class="GtkButton" id="button_remove_selected_channels">
1227
 
                    <property name="visible">True</property>
1228
 
                    <property name="can_focus">True</property>
1229
 
                    <property name="receives_default">True</property>
1230
 
                    <property name="tooltip" translatable="yes">Removes selected channels</property>
1231
 
                    <property name="label">gtk-remove</property>
1232
 
                    <property name="use_stock">True</property>
1233
 
                    <property name="response_id">0</property>
1234
 
                  </widget>
1235
 
                  <packing>
1236
 
                    <property name="expand">False</property>
1237
 
                    <property name="fill">False</property>
1238
 
                    <property name="padding">2</property>
1239
 
                    <property name="position">1</property>
1240
 
                  </packing>
1241
 
                </child>
1242
 
              </widget>
1243
 
              <packing>
1244
 
                <property name="expand">False</property>
1245
 
                <property name="fill">False</property>
1246
 
                <property name="position">1</property>
1247
 
              </packing>
1248
 
            </child>
1249
 
          </widget>
1250
 
          <packing>
1251
 
            <property name="position">1</property>
1252
 
          </packing>
1253
 
        </child>
1254
 
        <child internal-child="action_area">
1255
 
          <widget class="GtkHButtonBox" id="dialog-action_area10">
1256
 
            <property name="visible">True</property>
1257
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1258
 
            <child>
1259
 
              <widget class="GtkButton" id="button_channels_close">
1260
 
                <property name="visible">True</property>
1261
 
                <property name="can_focus">True</property>
1262
 
                <property name="receives_default">True</property>
1263
 
                <property name="label">gtk-cancel</property>
1264
 
                <property name="use_stock">True</property>
1265
 
                <property name="response_id">-6</property>
1266
 
              </widget>
1267
 
            </child>
1268
 
            <child>
1269
 
              <widget class="GtkButton" id="button_channels_ok">
1270
 
                <property name="visible">True</property>
1271
 
                <property name="can_focus">True</property>
1272
 
                <property name="receives_default">True</property>
1273
 
                <property name="label">gtk-ok</property>
1274
 
                <property name="use_stock">True</property>
1275
 
                <property name="response_id">-5</property>
1276
 
              </widget>
1277
 
              <packing>
1278
 
                <property name="position">1</property>
1279
 
              </packing>
1280
 
            </child>
1281
 
          </widget>
1282
 
          <packing>
1283
 
            <property name="expand">False</property>
1284
 
            <property name="fill">False</property>
1285
 
            <property name="pack_type">GTK_PACK_END</property>
1286
 
          </packing>
1287
 
        </child>
1288
 
      </widget>
1289
 
    </child>
1290
 
  </widget>
1291
 
  <widget class="GtkDialog" id="dialog_meters">
1292
 
    <property name="width_request">200</property>
1293
 
    <property name="border_width">5</property>
1294
 
    <property name="title" translatable="yes">Me TV - Meters Window</property>
1295
 
    <property name="resizable">False</property>
1296
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1297
 
    <property name="icon">me-tv.xpm</property>
1298
 
    <property name="icon_name">Me TV</property>
1299
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1300
 
    <property name="transient_for">application_window</property>
1301
 
    <property name="has_separator">False</property>
1302
 
    <child internal-child="vbox">
1303
 
      <widget class="GtkVBox" id="dialog-vbox11">
1304
 
        <property name="visible">True</property>
1305
 
        <property name="spacing">2</property>
1306
 
        <child>
1307
 
          <widget class="GtkVBox" id="vbox13">
1308
 
            <property name="visible">True</property>
1309
 
            <child>
1310
 
              <widget class="GtkVBox" id="vbox14">
1311
 
                <property name="visible">True</property>
1312
 
                <child>
1313
 
                  <widget class="GtkVBox" id="vbox16">
1314
 
                    <property name="visible">True</property>
1315
 
                    <child>
1316
 
                      <widget class="GtkProgressBar" id="progress_bar_signal_strength">
1317
 
                        <property name="visible">True</property>
1318
 
                        <property name="text" translatable="yes">Signal Strength</property>
1319
 
                      </widget>
1320
 
                      <packing>
1321
 
                        <property name="expand">False</property>
1322
 
                        <property name="padding">2</property>
1323
 
                      </packing>
1324
 
                    </child>
1325
 
                  </widget>
1326
 
                </child>
1327
 
              </widget>
1328
 
            </child>
1329
 
            <child>
1330
 
              <widget class="GtkProgressBar" id="progress_bar_signal_noise">
1331
 
                <property name="visible">True</property>
1332
 
                <property name="text" translatable="yes">S/N Ratio</property>
1333
 
              </widget>
1334
 
              <packing>
1335
 
                <property name="expand">False</property>
1336
 
                <property name="fill">False</property>
1337
 
                <property name="padding">3</property>
1338
 
                <property name="position">1</property>
1339
 
              </packing>
1340
 
            </child>
1341
 
          </widget>
1342
 
          <packing>
1343
 
            <property name="expand">False</property>
1344
 
            <property name="position">1</property>
1345
 
          </packing>
1346
 
        </child>
1347
 
        <child internal-child="action_area">
1348
 
          <widget class="GtkHButtonBox" id="dialog-action_area11">
1349
 
            <property name="visible">True</property>
1350
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
1351
 
            <child>
1352
 
              <widget class="GtkButton" id="button_meters_close">
1353
 
                <property name="visible">True</property>
1354
 
                <property name="can_focus">True</property>
1355
 
                <property name="receives_default">True</property>
1356
 
                <property name="label">gtk-close</property>
1357
 
                <property name="use_stock">True</property>
1358
 
                <property name="response_id">0</property>
1359
 
              </widget>
1360
 
            </child>
1361
 
          </widget>
1362
 
          <packing>
1363
 
            <property name="expand">False</property>
1364
 
            <property name="pack_type">GTK_PACK_END</property>
1365
 
          </packing>
1366
 
        </child>
1367
 
      </widget>
1368
 
    </child>
1369
 
  </widget>
1370
 
  <widget class="GnomeApp" id="application_window">
1371
 
    <property name="title" translatable="yes">Me TV - Main Window</property>
1372
 
    <property name="icon">me-tv.xpm</property>
1373
 
    <property name="app_id">me-tv</property>
1374
 
    <property name="enable_layout_config">True</property>
1375
 
    <child internal-child="dock">
1376
 
      <widget class="BonoboDock" id="dock">
1377
 
        <property name="allow_floating">True</property>
1378
 
        <child>
1379
 
          <widget class="BonoboDockItem" id="dockitem">
1380
 
            <property name="visible">True</property>
1381
 
            <child>
1382
 
              <widget class="GtkMenuBar" id="menubar">
1383
 
                <property name="visible">True</property>
1384
 
                <child>
1385
 
                  <widget class="GtkMenuItem" id="menu_item_file">
1386
 
                    <property name="visible">True</property>
1387
 
                    <property name="label" translatable="yes">_File</property>
1388
 
                    <property name="use_underline">True</property>
1389
 
                    <child>
1390
 
                      <widget class="GtkMenu" id="menu_file">
1391
 
                        <property name="visible">True</property>
1392
 
                        <property name="take_focus">False</property>
1393
 
                        <child>
1394
 
                          <widget class="GtkCheckMenuItem" id="menu_item_record">
1395
 
                            <property name="visible">True</property>
1396
 
                            <property name="tooltip" translatable="yes">Toggle recording</property>
1397
 
                            <property name="label" translatable="yes">_Record</property>
1398
 
                            <property name="use_underline">True</property>
1399
 
                          </widget>
1400
 
                        </child>
1401
 
                        <child>
1402
 
                          <widget class="GtkCheckMenuItem" id="menu_item_broadcast">
1403
 
                            <property name="visible">True</property>
1404
 
                            <property name="tooltip" translatable="yes">Toggle broadcasting</property>
1405
 
                            <property name="label" translatable="yes">_Broadcast</property>
1406
 
                            <property name="use_underline">True</property>
1407
 
                          </widget>
1408
 
                        </child>
1409
 
                        <child>
1410
 
                          <widget class="GtkSeparatorMenuItem" id="separatormenuitem5">
1411
 
                            <property name="visible">True</property>
1412
 
                          </widget>
1413
 
                        </child>
1414
 
                        <child>
1415
 
                          <widget class="GtkImageMenuItem" id="menu_item_quit">
1416
 
                            <property name="visible">True</property>
1417
 
                            <property name="tooltip" translatable="yes">Quit Me TV</property>
1418
 
                            <property name="label">gtk-quit</property>
1419
 
                            <property name="use_underline">True</property>
1420
 
                            <property name="use_stock">True</property>
1421
 
                            <accelerator key="F4" modifiers="GDK_MOD1_MASK" signal="activate"/>
1422
 
                          </widget>
1423
 
                        </child>
1424
 
                      </widget>
1425
 
                    </child>
1426
 
                  </widget>
1427
 
                </child>
1428
 
                <child>
1429
 
                  <widget class="GtkMenuItem" id="menuitem_view">
1430
 
                    <property name="visible">True</property>
1431
 
                    <property name="label" translatable="yes">_View</property>
1432
 
                    <property name="use_underline">True</property>
1433
 
                    <child>
1434
 
                      <widget class="GtkMenu" id="menu3">
1435
 
                        <property name="visible">True</property>
1436
 
                        <child>
1437
 
                          <widget class="GtkMenuItem" id="menu_item_devices">
1438
 
                            <property name="visible">True</property>
1439
 
                            <property name="label" translatable="yes">_Devices</property>
1440
 
                            <property name="use_underline">True</property>
1441
 
                          </widget>
1442
 
                        </child>
1443
 
                        <child>
1444
 
                          <widget class="GtkMenuItem" id="menu_item_schedule">
1445
 
                            <property name="visible">True</property>
1446
 
                            <property name="tooltip" translatable="yes">Open scheduled recordings dialog</property>
1447
 
                            <property name="label" translatable="yes">_Scheduled Recordings</property>
1448
 
                            <property name="use_underline">True</property>
1449
 
                          </widget>
1450
 
                        </child>
1451
 
                        <child>
1452
 
                          <widget class="GtkMenuItem" id="menu_item_channels">
1453
 
                            <property name="visible">True</property>
1454
 
                            <property name="tooltip" translatable="yes">Open channel editor dialog</property>
1455
 
                            <property name="label" translatable="yes">_Channel Editor</property>
1456
 
                            <property name="use_underline">True</property>
1457
 
                            <signal name="activate" handler="on_menu_item_channels_activate" object="dialog_channels"/>
1458
 
                          </widget>
1459
 
                        </child>
1460
 
                        <child>
1461
 
                          <widget class="GtkMenuItem" id="menu_item_meters">
1462
 
                            <property name="visible">True</property>
1463
 
                            <property name="tooltip" translatable="yes">Show meters dialog</property>
1464
 
                            <property name="label" translatable="yes">Show _Meters</property>
1465
 
                            <property name="use_underline">True</property>
1466
 
                          </widget>
1467
 
                        </child>
1468
 
                        <child>
1469
 
                          <widget class="GtkImageMenuItem" id="menu_item_preferences">
1470
 
                            <property name="visible">True</property>
1471
 
                            <property name="tooltip" translatable="yes">Show preferences dialog</property>
1472
 
                            <property name="label">gtk-preferences</property>
1473
 
                            <property name="use_underline">True</property>
1474
 
                            <property name="use_stock">True</property>
1475
 
                          </widget>
1476
 
                        </child>
1477
 
                      </widget>
1478
 
                    </child>
1479
 
                  </widget>
1480
 
                </child>
1481
 
                <child>
1482
 
                  <widget class="GtkMenuItem" id="menu_item_video">
1483
 
                    <property name="visible">True</property>
1484
 
                    <property name="label" translatable="yes">_Video</property>
1485
 
                    <property name="use_underline">True</property>
1486
 
                    <child>
1487
 
                      <widget class="GtkMenu" id="menu_view">
1488
 
                        <property name="visible">True</property>
1489
 
                        <child>
1490
 
                          <widget class="GtkImageMenuItem" id="menu_item_fullscreen">
1491
 
                            <property name="visible">True</property>
1492
 
                            <property name="tooltip" translatable="yes">Toggle fullscreen mode</property>
1493
 
                            <property name="label">gtk-fullscreen</property>
1494
 
                            <property name="use_underline">True</property>
1495
 
                            <property name="use_stock">True</property>
1496
 
                          </widget>
1497
 
                        </child>
1498
 
                      </widget>
1499
 
                    </child>
1500
 
                  </widget>
1501
 
                </child>
1502
 
                <child>
1503
 
                  <widget class="GtkMenuItem" id="menu_item_audio">
1504
 
                    <property name="visible">True</property>
1505
 
                    <property name="label" translatable="yes">_Audio</property>
1506
 
                    <property name="use_underline">True</property>
1507
 
                    <child>
1508
 
                      <widget class="GtkMenu" id="menu_audio">
1509
 
                        <property name="visible">True</property>
1510
 
                        <child>
1511
 
                          <widget class="GtkCheckMenuItem" id="menu_item_mute">
1512
 
                            <property name="visible">True</property>
1513
 
                            <property name="tooltip" translatable="yes">Toggle mute audio</property>
1514
 
                            <property name="label" translatable="yes">_Mute</property>
1515
 
                            <property name="use_underline">True</property>
1516
 
                          </widget>
1517
 
                        </child>
1518
 
                        <child>
1519
 
                          <widget class="GtkMenuItem" id="menu_item_audio_streams">
1520
 
                            <property name="visible">True</property>
1521
 
                            <property name="tooltip" translatable="yes">Switch audio streams</property>
1522
 
                            <property name="label" translatable="yes">Streams</property>
1523
 
                            <property name="use_underline">True</property>
1524
 
                          </widget>
1525
 
                        </child>
1526
 
                        <child>
1527
 
                          <widget class="GtkMenuItem" id="menu_item_audio_channels">
1528
 
                            <property name="visible">True</property>
1529
 
                            <property name="label" translatable="yes">_Channels</property>
1530
 
                            <property name="use_underline">True</property>
1531
 
                            <child>
1532
 
                              <widget class="GtkMenu" id="menu_audio_channels">
1533
 
                                <property name="visible">True</property>
1534
 
                                <child>
1535
 
                                  <widget class="GtkRadioMenuItem" id="radio_menu_item_audio_channels_both">
1536
 
                                    <property name="visible">True</property>
1537
 
                                    <property name="tooltip" translatable="yes">Use both audio channels</property>
1538
 
                                    <property name="label" translatable="yes">_Both</property>
1539
 
                                    <property name="use_underline">True</property>
1540
 
                                    <property name="draw_as_radio">True</property>
1541
 
                                  </widget>
1542
 
                                </child>
1543
 
                                <child>
1544
 
                                  <widget class="GtkRadioMenuItem" id="radio_menu_item_audio_channels_left">
1545
 
                                    <property name="visible">True</property>
1546
 
                                    <property name="tooltip" translatable="yes">Use both audio channels</property>
1547
 
                                    <property name="label" translatable="yes">_Left</property>
1548
 
                                    <property name="use_underline">True</property>
1549
 
                                    <property name="draw_as_radio">True</property>
1550
 
                                    <property name="group">radio_menu_item_audio_channels_both</property>
1551
 
                                  </widget>
1552
 
                                </child>
1553
 
                                <child>
1554
 
                                  <widget class="GtkRadioMenuItem" id="radio_menu_item_audio_channels_right">
1555
 
                                    <property name="visible">True</property>
1556
 
                                    <property name="tooltip" translatable="yes">Use both audio channels</property>
1557
 
                                    <property name="label" translatable="yes">_Right</property>
1558
 
                                    <property name="use_underline">True</property>
1559
 
                                    <property name="draw_as_radio">True</property>
1560
 
                                    <property name="group">radio_menu_item_audio_channels_both</property>
1561
 
                                  </widget>
1562
 
                                </child>
1563
 
                              </widget>
1564
 
                            </child>
1565
 
                          </widget>
1566
 
                        </child>
1567
 
                      </widget>
1568
 
                    </child>
1569
 
                  </widget>
1570
 
                </child>
1571
 
                <child>
1572
 
                  <widget class="GtkMenuItem" id="menu_item_help">
1573
 
                    <property name="visible">True</property>
1574
 
                    <property name="label" translatable="yes">_Help</property>
1575
 
                    <property name="use_underline">True</property>
1576
 
                    <child>
1577
 
                      <widget class="GtkMenu" id="menu_help">
1578
 
                        <property name="visible">True</property>
1579
 
                        <child>
1580
 
                          <widget class="GtkImageMenuItem" id="menu_item_about">
1581
 
                            <property name="visible">True</property>
1582
 
                            <property name="tooltip" translatable="yes">Show the About dialog</property>
1583
 
                            <property name="label">gtk-about</property>
1584
 
                            <property name="use_underline">True</property>
1585
 
                            <property name="use_stock">True</property>
1586
 
                          </widget>
1587
 
                        </child>
1588
 
                      </widget>
1589
 
                    </child>
1590
 
                  </widget>
1591
 
                </child>
1592
 
              </widget>
1593
 
            </child>
1594
 
          </widget>
1595
 
          <packing>
1596
 
            <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE | BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL | BONOBO_DOCK_ITEM_BEH_LOCKED</property>
1597
 
          </packing>
1598
 
        </child>
1599
 
        <child>
1600
 
          <widget class="GtkVBox" id="vbox_main">
1601
 
            <property name="visible">True</property>
1602
 
            <child>
1603
 
              <widget class="GtkHandleBox" id="handlebox_toolbar">
1604
 
                <property name="visible">True</property>
1605
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1606
 
                <child>
1607
 
                  <widget class="GtkToolbar" id="toolbar_main">
1608
 
                    <property name="visible">True</property>
1609
 
                    <child>
1610
 
                      <widget class="GtkToggleToolButton" id="tool_button_record">
1611
 
                        <property name="visible">True</property>
1612
 
                        <property name="stock_id">gtk-media-record</property>
1613
 
                      </widget>
1614
 
                      <packing>
1615
 
                        <property name="expand">False</property>
1616
 
                      </packing>
1617
 
                    </child>
1618
 
                    <child>
1619
 
                      <widget class="GtkToggleToolButton" id="tool_button_mute">
1620
 
                        <property name="visible">True</property>
1621
 
                        <property name="label" translatable="yes">Mute</property>
1622
 
                        <property name="use_underline">True</property>
1623
 
                        <property name="stock_id">gnome-stock-volume</property>
1624
 
                      </widget>
1625
 
                      <packing>
1626
 
                        <property name="expand">False</property>
1627
 
                      </packing>
1628
 
                    </child>
1629
 
                    <child>
1630
 
                      <widget class="GtkToolButton" id="tool_button_schedule">
1631
 
                        <property name="visible">True</property>
1632
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1633
 
                        <property name="label" translatable="yes">Schedule</property>
1634
 
                        <property name="stock_id">gnome-stock-timer</property>
1635
 
                      </widget>
1636
 
                      <packing>
1637
 
                        <property name="expand">False</property>
1638
 
                      </packing>
1639
 
                    </child>
1640
 
                    <child>
1641
 
                      <widget class="GtkToggleToolButton" id="tool_button_broadcast">
1642
 
                        <property name="visible">True</property>
1643
 
                        <property name="label" translatable="yes">Broadcast</property>
1644
 
                        <property name="stock_id">gtk-network</property>
1645
 
                      </widget>
1646
 
                      <packing>
1647
 
                        <property name="expand">False</property>
1648
 
                      </packing>
1649
 
                    </child>
1650
 
                  </widget>
1651
 
                </child>
1652
 
              </widget>
1653
 
              <packing>
1654
 
                <property name="expand">False</property>
1655
 
              </packing>
1656
 
            </child>
1657
 
            <child>
1658
 
              <widget class="GtkVPaned" id="vpaned_main">
1659
 
                <property name="visible">True</property>
1660
 
                <property name="can_focus">True</property>
1661
 
                <child>
1662
 
                  <widget class="GtkEventBox" id="event_box_video">
1663
 
                    <property name="width_request">160</property>
1664
 
                    <property name="height_request">90</property>
1665
 
                    <property name="visible">True</property>
1666
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_SCROLL_MASK</property>
1667
 
                    <property name="above_child">True</property>
1668
 
                    <child>
1669
 
                      <widget class="GtkDrawingArea" id="drawing_area_video">
1670
 
                        <property name="visible">True</property>
1671
 
                        <property name="events">GDK_EXPOSURE_MASK | GDK_STRUCTURE_MASK</property>
1672
 
                      </widget>
1673
 
                    </child>
1674
 
                  </widget>
1675
 
                  <packing>
1676
 
                    <property name="resize">True</property>
1677
 
                    <property name="shrink">False</property>
1678
 
                  </packing>
1679
 
                </child>
1680
 
                <child>
1681
 
                  <widget class="GtkVBox" id="vbox_epg">
1682
 
                    <property name="height_request">100</property>
1683
 
                    <property name="visible">True</property>
1684
 
                    <child>
1685
 
                      <widget class="GtkHBox" id="hbox_epg">
1686
 
                        <property name="visible">True</property>
1687
 
                        <child>
1688
 
                          <widget class="GtkButton" id="button_epg_previous">
1689
 
                            <property name="visible">True</property>
1690
 
                            <property name="can_focus">True</property>
1691
 
                            <property name="receives_default">True</property>
1692
 
                            <property name="label" translatable="yes">&lt; Previous</property>
1693
 
                            <property name="response_id">0</property>
1694
 
                          </widget>
1695
 
                        </child>
1696
 
                        <child>
1697
 
                          <widget class="GtkButton" id="button_epg_now">
1698
 
                            <property name="visible">True</property>
1699
 
                            <property name="can_focus">True</property>
1700
 
                            <property name="receives_default">True</property>
1701
 
                            <property name="label" translatable="yes">What's on now</property>
1702
 
                            <property name="response_id">0</property>
1703
 
                          </widget>
1704
 
                          <packing>
1705
 
                            <property name="position">1</property>
1706
 
                          </packing>
1707
 
                        </child>
1708
 
                        <child>
1709
 
                          <widget class="GtkButton" id="button_epg_next">
1710
 
                            <property name="visible">True</property>
1711
 
                            <property name="can_focus">True</property>
1712
 
                            <property name="receives_default">True</property>
1713
 
                            <property name="label" translatable="yes">Next &gt;</property>
1714
 
                            <property name="response_id">0</property>
1715
 
                          </widget>
1716
 
                          <packing>
1717
 
                            <property name="position">2</property>
1718
 
                          </packing>
1719
 
                        </child>
1720
 
                      </widget>
1721
 
                      <packing>
1722
 
                        <property name="expand">False</property>
1723
 
                      </packing>
1724
 
                    </child>
1725
 
                    <child>
1726
 
                      <widget class="GtkScrolledWindow" id="scrolled_window_epg">
1727
 
                        <property name="visible">True</property>
1728
 
                        <property name="can_focus">True</property>
1729
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1730
 
                        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1731
 
                        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1732
 
                        <child>
1733
 
                          <widget class="GtkViewport" id="viewport_epg">
1734
 
                            <property name="visible">True</property>
1735
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1736
 
                            <property name="resize_mode">GTK_RESIZE_QUEUE</property>
1737
 
                            <child>
1738
 
                              <widget class="GtkTable" id="table_epg">
1739
 
                                <property name="visible">True</property>
1740
 
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
1741
 
                                <property name="border_width">5</property>
1742
 
                                <child>
1743
 
                                  <placeholder/>
1744
 
                                </child>
1745
 
                              </widget>
1746
 
                            </child>
1747
 
                          </widget>
1748
 
                        </child>
1749
 
                      </widget>
1750
 
                      <packing>
1751
 
                        <property name="position">1</property>
1752
 
                      </packing>
1753
 
                    </child>
1754
 
                  </widget>
1755
 
                  <packing>
1756
 
                    <property name="resize">True</property>
1757
 
                    <property name="shrink">True</property>
1758
 
                  </packing>
1759
 
                </child>
1760
 
              </widget>
1761
 
              <packing>
1762
 
                <property name="position">1</property>
1763
 
              </packing>
1764
 
            </child>
1765
 
          </widget>
1766
 
        </child>
1767
 
      </widget>
1768
 
      <packing>
1769
 
        <property name="expand">True</property>
1770
 
        <property name="fill">True</property>
1771
 
      </packing>
1772
 
    </child>
1773
 
    <child internal-child="appbar">
1774
 
      <widget class="GnomeAppBar" id="app_bar">
1775
 
        <property name="visible">True</property>
1776
 
        <property name="spacing">4</property>
1777
 
        <property name="has_progress">True</property>
1778
 
        <property name="has_status">True</property>
1779
 
      </widget>
1780
 
      <packing>
1781
 
        <property name="position">1</property>
1782
 
      </packing>
1783
 
    </child>
1784
 
  </widget>
1785
 
  <widget class="GtkWindow" id="window_scan_wizard">
1786
 
    <property name="border_width">4</property>
1787
 
    <property name="title" translatable="yes">Me TV - Scan Wizard</property>
1788
 
    <property name="modal">True</property>
1789
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
1790
 
    <property name="icon_name">me-tv.xpm</property>
1791
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
1792
 
    <property name="skip_taskbar_hint">True</property>
1793
 
    <property name="skip_pager_hint">True</property>
1794
 
    <property name="gravity">GDK_GRAVITY_CENTER</property>
1795
 
    <property name="transient_for">dialog_channels</property>
1796
 
    <child>
1797
 
      <widget class="GtkVBox" id="vbox_scan">
1798
 
        <property name="visible">True</property>
1799
 
        <property name="spacing">5</property>
1800
 
        <child>
1801
 
          <widget class="GtkNotebook" id="notebook_scan_wizard">
1802
 
            <property name="visible">True</property>
1803
 
            <property name="can_focus">True</property>
1804
 
            <child>
1805
 
              <widget class="GtkTable" id="table1">
1806
 
                <property name="visible">True</property>
1807
 
                <property name="n_rows">7</property>
1808
 
                <property name="n_columns">2</property>
1809
 
                <child>
1810
 
                  <placeholder/>
1811
 
                </child>
1812
 
                <child>
1813
 
                  <placeholder/>
1814
 
                </child>
1815
 
                <child>
1816
 
                  <placeholder/>
1817
 
                </child>
1818
 
                <child>
1819
 
                  <placeholder/>
1820
 
                </child>
1821
 
                <child>
1822
 
                  <widget class="GtkFileChooserButton" id="file_chooser_button_channels_conf">
1823
 
                    <property name="visible">True</property>
1824
 
                    <property name="tooltip" translatable="yes">Select a channels.conf to import</property>
1825
 
                    <property name="title" translatable="yes">Select a channels.conf file</property>
1826
 
                  </widget>
1827
 
                  <packing>
1828
 
                    <property name="left_attach">1</property>
1829
 
                    <property name="right_attach">2</property>
1830
 
                    <property name="top_attach">6</property>
1831
 
                    <property name="bottom_attach">7</property>
1832
 
                  </packing>
1833
 
                </child>
1834
 
                <child>
1835
 
                  <widget class="GtkRadioButton" id="radio_button_scan_import_channels_conf">
1836
 
                    <property name="visible">True</property>
1837
 
                    <property name="can_focus">True</property>
1838
 
                    <property name="label" translatable="yes">Import a channels.conf</property>
1839
 
                    <property name="response_id">0</property>
1840
 
                    <property name="active">True</property>
1841
 
                    <property name="draw_indicator">True</property>
1842
 
                    <property name="group">radio_button_scan_by_location</property>
1843
 
                  </widget>
1844
 
                  <packing>
1845
 
                    <property name="top_attach">5</property>
1846
 
                    <property name="bottom_attach">6</property>
1847
 
                    <property name="y_options"></property>
1848
 
                  </packing>
1849
 
                </child>
1850
 
                <child>
1851
 
                  <widget class="GtkLabel" id="label_scan_device">
1852
 
                    <property name="visible">True</property>
1853
 
                    <property name="xalign">0</property>
1854
 
                    <property name="label" translatable="yes">Device Text</property>
1855
 
                  </widget>
1856
 
                  <packing>
1857
 
                    <property name="left_attach">1</property>
1858
 
                    <property name="right_attach">2</property>
1859
 
                  </packing>
1860
 
                </child>
1861
 
                <child>
1862
 
                  <widget class="GtkLabel" id="label_select_device">
1863
 
                    <property name="visible">True</property>
1864
 
                    <property name="xalign">1</property>
1865
 
                    <property name="label" translatable="yes">Device: </property>
1866
 
                  </widget>
1867
 
                  <packing>
1868
 
                    <property name="y_options"></property>
1869
 
                  </packing>
1870
 
                </child>
1871
 
                <child>
1872
 
                  <widget class="GtkRadioButton" id="radio_button_scan_by_location">
1873
 
                    <property name="visible">True</property>
1874
 
                    <property name="can_focus">True</property>
1875
 
                    <property name="label" translatable="yes">By location</property>
1876
 
                    <property name="response_id">0</property>
1877
 
                    <property name="active">True</property>
1878
 
                    <property name="draw_indicator">True</property>
1879
 
                  </widget>
1880
 
                  <packing>
1881
 
                    <property name="right_attach">2</property>
1882
 
                    <property name="top_attach">1</property>
1883
 
                    <property name="bottom_attach">2</property>
1884
 
                  </packing>
1885
 
                </child>
1886
 
                <child>
1887
 
                  <widget class="GtkRadioButton" id="radio_button_scan_by_file">
1888
 
                    <property name="visible">True</property>
1889
 
                    <property name="can_focus">True</property>
1890
 
                    <property name="label" translatable="yes">Select a file to scan</property>
1891
 
                    <property name="response_id">0</property>
1892
 
                    <property name="active">True</property>
1893
 
                    <property name="draw_indicator">True</property>
1894
 
                    <property name="group">radio_button_scan_by_location</property>
1895
 
                  </widget>
1896
 
                  <packing>
1897
 
                    <property name="right_attach">2</property>
1898
 
                    <property name="top_attach">3</property>
1899
 
                    <property name="bottom_attach">4</property>
1900
 
                    <property name="y_options"></property>
1901
 
                  </packing>
1902
 
                </child>
1903
 
                <child>
1904
 
                  <widget class="GtkTable" id="table2">
1905
 
                    <property name="visible">True</property>
1906
 
                    <property name="n_rows">2</property>
1907
 
                    <property name="n_columns">2</property>
1908
 
                    <child>
1909
 
                      <widget class="GtkLabel" id="label5">
1910
 
                        <property name="visible">True</property>
1911
 
                        <property name="label" translatable="yes">Select your country: </property>
1912
 
                      </widget>
1913
 
                    </child>
1914
 
                    <child>
1915
 
                      <widget class="GtkComboBox" id="combo_box_select_country">
1916
 
                        <property name="visible">True</property>
1917
 
                      </widget>
1918
 
                      <packing>
1919
 
                        <property name="left_attach">1</property>
1920
 
                        <property name="right_attach">2</property>
1921
 
                        <property name="y_options"></property>
1922
 
                      </packing>
1923
 
                    </child>
1924
 
                    <child>
1925
 
                      <widget class="GtkLabel" id="label_select_region">
1926
 
                        <property name="visible">True</property>
1927
 
                        <property name="label" translatable="yes">Select your region: </property>
1928
 
                      </widget>
1929
 
                      <packing>
1930
 
                        <property name="top_attach">1</property>
1931
 
                        <property name="bottom_attach">2</property>
1932
 
                      </packing>
1933
 
                    </child>
1934
 
                    <child>
1935
 
                      <widget class="GtkComboBox" id="combo_box_select_region">
1936
 
                        <property name="visible">True</property>
1937
 
                      </widget>
1938
 
                      <packing>
1939
 
                        <property name="left_attach">1</property>
1940
 
                        <property name="right_attach">2</property>
1941
 
                        <property name="top_attach">1</property>
1942
 
                        <property name="bottom_attach">2</property>
1943
 
                        <property name="y_options"></property>
1944
 
                      </packing>
1945
 
                    </child>
1946
 
                  </widget>
1947
 
                  <packing>
1948
 
                    <property name="left_attach">1</property>
1949
 
                    <property name="right_attach">2</property>
1950
 
                    <property name="top_attach">2</property>
1951
 
                    <property name="bottom_attach">3</property>
1952
 
                  </packing>
1953
 
                </child>
1954
 
                <child>
1955
 
                  <widget class="GtkFileChooserButton" id="file_chooser_button_select_file_to_scan">
1956
 
                    <property name="visible">True</property>
1957
 
                    <property name="tooltip" translatable="yes">Select a region file to scan</property>
1958
 
                    <property name="title" translatable="yes">Select a file</property>
1959
 
                  </widget>
1960
 
                  <packing>
1961
 
                    <property name="left_attach">1</property>
1962
 
                    <property name="right_attach">2</property>
1963
 
                    <property name="top_attach">4</property>
1964
 
                    <property name="bottom_attach">5</property>
1965
 
                  </packing>
1966
 
                </child>
1967
 
              </widget>
1968
 
            </child>
1969
 
            <child>
1970
 
              <widget class="GtkLabel" id="label_select_scan_file">
1971
 
                <property name="visible">True</property>
1972
 
                <property name="label" translatable="yes">Select Scan File</property>
1973
 
              </widget>
1974
 
              <packing>
1975
 
                <property name="type">tab</property>
1976
 
                <property name="tab_fill">False</property>
1977
 
              </packing>
1978
 
            </child>
1979
 
            <child>
1980
 
              <widget class="GtkVBox" id="vbox4">
1981
 
                <property name="visible">True</property>
1982
 
                <child>
1983
 
                  <widget class="GtkHBox" id="hbox13">
1984
 
                    <property name="visible">True</property>
1985
 
                    <child>
1986
 
                      <widget class="GtkProgressBar" id="progress_bar_scan">
1987
 
                        <property name="visible">True</property>
1988
 
                        <property name="text" translatable="yes">Scan Progress</property>
1989
 
                      </widget>
1990
 
                    </child>
1991
 
                  </widget>
1992
 
                  <packing>
1993
 
                    <property name="expand">False</property>
1994
 
                    <property name="fill">False</property>
1995
 
                  </packing>
1996
 
                </child>
1997
 
                <child>
1998
 
                  <widget class="GtkLabel" id="label_scan_information">
1999
 
                    <property name="visible">True</property>
2000
 
                    <property name="label" translatable="yes">Scanning ...</property>
2001
 
                  </widget>
2002
 
                  <packing>
2003
 
                    <property name="position">1</property>
2004
 
                  </packing>
2005
 
                </child>
2006
 
              </widget>
2007
 
              <packing>
2008
 
                <property name="position">1</property>
2009
 
              </packing>
2010
 
            </child>
2011
 
            <child>
2012
 
              <widget class="GtkLabel" id="label_scanning">
2013
 
                <property name="visible">True</property>
2014
 
                <property name="label" translatable="yes">Scanning/Importing</property>
2015
 
              </widget>
2016
 
              <packing>
2017
 
                <property name="type">tab</property>
2018
 
                <property name="position">1</property>
2019
 
                <property name="tab_fill">False</property>
2020
 
              </packing>
2021
 
            </child>
2022
 
            <child>
2023
 
              <widget class="GtkVBox" id="vbox11">
2024
 
                <property name="visible">True</property>
2025
 
                <child>
2026
 
                  <widget class="GtkLabel" id="label2">
2027
 
                    <property name="visible">True</property>
2028
 
                    <property name="label" translatable="yes">Select the channels that you want to add.</property>
2029
 
                  </widget>
2030
 
                  <packing>
2031
 
                    <property name="expand">False</property>
2032
 
                  </packing>
2033
 
                </child>
2034
 
                <child>
2035
 
                  <widget class="GtkScrolledWindow" id="scrolledwindow1">
2036
 
                    <property name="visible">True</property>
2037
 
                    <property name="can_focus">True</property>
2038
 
                    <property name="border_width">2</property>
2039
 
                    <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2040
 
                    <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2041
 
                    <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
2042
 
                    <child>
2043
 
                      <widget class="GtkTreeView" id="tree_view_scanned_channels">
2044
 
                        <property name="width_request">150</property>
2045
 
                        <property name="visible">True</property>
2046
 
                        <property name="can_focus">True</property>
2047
 
                      </widget>
2048
 
                    </child>
2049
 
                  </widget>
2050
 
                  <packing>
2051
 
                    <property name="position">1</property>
2052
 
                  </packing>
2053
 
                </child>
2054
 
              </widget>
2055
 
              <packing>
2056
 
                <property name="position">2</property>
2057
 
              </packing>
2058
 
            </child>
2059
 
            <child>
2060
 
              <widget class="GtkLabel" id="label_select_channels">
2061
 
                <property name="visible">True</property>
2062
 
                <property name="label" translatable="yes">Select Channels</property>
2063
 
              </widget>
2064
 
              <packing>
2065
 
                <property name="type">tab</property>
2066
 
                <property name="position">2</property>
2067
 
                <property name="tab_fill">False</property>
2068
 
              </packing>
2069
 
            </child>
2070
 
          </widget>
2071
 
        </child>
2072
 
        <child>
2073
 
          <widget class="GtkHButtonBox" id="hbuttonbox_buttons">
2074
 
            <property name="visible">True</property>
2075
 
            <property name="spacing">10</property>
2076
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
2077
 
            <child>
2078
 
              <widget class="GtkButton" id="button_scan_wizard_cancel">
2079
 
                <property name="visible">True</property>
2080
 
                <property name="can_focus">True</property>
2081
 
                <property name="receives_default">True</property>
2082
 
                <property name="label">gtk-cancel</property>
2083
 
                <property name="use_stock">True</property>
2084
 
                <property name="response_id">0</property>
2085
 
              </widget>
2086
 
            </child>
2087
 
            <child>
2088
 
              <widget class="GtkButton" id="button_scan_wizard_next">
2089
 
                <property name="visible">True</property>
2090
 
                <property name="can_focus">True</property>
2091
 
                <property name="receives_default">True</property>
2092
 
                <property name="label">gtk-media-next</property>
2093
 
                <property name="use_stock">True</property>
2094
 
                <property name="response_id">0</property>
2095
 
              </widget>
2096
 
              <packing>
2097
 
                <property name="position">1</property>
2098
 
              </packing>
2099
 
            </child>
2100
 
            <child>
2101
 
              <widget class="GtkButton" id="button_scan_wizard_add">
2102
 
                <property name="visible">True</property>
2103
 
                <property name="can_focus">True</property>
2104
 
                <property name="receives_default">True</property>
2105
 
                <property name="label">gtk-add</property>
2106
 
                <property name="use_stock">True</property>
2107
 
                <property name="response_id">0</property>
2108
 
              </widget>
2109
 
              <packing>
2110
 
                <property name="position">2</property>
2111
 
              </packing>
2112
 
            </child>
2113
 
          </widget>
2114
 
          <packing>
2115
 
            <property name="expand">False</property>
2116
 
            <property name="fill">False</property>
2117
 
            <property name="position">1</property>
2118
 
          </packing>
2119
 
        </child>
2120
 
      </widget>
2121
 
    </child>
2122
 
  </widget>
2123
 
  <widget class="GtkDialog" id="dialog_devices">
2124
 
    <property name="border_width">5</property>
2125
 
    <property name="title" translatable="yes">Me TV - Devices</property>
2126
 
    <property name="modal">True</property>
2127
 
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
2128
 
    <property name="icon_name">me-tv</property>
2129
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2130
 
    <property name="skip_taskbar_hint">True</property>
2131
 
    <property name="skip_pager_hint">True</property>
2132
 
    <property name="transient_for">application_window</property>
2133
 
    <property name="has_separator">False</property>
2134
 
    <child internal-child="vbox">
2135
 
      <widget class="GtkVBox" id="dialog-vbox9">
2136
 
        <property name="visible">True</property>
2137
 
        <property name="spacing">2</property>
2138
 
        <child>
2139
 
          <widget class="GtkVBox" id="vbox2">
2140
 
            <property name="visible">True</property>
2141
 
            <child>
2142
 
              <widget class="GtkLabel" id="label_select_devic">
2143
 
                <property name="visible">True</property>
2144
 
                <property name="xalign">0</property>
2145
 
                <property name="label" translatable="yes">Please select a device:</property>
2146
 
              </widget>
2147
 
              <packing>
2148
 
                <property name="expand">False</property>
2149
 
                <property name="fill">False</property>
2150
 
              </packing>
2151
 
            </child>
2152
 
            <child>
2153
 
              <widget class="GtkScrolledWindow" id="scrolledwindow3">
2154
 
                <property name="visible">True</property>
2155
 
                <property name="can_focus">True</property>
2156
 
                <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2157
 
                <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2158
 
                <property name="shadow_type">GTK_SHADOW_IN</property>
2159
 
                <child>
2160
 
                  <widget class="GtkTreeView" id="tree_view_devices">
2161
 
                    <property name="width_request">500</property>
2162
 
                    <property name="height_request">100</property>
2163
 
                    <property name="visible">True</property>
2164
 
                    <property name="can_focus">True</property>
2165
 
                    <property name="headers_clickable">True</property>
2166
 
                  </widget>
2167
 
                </child>
2168
 
              </widget>
2169
 
              <packing>
2170
 
                <property name="position">1</property>
2171
 
              </packing>
2172
 
            </child>
2173
 
          </widget>
2174
 
          <packing>
2175
 
            <property name="position">1</property>
2176
 
          </packing>
2177
 
        </child>
2178
 
        <child internal-child="action_area">
2179
 
          <widget class="GtkHButtonBox" id="dialog-action_area9">
2180
 
            <property name="visible">True</property>
2181
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
2182
 
            <child>
2183
 
              <widget class="GtkButton" id="button_cancel">
2184
 
                <property name="visible">True</property>
2185
 
                <property name="can_focus">True</property>
2186
 
                <property name="receives_default">True</property>
2187
 
                <property name="label" translatable="yes">gtk-cancel</property>
2188
 
                <property name="use_stock">True</property>
2189
 
                <property name="response_id">-1</property>
2190
 
              </widget>
2191
 
            </child>
2192
 
            <child>
2193
 
              <widget class="GtkButton" id="button_ok">
2194
 
                <property name="visible">True</property>
2195
 
                <property name="can_focus">True</property>
2196
 
                <property name="receives_default">True</property>
2197
 
                <property name="label" translatable="yes">gtk-ok</property>
2198
 
                <property name="use_stock">True</property>
2199
 
                <property name="response_id">0</property>
2200
 
              </widget>
2201
 
              <packing>
2202
 
                <property name="position">1</property>
2203
 
              </packing>
2204
 
            </child>
2205
 
          </widget>
2206
 
          <packing>
2207
 
            <property name="expand">False</property>
2208
 
            <property name="pack_type">GTK_PACK_END</property>
2209
 
          </packing>
2210
 
        </child>
2211
 
      </widget>
2212
 
    </child>
2213
 
  </widget>
2214
 
</glade-interface>