~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to panels/bluetooth/bluetooth.ui

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Jeremy Bicha, Ken VanDine
  • Date: 2012-02-15 23:16:31 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20120215231631-vk7me0mhofpsq0hp
Tags: 1:3.3.5-0ubuntu1
* Upload the new serie, that will bring in quite some fixes, we revert
  some problematic or risky changes as well
* The new version includes those fixes:
  - "Change Password in User Accounts panel focuses "New password" field, 
     skipping "Current password"" (lp: #821759)
  - The dialog to add online accounts should have a title 
    (lp: #822380)
  - "Remove Profile" button clickable in Color panel when 
     no profile selected (lp: #869603)
  - Move Removable Media into System Info (lp: #835880)
  - Sound preferences: mouse scrolling balance only works for right.
    (lp: #918017)
  - gnome-control-center SIGSEGV in actualize_printers_list() 
    (lp: #903009)
  - selecting preffered applications is not an info (lp: #890143)
  - Add a keyboard shortcut by default for take screenshot of a selection"
    (lp: #625518)
* debian/patches/revert_git_datetime_port.patch:
  - revert use of datetimed, we don't use systemd and ubuntu-system-service 
    doesn't support it yet
* debian/patches/revert_git_drop_library.patch:
  - consolidate "01_allow_external_panels.patch", don't drop the library
    we use it from other components on ubuntu, the patch will be improved
    later to not use a copy of files like it does in that version
* debian/patches/revert_git_stop_using_gconf.patch,
  debian/patches/revert_ua_gsettings.patch,
  debian/patches/revert_git_keyboard_gsettings.patch:
  - revert keyboard porting to gsettings, compiz still use gconf and we
    didn't update gnome-shell to the new serie (yet)

[ Jeremy Bicha ]
* New upstream release (Thanks Rico Tzchichholz!)
* debian/control.in:
  - Bump minimum dependency versions and add libwacom dependency
* debian/rules: Build without -Wl,-z,defs
* debian/watch: Watch for unstable releases
* Refreshed patches:
  - 01_allow_external_panels.patch
  - 04_add_theme_selection.patch
  - 50_ubuntu_systemwide_prefs.patch
  - 58_ubuntu_icon_views_redesign.patch
  - 59_install_gcm_components_on_demand.patch
  - 91_configure_cheese.patch
* Dropped upstream patches:
  - 00git_handle_media_dialog_close.patch
  - 03_show_wacom_under_unity.patch
  - 90_git_sound_tab_order.patch
  - 91_git_build_use_fontconfig.patch
  - 92_git_minimal_output_height.patch
  - 93_change_window_role_on_panel_change.patch
  - 94_git_adding_shortcuts.patch
  - 95_git_ctrlw_shortcut.patch
  - git_extra_keywords.patch

[ Ken VanDine ]
* debian/patches/96_sound_nua_panel.patch
  - refreshed with latest changes from ronoc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkWindow" id="window1">
 
5
    <property name="can_focus">False</property>
 
6
    <child>
 
7
      <object class="GtkGrid" id="grid">
 
8
        <property name="visible">True</property>
 
9
        <property name="can_focus">False</property>
 
10
        <property name="border_width">12</property>
 
11
        <child>
 
12
          <placeholder/>
 
13
        </child>
 
14
        <child>
 
15
          <object class="GtkBox" id="vbox">
 
16
            <property name="visible">True</property>
 
17
            <property name="can_focus">False</property>
 
18
            <property name="orientation">vertical</property>
 
19
            <child>
 
20
              <object class="GtkBox" id="box_devices">
 
21
                <property name="visible">True</property>
 
22
                <property name="can_focus">False</property>
 
23
                <property name="orientation">vertical</property>
 
24
                <child>
 
25
                  <object class="GtkScrolledWindow" id="message_scrolledwindow">
 
26
                    <property name="sensitive">False</property>
 
27
                    <property name="can_focus">True</property>
 
28
                    <property name="no_show_all">True</property>
 
29
                    <property name="hscrollbar_policy">never</property>
 
30
                    <property name="shadow_type">in</property>
 
31
                    <property name="min_content_width">200</property>
 
32
                    <property name="min_content_height">250</property>
 
33
                    <child>
 
34
                      <object class="GtkViewport" id="viewport2">
 
35
                        <property name="visible">True</property>
 
36
                        <property name="can_focus">False</property>
 
37
                        <child>
 
38
                          <object class="GtkLabel" id="message_label">
 
39
                            <property name="visible">True</property>
 
40
                            <property name="can_focus">False</property>
 
41
                            <property name="xalign">0</property>
 
42
                            <property name="yalign">0</property>
 
43
                            <property name="xpad">12</property>
 
44
                            <property name="ypad">12</property>
 
45
                            <property name="label">Bluetooth is disabled by hardware switch</property>
 
46
                            <property name="wrap">True</property>
 
47
                          </object>
 
48
                        </child>
 
49
                      </object>
 
50
                    </child>
 
51
                  </object>
 
52
                  <packing>
 
53
                    <property name="expand">True</property>
 
54
                    <property name="fill">True</property>
 
55
                    <property name="position">0</property>
 
56
                  </packing>
 
57
                </child>
 
58
              </object>
 
59
              <packing>
 
60
                <property name="expand">True</property>
 
61
                <property name="fill">True</property>
 
62
                <property name="position">0</property>
 
63
              </packing>
 
64
            </child>
 
65
            <child>
 
66
              <object class="GtkToolbar" id="toolbar">
 
67
                <property name="visible">True</property>
 
68
                <property name="can_focus">False</property>
 
69
                <property name="toolbar_style">icons</property>
 
70
                <property name="icon_size">1</property>
 
71
                <style>
 
72
                  <class name="inline-toolbar"/>
 
73
                </style>
 
74
                <child>
 
75
                  <object class="GtkToolButton" id="button_setup">
 
76
                    <property name="visible">True</property>
 
77
                    <property name="can_focus">False</property>
 
78
                    <property name="use_action_appearance">False</property>
 
79
                    <property name="use_underline">True</property>
 
80
                    <property name="icon_name">list-add-symbolic</property>
 
81
                    <property name="label" translatable="yes">Set Up New Device</property>
 
82
                  </object>
 
83
                  <packing>
 
84
                    <property name="expand">False</property>
 
85
                    <property name="homogeneous">True</property>
 
86
                  </packing>
 
87
                </child>
 
88
                <child>
 
89
                  <object class="GtkToolButton" id="button_delete">
 
90
                    <property name="visible">True</property>
 
91
                    <property name="sensitive">False</property>
 
92
                    <property name="can_focus">False</property>
 
93
                    <property name="use_action_appearance">False</property>
 
94
                    <property name="use_underline">True</property>
 
95
                    <property name="icon_name">list-remove-symbolic</property>
 
96
                    <property name="label" translatable="yes">Remove Device</property>
 
97
                  </object>
 
98
                  <packing>
 
99
                    <property name="expand">False</property>
 
100
                    <property name="homogeneous">True</property>
 
101
                  </packing>
 
102
                </child>
 
103
              </object>
 
104
              <packing>
 
105
                <property name="expand">False</property>
 
106
                <property name="fill">True</property>
 
107
                <property name="position">1</property>
 
108
              </packing>
 
109
            </child>
 
110
          </object>
 
111
          <packing>
 
112
            <property name="left_attach">0</property>
 
113
            <property name="top_attach">1</property>
 
114
            <property name="width">1</property>
 
115
            <property name="height">1</property>
 
116
          </packing>
 
117
        </child>
 
118
        <child>
 
119
          <object class="GtkNotebook" id="props_notebook">
 
120
            <property name="visible">True</property>
 
121
            <property name="can_focus">False</property>
 
122
            <property name="margin_left">6</property>
 
123
            <property name="show_tabs">False</property>
 
124
            <property name="show_border">False</property>
 
125
            <child>
 
126
              <object class="GtkScrolledWindow" id="scrolledwindow2">
 
127
                <property name="visible">True</property>
 
128
                <property name="can_focus">True</property>
 
129
                <property name="shadow_type">in</property>
 
130
                <child>
 
131
                  <object class="GtkViewport" id="viewport3">
 
132
                    <property name="visible">True</property>
 
133
                    <property name="can_focus">False</property>
 
134
                    <child>
 
135
                      <object class="GtkLabel" id="label8">
 
136
                        <property name="visible">True</property>
 
137
                        <property name="can_focus">False</property>
 
138
                      </object>
 
139
                    </child>
 
140
                  </object>
 
141
                </child>
 
142
              </object>
 
143
            </child>
 
144
            <child type="tab">
 
145
              <object class="GtkLabel" id="label1">
 
146
                <property name="visible">True</property>
 
147
                <property name="can_focus">False</property>
 
148
                <property name="label">empty</property>
 
149
              </object>
 
150
              <packing>
 
151
                <property name="tab_fill">False</property>
 
152
              </packing>
 
153
            </child>
 
154
            <child>
 
155
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
156
                <property name="visible">True</property>
 
157
                <property name="can_focus">True</property>
 
158
                <property name="hscrollbar_policy">never</property>
 
159
                <property name="vscrollbar_policy">automatic</property>
 
160
                <property name="shadow_type">in</property>
 
161
                <child>
 
162
                  <object class="GtkViewport" id="viewport1">
 
163
                    <property name="visible">True</property>
 
164
                    <property name="can_focus">False</property>
 
165
                    <property name="shadow_type">none</property>
 
166
                    <child>
 
167
                      <object class="GtkBox" id="properties_vbox">
 
168
                        <property name="visible">True</property>
 
169
                        <property name="can_focus">False</property>
 
170
                        <property name="margin_top">8</property>
 
171
                        <property name="orientation">vertical</property>
 
172
                        <child>
 
173
                          <object class="GtkBox" id="box1">
 
174
                            <property name="visible">True</property>
 
175
                            <property name="can_focus">False</property>
 
176
                            <property name="orientation">vertical</property>
 
177
                            <property name="spacing">6</property>
 
178
                            <child>
 
179
                              <object class="GtkBox" id="box2">
 
180
                                <property name="visible">True</property>
 
181
                                <property name="can_focus">False</property>
 
182
                                <property name="spacing">18</property>
 
183
                                <property name="homogeneous">True</property>
 
184
                                <child>
 
185
                                  <object class="GtkLabel" id="connection_label">
 
186
                                    <property name="visible">True</property>
 
187
                                    <property name="can_focus">False</property>
 
188
                                    <property name="xalign">1</property>
 
189
                                    <property name="label" translatable="yes">Connection</property>
 
190
                                    <style>
 
191
                                      <class name="dim-label"/>
 
192
                                    </style>
 
193
                                  </object>
 
194
                                  <packing>
 
195
                                    <property name="expand">False</property>
 
196
                                    <property name="fill">True</property>
 
197
                                    <property name="position">0</property>
 
198
                                  </packing>
 
199
                                </child>
 
200
                                <child>
 
201
                                  <object class="GtkBox" id="box6">
 
202
                                    <property name="visible">True</property>
 
203
                                    <property name="can_focus">False</property>
 
204
                                    <child>
 
205
                                      <object class="GtkSwitch" id="switch_connection">
 
206
                                        <property name="visible">True</property>
 
207
                                        <property name="can_focus">True</property>
 
208
                                        <property name="use_action_appearance">False</property>
 
209
                                      </object>
 
210
                                      <packing>
 
211
                                        <property name="expand">False</property>
 
212
                                        <property name="fill">False</property>
 
213
                                        <property name="position">0</property>
 
214
                                      </packing>
 
215
                                    </child>
 
216
                                  </object>
 
217
                                  <packing>
 
218
                                    <property name="expand">False</property>
 
219
                                    <property name="fill">True</property>
 
220
                                    <property name="position">1</property>
 
221
                                  </packing>
 
222
                                </child>
 
223
                              </object>
 
224
                              <packing>
 
225
                                <property name="expand">False</property>
 
226
                                <property name="fill">True</property>
 
227
                                <property name="position">0</property>
 
228
                              </packing>
 
229
                            </child>
 
230
                            <child>
 
231
                              <object class="GtkBox" id="box3">
 
232
                                <property name="visible">True</property>
 
233
                                <property name="can_focus">False</property>
 
234
                                <property name="spacing">18</property>
 
235
                                <property name="homogeneous">True</property>
 
236
                                <child>
 
237
                                  <object class="GtkLabel" id="label4">
 
238
                                    <property name="visible">True</property>
 
239
                                    <property name="can_focus">False</property>
 
240
                                    <property name="xalign">1</property>
 
241
                                    <property name="label" translatable="yes">Paired</property>
 
242
                                    <style>
 
243
                                      <class name="dim-label"/>
 
244
                                    </style>
 
245
                                  </object>
 
246
                                  <packing>
 
247
                                    <property name="expand">False</property>
 
248
                                    <property name="fill">True</property>
 
249
                                    <property name="position">0</property>
 
250
                                  </packing>
 
251
                                </child>
 
252
                                <child>
 
253
                                  <object class="GtkLabel" id="paired_label">
 
254
                                    <property name="visible">True</property>
 
255
                                    <property name="can_focus">False</property>
 
256
                                    <property name="xalign">0</property>
 
257
                                    <property name="label">Yes</property>
 
258
                                  </object>
 
259
                                  <packing>
 
260
                                    <property name="expand">False</property>
 
261
                                    <property name="fill">True</property>
 
262
                                    <property name="position">1</property>
 
263
                                  </packing>
 
264
                                </child>
 
265
                              </object>
 
266
                              <packing>
 
267
                                <property name="expand">False</property>
 
268
                                <property name="fill">True</property>
 
269
                                <property name="position">1</property>
 
270
                              </packing>
 
271
                            </child>
 
272
                            <child>
 
273
                              <object class="GtkBox" id="box4">
 
274
                                <property name="visible">True</property>
 
275
                                <property name="can_focus">False</property>
 
276
                                <property name="spacing">18</property>
 
277
                                <property name="homogeneous">True</property>
 
278
                                <child>
 
279
                                  <object class="GtkLabel" id="label5">
 
280
                                    <property name="visible">True</property>
 
281
                                    <property name="can_focus">False</property>
 
282
                                    <property name="xalign">1</property>
 
283
                                    <property name="label" translatable="yes">Type</property>
 
284
                                    <style>
 
285
                                      <class name="dim-label"/>
 
286
                                    </style>
 
287
                                  </object>
 
288
                                  <packing>
 
289
                                    <property name="expand">False</property>
 
290
                                    <property name="fill">True</property>
 
291
                                    <property name="position">0</property>
 
292
                                  </packing>
 
293
                                </child>
 
294
                                <child>
 
295
                                  <object class="GtkLabel" id="type_label">
 
296
                                    <property name="visible">True</property>
 
297
                                    <property name="can_focus">False</property>
 
298
                                    <property name="xalign">0</property>
 
299
                                    <property name="label">Keyboard</property>
 
300
                                  </object>
 
301
                                  <packing>
 
302
                                    <property name="expand">False</property>
 
303
                                    <property name="fill">True</property>
 
304
                                    <property name="position">1</property>
 
305
                                  </packing>
 
306
                                </child>
 
307
                              </object>
 
308
                              <packing>
 
309
                                <property name="expand">False</property>
 
310
                                <property name="fill">True</property>
 
311
                                <property name="position">2</property>
 
312
                              </packing>
 
313
                            </child>
 
314
                            <child>
 
315
                              <object class="GtkBox" id="box5">
 
316
                                <property name="visible">True</property>
 
317
                                <property name="can_focus">False</property>
 
318
                                <property name="spacing">18</property>
 
319
                                <property name="homogeneous">True</property>
 
320
                                <child>
 
321
                                  <object class="GtkLabel" id="label6">
 
322
                                    <property name="visible">True</property>
 
323
                                    <property name="can_focus">False</property>
 
324
                                    <property name="xalign">1</property>
 
325
                                    <property name="label" translatable="yes">Address</property>
 
326
                                    <style>
 
327
                                      <class name="dim-label"/>
 
328
                                    </style>
 
329
                                  </object>
 
330
                                  <packing>
 
331
                                    <property name="expand">False</property>
 
332
                                    <property name="fill">True</property>
 
333
                                    <property name="position">0</property>
 
334
                                  </packing>
 
335
                                </child>
 
336
                                <child>
 
337
                                  <object class="GtkLabel" id="address_label">
 
338
                                    <property name="visible">True</property>
 
339
                                    <property name="can_focus">False</property>
 
340
                                    <property name="xalign">0</property>
 
341
                                    <property name="label">00:00:00:00:00</property>
 
342
                                    <property name="selectable">True</property>
 
343
                                  </object>
 
344
                                  <packing>
 
345
                                    <property name="expand">False</property>
 
346
                                    <property name="fill">True</property>
 
347
                                    <property name="position">1</property>
 
348
                                  </packing>
 
349
                                </child>
 
350
                              </object>
 
351
                              <packing>
 
352
                                <property name="expand">False</property>
 
353
                                <property name="fill">True</property>
 
354
                                <property name="position">3</property>
 
355
                              </packing>
 
356
                            </child>
 
357
                          </object>
 
358
                          <packing>
 
359
                            <property name="expand">False</property>
 
360
                            <property name="fill">True</property>
 
361
                            <property name="position">0</property>
 
362
                          </packing>
 
363
                        </child>
 
364
                        <child>
 
365
                          <object class="GtkBox" id="additional_setup_box">
 
366
                            <property name="can_focus">False</property>
 
367
                            <property name="no_show_all">True</property>
 
368
                            <property name="orientation">vertical</property>
 
369
                            <property name="spacing">8</property>
 
370
                            <child>
 
371
                              <placeholder/>
 
372
                            </child>
 
373
                          </object>
 
374
                          <packing>
 
375
                            <property name="expand">True</property>
 
376
                            <property name="fill">True</property>
 
377
                            <property name="position">1</property>
 
378
                          </packing>
 
379
                        </child>
 
380
                        <child>
 
381
                          <object class="GtkBox" id="vbox3">
 
382
                            <property name="visible">True</property>
 
383
                            <property name="can_focus">False</property>
 
384
                            <property name="margin_right">6</property>
 
385
                            <property name="margin_bottom">6</property>
 
386
                            <property name="orientation">vertical</property>
 
387
                            <property name="spacing">6</property>
 
388
                            <child>
 
389
                              <object class="GtkBox" id="mouse_box">
 
390
                                <property name="visible">True</property>
 
391
                                <property name="can_focus">False</property>
 
392
                                <child>
 
393
                                  <placeholder/>
 
394
                                </child>
 
395
                                <child>
 
396
                                 <object class="GtkLinkButton" id="mouse_link">
 
397
                                   <property name="label" translatable="yes">Mouse and Touchpad Settings</property>
 
398
                                   <property name="visible">True</property>
 
399
                                   <property name="can_focus">True</property>
 
400
                                   <property name="receives_default">True</property>
 
401
                                   <property name="has_tooltip">True</property>
 
402
                                   <property name="use_action_appearance">False</property>
 
403
                                   <property name="relief">none</property>
 
404
                                  </object>
 
405
                                  <packing>
 
406
                                    <property name="expand">False</property>
 
407
                                    <property name="fill">False</property>
 
408
                                    <property name="pack_type">end</property>
 
409
                                    <property name="position">1</property>
 
410
                                  </packing>
 
411
                                </child>
 
412
                              </object>
 
413
                              <packing>
 
414
                                <property name="expand">False</property>
 
415
                                <property name="fill">True</property>
 
416
                                <property name="position">0</property>
 
417
                              </packing>
 
418
                            </child>
 
419
                            <child>
 
420
                              <object class="GtkBox" id="sound_box">
 
421
                                <property name="visible">True</property>
 
422
                                <property name="can_focus">False</property>
 
423
                                <child>
 
424
                                  <placeholder/>
 
425
                                </child>
 
426
                                <child>
 
427
                                 <object class="GtkLinkButton" id="sound_link">
 
428
                                   <property name="label" translatable="yes">Sound Settings</property>
 
429
                                   <property name="visible">True</property>
 
430
                                   <property name="can_focus">True</property>
 
431
                                   <property name="receives_default">True</property>
 
432
                                   <property name="has_tooltip">True</property>
 
433
                                   <property name="use_action_appearance">False</property>
 
434
                                   <property name="relief">none</property>
 
435
                                  </object>
 
436
                                  <packing>
 
437
                                    <property name="expand">False</property>
 
438
                                    <property name="fill">False</property>
 
439
                                    <property name="pack_type">end</property>
 
440
                                    <property name="position">1</property>
 
441
                                  </packing>
 
442
                                </child>
 
443
                              </object>
 
444
                              <packing>
 
445
                                <property name="expand">False</property>
 
446
                                <property name="fill">True</property>
 
447
                                <property name="position">1</property>
 
448
                              </packing>
 
449
                            </child>
 
450
                            <child>
 
451
                              <object class="GtkBox" id="keyboard_box">
 
452
                                <property name="visible">True</property>
 
453
                                <property name="can_focus">False</property>
 
454
                                <child>
 
455
                                  <placeholder/>
 
456
                                </child>
 
457
                                <child>
 
458
                                 <object class="GtkLinkButton" id="keyboard_link">
 
459
                                   <property name="label" translatable="yes">Keyboard Settings</property>
 
460
                                   <property name="visible">True</property>
 
461
                                   <property name="can_focus">True</property>
 
462
                                   <property name="receives_default">True</property>
 
463
                                   <property name="has_tooltip">True</property>
 
464
                                   <property name="use_action_appearance">False</property>
 
465
                                   <property name="relief">none</property>
 
466
                                  </object>
 
467
                                  <packing>
 
468
                                    <property name="expand">False</property>
 
469
                                    <property name="fill">False</property>
 
470
                                    <property name="pack_type">end</property>
 
471
                                    <property name="position">1</property>
 
472
                                  </packing>
 
473
                                </child>
 
474
                              </object>
 
475
                              <packing>
 
476
                                <property name="expand">False</property>
 
477
                                <property name="fill">True</property>
 
478
                                <property name="position">2</property>
 
479
                              </packing>
 
480
                            </child>
 
481
                            <child>
 
482
                              <object class="GtkBox" id="send_box">
 
483
                                <property name="visible">True</property>
 
484
                                <property name="can_focus">False</property>
 
485
                                <child>
 
486
                                  <placeholder/>
 
487
                                </child>
 
488
                                <child>
 
489
                                  <object class="GtkButton" id="send_button">
 
490
                                    <property name="label" translatable="yes">Send Files...</property>
 
491
                                    <property name="can_focus">True</property>
 
492
                                    <property name="receives_default">True</property>
 
493
                                    <property name="use_action_appearance">False</property>
 
494
                                  </object>
 
495
                                  <packing>
 
496
                                    <property name="expand">False</property>
 
497
                                    <property name="fill">False</property>
 
498
                                    <property name="pack_type">end</property>
 
499
                                    <property name="position">1</property>
 
500
                                  </packing>
 
501
                                </child>
 
502
                              </object>
 
503
                              <packing>
 
504
                                <property name="expand">False</property>
 
505
                                <property name="fill">True</property>
 
506
                                <property name="position">3</property>
 
507
                              </packing>
 
508
                            </child>
 
509
                            <child>
 
510
                              <object class="GtkBox" id="browse_box">
 
511
                                <property name="visible">True</property>
 
512
                                <property name="can_focus">False</property>
 
513
                                <child>
 
514
                                  <placeholder/>
 
515
                                </child>
 
516
                                <child>
 
517
                                  <object class="GtkButton" id="browse_button">
 
518
                                    <property name="label" translatable="yes">Browse Files...</property>
 
519
                                    <property name="can_focus">True</property>
 
520
                                    <property name="receives_default">True</property>
 
521
                                    <property name="use_action_appearance">False</property>
 
522
                                  </object>
 
523
                                  <packing>
 
524
                                    <property name="expand">False</property>
 
525
                                    <property name="fill">False</property>
 
526
                                    <property name="pack_type">end</property>
 
527
                                    <property name="position">1</property>
 
528
                                  </packing>
 
529
                                </child>
 
530
                              </object>
 
531
                              <packing>
 
532
                                <property name="expand">False</property>
 
533
                                <property name="fill">True</property>
 
534
                                <property name="position">4</property>
 
535
                              </packing>
 
536
                            </child>
 
537
                          </object>
 
538
                          <packing>
 
539
                            <property name="expand">False</property>
 
540
                            <property name="fill">True</property>
 
541
                            <property name="pack_type">end</property>
 
542
                            <property name="position">2</property>
 
543
                          </packing>
 
544
                        </child>
 
545
                        <child>
 
546
                          <object class="GtkLabel" id="label7">
 
547
                            <property name="visible">True</property>
 
548
                            <property name="can_focus">False</property>
 
549
                          </object>
 
550
                          <packing>
 
551
                            <property name="expand">True</property>
 
552
                            <property name="fill">True</property>
 
553
                            <property name="position">3</property>
 
554
                          </packing>
 
555
                        </child>
 
556
                      </object>
 
557
                    </child>
 
558
                  </object>
 
559
                </child>
 
560
              </object>
 
561
              <packing>
 
562
                <property name="position">1</property>
 
563
              </packing>
 
564
            </child>
 
565
            <child type="tab">
 
566
              <object class="GtkLabel" id="label2">
 
567
                <property name="visible">True</property>
 
568
                <property name="can_focus">False</property>
 
569
                <property name="label">properties</property>
 
570
              </object>
 
571
              <packing>
 
572
                <property name="position">1</property>
 
573
                <property name="tab_fill">False</property>
 
574
              </packing>
 
575
            </child>
 
576
            <child>
 
577
              <placeholder/>
 
578
            </child>
 
579
          </object>
 
580
          <packing>
 
581
            <property name="left_attach">1</property>
 
582
            <property name="top_attach">1</property>
 
583
            <property name="width">1</property>
 
584
            <property name="height">1</property>
 
585
          </packing>
 
586
        </child>
 
587
        <child>
 
588
          <object class="GtkBox" id="box_power">
 
589
            <property name="visible">True</property>
 
590
            <property name="can_focus">False</property>
 
591
            <property name="margin_bottom">12</property>
 
592
            <child>
 
593
              <object class="GtkLabel" id="label18">
 
594
                <property name="visible">True</property>
 
595
                <property name="can_focus">False</property>
 
596
                <property name="xalign">0</property>
 
597
                <property name="label" translatable="yes" context="Power" comments="Translator: This string appears next to a toggle switch which controls enabling/disabling Bluetooth radio's on the device.">Bluetooth</property>
 
598
                <attributes>
 
599
                  <attribute name="weight" value="bold"/>
 
600
                </attributes>
 
601
              </object>
 
602
              <packing>
 
603
                <property name="expand">False</property>
 
604
                <property name="fill">True</property>
 
605
                <property name="padding">6</property>
 
606
                <property name="position">0</property>
 
607
              </packing>
 
608
            </child>
 
609
            <child>
 
610
              <placeholder/>
 
611
            </child>
 
612
            <child>
 
613
              <object class="GtkSwitch" id="switch_bluetooth">
 
614
                <property name="visible">True</property>
 
615
                <property name="can_focus">True</property>
 
616
                <property name="use_action_appearance">False</property>
 
617
              </object>
 
618
              <packing>
 
619
                <property name="expand">False</property>
 
620
                <property name="fill">True</property>
 
621
                <property name="pack_type">end</property>
 
622
                <property name="position">2</property>
 
623
              </packing>
 
624
            </child>
 
625
          </object>
 
626
          <packing>
 
627
            <property name="left_attach">0</property>
 
628
            <property name="top_attach">0</property>
 
629
            <property name="width">1</property>
 
630
            <property name="height">1</property>
 
631
          </packing>
 
632
        </child>
 
633
        <child>
 
634
          <object class="GtkBox" id="box_vis">
 
635
            <property name="visible">True</property>
 
636
            <property name="can_focus">False</property>
 
637
            <property name="margin_bottom">12</property>
 
638
            <child>
 
639
              <object class="GtkLabel" id="visible_label">
 
640
                <property name="visible">True</property>
 
641
                <property name="can_focus">False</property>
 
642
                <property name="xalign">1</property>
 
643
                <property name="label">Visibility of “Bastien's computer”</property>
 
644
              </object>
 
645
              <packing>
 
646
                <property name="expand">True</property>
 
647
                <property name="fill">True</property>
 
648
                <property name="padding">6</property>
 
649
                <property name="position">0</property>
 
650
              </packing>
 
651
            </child>
 
652
            <child>
 
653
              <object class="GtkSwitch" id="switch_discoverable">
 
654
                <property name="visible">True</property>
 
655
                <property name="can_focus">True</property>
 
656
                <property name="use_action_appearance">False</property>
 
657
              </object>
 
658
              <packing>
 
659
                <property name="expand">False</property>
 
660
                <property name="fill">True</property>
 
661
                <property name="position">1</property>
 
662
              </packing>
 
663
            </child>
 
664
          </object>
 
665
          <packing>
 
666
            <property name="left_attach">1</property>
 
667
            <property name="top_attach">0</property>
 
668
            <property name="width">1</property>
 
669
            <property name="height">1</property>
 
670
          </packing>
 
671
        </child>
 
672
      </object>
 
673
    </child>
 
674
  </object>
 
675
</interface>