Make things compile.
[gmpc.git] / glade / playlist-save-dialog.ui
blobd02d39e0375844b067ac2cdb1032a0ce0ad4ce37
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4 <object class="GtkDialog" id="save_pl">
5 <property name="visible">True</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">Save Playlist</property>
8 <property name="resizable">False</property>
9 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10 <property name="has_separator">False</property>
11 <child internal-child="vbox">
12 <object class="GtkVBox" id="dialog-vbox1">
13 <property name="visible">True</property>
14 <child>
15 <object class="GtkVBox" id="vbox2">
16 <property name="visible">True</property>
17 <property name="border_width">6</property>
18 <property name="spacing">6</property>
19 <child>
20 <object class="GtkHBox" id="hbox6">
21 <property name="visible">True</property>
22 <property name="spacing">6</property>
23 <child>
24 <object class="GtkLabel" id="label5">
25 <property name="visible">True</property>
26 <property name="label" translatable="yes">name:</property>
27 </object>
28 <packing>
29 <property name="expand">False</property>
30 <property name="fill">False</property>
31 </packing>
32 </child>
33 <child>
34 <object class="GtkEntry" id="pl-entry">
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 <property name="has_focus">True</property>
38 <property name="activates_default">True</property>
39 <property name="text" translatable="yes">&lt;enter playlist name&gt;</property>
40 </object>
41 <packing>
42 <property name="position">1</property>
43 </packing>
44 </child>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkHBox" id="hbox5">
52 <property name="spacing">6</property>
53 <child>
54 <object class="GtkImage" id="image4">
55 <property name="visible">True</property>
56 <property name="stock">gtk-dialog-warning</property>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkLabel" id="label_error">
64 <property name="visible">True</property>
65 <property name="label" translatable="yes">&lt;span size="x-small"&gt;&lt;i&gt;Playlist already exists.&lt;/i&gt;&lt;/span&gt;</property>
66 <property name="use_markup">True</property>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">False</property>
71 <property name="position">1</property>
72 </packing>
73 </child>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="position">1</property>
78 </packing>
79 </child>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="position">1</property>
84 </packing>
85 </child>
86 <child internal-child="action_area">
87 <object class="GtkHButtonBox" id="dialog-action_area1">
88 <property name="visible">True</property>
89 <property name="layout_style">GTK_BUTTONBOX_END</property>
90 <child>
91 <object class="GtkButton" id="but_cancel">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="label">gtk-cancel</property>
95 <property name="use_stock">True</property>
96 </object>
97 </child>
98 <child>
99 <object class="GtkButton" id="but_save">
100 <property name="visible">True</property>
101 <property name="can_focus">True</property>
102 <property name="can_default">True</property>
103 <property name="has_default">True</property>
104 <property name="label">gtk-save</property>
105 <property name="use_stock">True</property>
106 </object>
107 <packing>
108 <property name="position">1</property>
109 </packing>
110 </child>
111 </object>
112 <packing>
113 <property name="expand">False</property>
114 <property name="pack_type">GTK_PACK_END</property>
115 </packing>
116 </child>
117 </object>
118 </child>
119 <action-widgets>
120 <action-widget response="-6">but_cancel</action-widget>
121 <action-widget response="-5">but_save</action-widget>
122 </action-widgets>
123 </object>
124 </interface>