LogWindow: better logic for the buttons sensitivity
[empathy-mirror.git] / libempathy-gtk / empathy-account-widget-msn.ui
blob3275a0165694d06b76b5480fd6cd88d18177269c
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">65535</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkVBox" id="vbox_msn_settings">
11 <property name="visible">True</property>
12 <property name="orientation">vertical</property>
13 <property name="spacing">6</property>
14 <child>
15 <object class="GtkTable" id="table_common_msn_settings">
16 <property name="visible">True</property>
17 <property name="n_rows">4</property>
18 <property name="n_columns">2</property>
19 <property name="column_spacing">12</property>
20 <property name="row_spacing">6</property>
21 <child>
22 <object class="GtkLabel" id="label_password">
23 <property name="visible">True</property>
24 <property name="xalign">0</property>
25 <property name="label" translatable="yes">Pass_word:</property>
26 <property name="use_underline">True</property>
27 </object>
28 <packing>
29 <property name="top_attach">2</property>
30 <property name="bottom_attach">3</property>
31 <property name="x_options">GTK_FILL</property>
32 <property name="y_options"></property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkLabel" id="label_id">
37 <property name="visible">True</property>
38 <property name="xalign">0</property>
39 <property name="label" translatable="yes">Login I_D:</property>
40 <property name="use_underline">True</property>
41 <property name="mnemonic_widget">entry_id</property>
42 </object>
43 <packing>
44 <property name="x_options">GTK_FILL</property>
45 <property name="y_options"></property>
46 </packing>
47 </child>
48 <child>
49 <object class="GtkEntry" id="entry_id">
50 <property name="visible">True</property>
51 <property name="can_focus">True</property>
52 </object>
53 <packing>
54 <property name="left_attach">1</property>
55 <property name="right_attach">2</property>
56 <property name="y_options"></property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkLabel" id="label_username_example">
61 <property name="visible">True</property>
62 <property name="xalign">0</property>
63 <property name="xpad">3</property>
64 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@hotmail.com</property>
65 <property name="use_markup">True</property>
66 <attributes>
67 <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
68 </attributes>
69 </object>
70 <packing>
71 <property name="left_attach">1</property>
72 <property name="right_attach">2</property>
73 <property name="top_attach">1</property>
74 <property name="bottom_attach">2</property>
75 <property name="x_options">GTK_FILL</property>
76 <property name="y_options"></property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkEntry" id="entry_password">
81 <property name="visible">True</property>
82 <property name="can_focus">True</property>
83 <property name="visibility">False</property>
84 </object>
85 <packing>
86 <property name="left_attach">1</property>
87 <property name="right_attach">2</property>
88 <property name="top_attach">2</property>
89 <property name="bottom_attach">3</property>
90 <property name="x_options">GTK_FILL</property>
91 <property name="y_options"></property>
92 </packing>
93 </child>
94 <child>
95 <object class="GtkCheckButton" id="remember_password">
96 <property name="label" translatable="yes">Remember password</property>
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="receives_default">False</property>
100 <property name="active">True</property>
101 <property name="draw_indicator">True</property>
102 </object>
103 <packing>
104 <property name="left_attach">1</property>
105 <property name="right_attach">2</property>
106 <property name="top_attach">3</property>
107 <property name="bottom_attach">4</property>
108 <property name="x_options">GTK_FILL</property>
109 <property name="y_options"></property>
110 </packing>
111 </child>
112 <child>
113 <placeholder/>
114 </child>
115 <child>
116 <placeholder/>
117 </child>
118 </object>
119 <packing>
120 <property name="expand">False</property>
121 <property name="position">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkExpander" id="expander1">
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <child>
129 <object class="GtkTable" id="table_advanced_msn_settings">
130 <property name="visible">True</property>
131 <property name="n_rows">2</property>
132 <property name="n_columns">2</property>
133 <property name="column_spacing">6</property>
134 <property name="row_spacing">6</property>
135 <child>
136 <object class="GtkLabel" id="label_port">
137 <property name="visible">True</property>
138 <property name="xalign">0</property>
139 <property name="label" translatable="yes">_Port:</property>
140 <property name="use_underline">True</property>
141 <property name="mnemonic_widget">spinbutton_port</property>
142 </object>
143 <packing>
144 <property name="top_attach">1</property>
145 <property name="bottom_attach">2</property>
146 <property name="x_options">GTK_FILL</property>
147 <property name="y_options"></property>
148 </packing>
149 </child>
150 <child>
151 <object class="GtkLabel" id="label_server">
152 <property name="visible">True</property>
153 <property name="xalign">0</property>
154 <property name="label" translatable="yes">_Server:</property>
155 <property name="use_underline">True</property>
156 <property name="mnemonic_widget">entry_server</property>
157 </object>
158 <packing>
159 <property name="x_options">GTK_FILL</property>
160 <property name="y_options"></property>
161 </packing>
162 </child>
163 <child>
164 <object class="GtkEntry" id="entry_server">
165 <property name="visible">True</property>
166 <property name="can_focus">True</property>
167 </object>
168 <packing>
169 <property name="left_attach">1</property>
170 <property name="right_attach">2</property>
171 <property name="y_options"></property>
172 </packing>
173 </child>
174 <child>
175 <object class="GtkSpinButton" id="spinbutton_port">
176 <property name="visible">True</property>
177 <property name="can_focus">True</property>
178 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
179 <property name="adjustment">adjustment1</property>
180 <property name="climb_rate">1</property>
181 <property name="numeric">True</property>
182 </object>
183 <packing>
184 <property name="left_attach">1</property>
185 <property name="right_attach">2</property>
186 <property name="top_attach">1</property>
187 <property name="bottom_attach">2</property>
188 <property name="y_options"></property>
189 </packing>
190 </child>
191 </object>
192 </child>
193 <child type="label">
194 <object class="GtkLabel" id="label1">
195 <property name="visible">True</property>
196 <property name="label" translatable="yes">Advanced</property>
197 <attributes>
198 <attribute name="weight" value="bold"/>
199 </attributes>
200 </object>
201 </child>
202 </object>
203 <packing>
204 <property name="expand">True</property>
205 <property name="fill">True</property>
206 <property name="position">1</property>
207 </packing>
208 </child>
209 </object>
210 <object class="GtkVBox" id="vbox_msn_simple">
211 <property name="visible">True</property>
212 <property name="orientation">vertical</property>
213 <property name="spacing">6</property>
214 <child>
215 <object class="GtkLabel" id="label_id_simple">
216 <property name="visible">True</property>
217 <property name="xalign">0</property>
218 <property name="label" translatable="yes">What is your Windows Live ID?</property>
219 </object>
220 <packing>
221 <property name="position">0</property>
222 </packing>
223 </child>
224 <child>
225 <object class="GtkAlignment" id="alignment1">
226 <property name="visible">True</property>
227 <property name="xalign">0</property>
228 <property name="yalign">0</property>
229 <property name="xscale">0.34999999403953552</property>
230 <property name="yscale">0.34999999403953552</property>
231 <property name="bottom_padding">3</property>
232 <property name="left_padding">12</property>
233 <child>
234 <object class="GtkVBox" id="vbox1">
235 <property name="visible">True</property>
236 <property name="orientation">vertical</property>
237 <property name="spacing">4</property>
238 <child>
239 <object class="GtkEntry" id="entry_id_simple">
240 <property name="visible">True</property>
241 <property name="can_focus">True</property>
242 </object>
243 <packing>
244 <property name="position">0</property>
245 </packing>
246 </child>
247 <child>
248 <object class="GtkLabel" id="label_example">
249 <property name="visible">True</property>
250 <property name="xalign">0.10000000149011612</property>
251 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; user@hotmail.com</property>
252 <property name="use_markup">True</property>
253 <attributes>
254 <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
255 </attributes>
256 </object>
257 <packing>
258 <property name="position">1</property>
259 </packing>
260 </child>
261 </object>
262 </child>
263 </object>
264 <packing>
265 <property name="position">1</property>
266 </packing>
267 </child>
268 <child>
269 <object class="GtkLabel" id="label_password_simple">
270 <property name="visible">True</property>
271 <property name="xalign">0</property>
272 <property name="label" translatable="yes">What is your Windows Live password?</property>
273 </object>
274 <packing>
275 <property name="position">2</property>
276 </packing>
277 </child>
278 <child>
279 <object class="GtkAlignment" id="alignment2">
280 <property name="visible">True</property>
281 <property name="xalign">0</property>
282 <property name="yalign">0</property>
283 <property name="xscale">0.34999999403953552</property>
284 <property name="yscale">0.34999999403953552</property>
285 <property name="left_padding">12</property>
286 <child>
287 <object class="GtkEntry" id="entry_password_simple">
288 <property name="visible">True</property>
289 <property name="can_focus">True</property>
290 <property name="visibility">False</property>
291 </object>
292 </child>
293 </object>
294 <packing>
295 <property name="position">3</property>
296 </packing>
297 </child>
298 <child>
299 <object class="GtkCheckButton" id="remember_password_simple">
300 <property name="label" translatable="yes">Remember Password</property>
301 <property name="visible">True</property>
302 <property name="can_focus">True</property>
303 <property name="receives_default">False</property>
304 <property name="active">True</property>
305 <property name="draw_indicator">True</property>
306 </object>
307 <packing>
308 <property name="position">4</property>
309 </packing>
310 </child>
311 </object>
312 </interface>