~timo-jyrinki/ubuntu/utopic/rhythmbox/enable_grilo_rhythmbox

« back to all changes in this revision

Viewing changes to plugins/audiocd/multiple-album.ui

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-07-08 22:49:25 UTC
  • mto: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20090708224925-6lfjdvk1porszodi
Tags: upstream-0.12.3
ImportĀ upstreamĀ versionĀ 0.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkDialog" id="multiple_dialog">
 
6
    <property name="title" translatable="yes">Multiple Albums Found</property>
 
7
    <property name="type_hint">dialog</property>
 
8
    <property name="has_separator">False</property>
 
9
    <child internal-child="vbox">
 
10
      <object class="GtkVBox" id="dialog-vbox2">
 
11
        <property name="visible">True</property>
 
12
        <child>
 
13
          <object class="GtkVBox" id="vbox4">
 
14
            <property name="visible">True</property>
 
15
            <property name="border_width">8</property>
 
16
            <property name="spacing">8</property>
 
17
            <child>
 
18
              <object class="GtkLabel" id="label10">
 
19
                <property name="visible">True</property>
 
20
                <property name="label" translatable="yes">This CD could be more than one album. Please select which album it is below and press &lt;i&gt;Continue&lt;/i&gt;.</property>
 
21
                <property name="use_markup">True</property>
 
22
                <property name="wrap">True</property>
 
23
              </object>
 
24
              <packing>
 
25
                <property name="expand">False</property>
 
26
                <property name="fill">False</property>
 
27
                <property name="position">0</property>
 
28
              </packing>
 
29
            </child>
 
30
            <child>
 
31
              <object class="GtkScrolledWindow" id="scrolledwindow2">
 
32
                <property name="visible">True</property>
 
33
                <property name="can_focus">True</property>
 
34
                <property name="hscrollbar_policy">automatic</property>
 
35
                <property name="vscrollbar_policy">automatic</property>
 
36
                <property name="shadow_type">in</property>
 
37
                <child>
 
38
                  <object class="GtkTreeView" id="albums_listview">
 
39
                    <property name="visible">True</property>
 
40
                    <property name="can_focus">True</property>
 
41
                  </object>
 
42
                </child>
 
43
              </object>
 
44
              <packing>
 
45
                <property name="position">1</property>
 
46
              </packing>
 
47
            </child>
 
48
          </object>
 
49
          <packing>
 
50
            <property name="position">1</property>
 
51
          </packing>
 
52
        </child>
 
53
        <child internal-child="action_area">
 
54
          <object class="GtkHButtonBox" id="dialog-action_area2">
 
55
            <property name="visible">True</property>
 
56
            <property name="layout_style">end</property>
 
57
            <child>
 
58
              <object class="GtkButton" id="ok_button">
 
59
                <property name="visible">True</property>
 
60
                <property name="can_focus">True</property>
 
61
                <property name="can_default">True</property>
 
62
                <property name="has_default">True</property>
 
63
                <property name="receives_default">False</property>
 
64
                <child>
 
65
                  <object class="GtkAlignment" id="alignment2">
 
66
                    <property name="visible">True</property>
 
67
                    <property name="xscale">0</property>
 
68
                    <property name="yscale">0</property>
 
69
                    <child>
 
70
                      <object class="GtkHBox" id="hbox2">
 
71
                        <property name="visible">True</property>
 
72
                        <property name="spacing">2</property>
 
73
                        <child>
 
74
                          <object class="GtkImage" id="image16">
 
75
                            <property name="visible">True</property>
 
76
                            <property name="stock">gtk-go-forward</property>
 
77
                          </object>
 
78
                          <packing>
 
79
                            <property name="expand">False</property>
 
80
                            <property name="fill">False</property>
 
81
                            <property name="position">0</property>
 
82
                          </packing>
 
83
                        </child>
 
84
                        <child>
 
85
                          <object class="GtkLabel" id="label11">
 
86
                            <property name="visible">True</property>
 
87
                            <property name="label" translatable="yes">_Continue</property>
 
88
                            <property name="use_underline">True</property>
 
89
                          </object>
 
90
                          <packing>
 
91
                            <property name="expand">False</property>
 
92
                            <property name="fill">False</property>
 
93
                            <property name="position">1</property>
 
94
                          </packing>
 
95
                        </child>
 
96
                      </object>
 
97
                    </child>
 
98
                  </object>
 
99
                </child>
 
100
              </object>
 
101
              <packing>
 
102
                <property name="expand">False</property>
 
103
                <property name="fill">False</property>
 
104
                <property name="position">0</property>
 
105
              </packing>
 
106
            </child>
 
107
          </object>
 
108
          <packing>
 
109
            <property name="expand">False</property>
 
110
            <property name="pack_type">end</property>
 
111
            <property name="position">0</property>
 
112
          </packing>
 
113
        </child>
 
114
      </object>
 
115
    </child>
 
116
    <action-widgets>
 
117
      <action-widget response="-5">ok_button</action-widget>
 
118
    </action-widgets>
 
119
  </object>
 
120
</interface>