~ubuntu-branches/ubuntu/wily/blueman/wily

« back to all changes in this revision

Viewing changes to data/ui/rename-device.ui

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2015-09-07 12:48:18 UTC
  • mfrom: (2.3.11 sid)
  • Revision ID: package-import@ubuntu.com-20150907124818-evulc0mhjotz8q29
Tags: 2.0-1ubuntu1
* Merge from Debian unstable (LP: #1482626). Remaining changes:
  - debian/patches/03_filemanage_fix.patch:
    + Dropped, no longer needed.
  - debian/patches/dhcpclient_priority
  - debian/patches/01_dont_autostart_lxde.patch
    + Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="dialog">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Rename device</property>
 
8
    <property name="resizable">False</property>
 
9
    <property name="window_position">center</property>
 
10
    <property name="type_hint">dialog</property>
 
11
    <property name="urgency_hint">True</property>
 
12
    <child internal-child="vbox">
 
13
      <object class="GtkBox" id="dialog-vbox1">
 
14
        <property name="visible">True</property>
 
15
        <property name="spacing">2</property>
 
16
        <property name="orientation">vertical</property>
 
17
        <child>
 
18
          <object class="GtkEntry" id="alias_entry">
 
19
            <property name="visible">True</property>
 
20
            <property name="can_focus">True</property>
 
21
            <property name="activates_default">True</property>
 
22
          </object>
 
23
          <packing>
 
24
            <property name="position">1</property>
 
25
          </packing>
 
26
        </child>
 
27
        <child internal-child="action_area">
 
28
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
29
            <property name="visible">True</property>
 
30
            <property name="layout_style">end</property>
 
31
            <child>
 
32
              <object class="GtkButton" id="reset">
 
33
                <property name="label">_Reset</property>
 
34
                <property name="visible">True</property>
 
35
                <property name="can_focus">True</property>
 
36
                <property name="receives_default">False</property>
 
37
                <property name="use_underline">True</property>
 
38
              </object>
 
39
              <packing>
 
40
                <property name="position">0</property>
 
41
              </packing>
 
42
            </child>
 
43
            <child>
 
44
              <object class="GtkButton" id="reject">
 
45
                <property name="label">_Cancel</property>
 
46
                <property name="visible">True</property>
 
47
                <property name="can_focus">True</property>
 
48
                <property name="receives_default">False</property>
 
49
                <property name="use_underline">True</property>
 
50
              </object>
 
51
              <packing>
 
52
                <property name="position">1</property>
 
53
              </packing>
 
54
            </child>
 
55
            <child>
 
56
              <object class="GtkButton" id="accept">
 
57
                <property name="label">_OK</property>
 
58
                <property name="visible">True</property>
 
59
                <property name="can_focus">True</property>
 
60
                <property name="can_default">True</property>
 
61
                <property name="has_default">True</property>
 
62
                <property name="receives_default">True</property>
 
63
                <property name="use_underline">True</property>
 
64
              </object>
 
65
              <packing>
 
66
                <property name="position">2</property>
 
67
              </packing>
 
68
            </child>
 
69
          </object>
 
70
          <packing>
 
71
            <property name="expand">False</property>
 
72
            <property name="pack_type">end</property>
 
73
            <property name="position">0</property>
 
74
          </packing>
 
75
        </child>
 
76
      </object>
 
77
    </child>
 
78
    <action-widgets>
 
79
      <action-widget response="1">reset</action-widget>
 
80
      <action-widget response="-2">reject</action-widget>
 
81
      <action-widget response="-3">accept</action-widget>
 
82
    </action-widgets>
 
83
  </object>
 
84
</interface>