~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-account-widget-jabber.glade

Tags: upstream-0.21.90
ImportĀ upstreamĀ versionĀ 0.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
          <property name="column_spacing">12</property>
36
36
 
37
37
          <child>
38
 
            <widget class="GtkLabel" id="label_id">
39
 
              <property name="visible">True</property>
40
 
              <property name="label" translatable="yes">Login I_D:</property>
41
 
              <property name="use_underline">True</property>
42
 
              <property name="use_markup">False</property>
43
 
              <property name="justify">GTK_JUSTIFY_LEFT</property>
44
 
              <property name="wrap">False</property>
45
 
              <property name="selectable">False</property>
46
 
              <property name="xalign">0</property>
47
 
              <property name="yalign">0.5</property>
48
 
              <property name="xpad">0</property>
49
 
              <property name="ypad">0</property>
50
 
              <property name="mnemonic_widget">entry_id</property>
51
 
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
52
 
              <property name="width_chars">-1</property>
53
 
              <property name="single_line_mode">False</property>
54
 
              <property name="angle">0</property>
55
 
            </widget>
56
 
            <packing>
57
 
              <property name="left_attach">0</property>
58
 
              <property name="right_attach">1</property>
59
 
              <property name="top_attach">0</property>
60
 
              <property name="bottom_attach">1</property>
61
 
              <property name="x_options">fill</property>
62
 
              <property name="y_options"></property>
63
 
            </packing>
64
 
          </child>
65
 
 
66
 
          <child>
67
38
            <widget class="GtkLabel" id="label_password">
68
39
              <property name="visible">True</property>
69
40
              <property name="label" translatable="yes">Pass_word:</property>
123
94
          </child>
124
95
 
125
96
          <child>
 
97
            <widget class="GtkLabel" id="label_id">
 
98
              <property name="visible">True</property>
 
99
              <property name="label" translatable="yes">Login I_D:</property>
 
100
              <property name="use_underline">True</property>
 
101
              <property name="use_markup">False</property>
 
102
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
103
              <property name="wrap">False</property>
 
104
              <property name="selectable">False</property>
 
105
              <property name="xalign">0</property>
 
106
              <property name="yalign">0.5</property>
 
107
              <property name="xpad">0</property>
 
108
              <property name="ypad">0</property>
 
109
              <property name="mnemonic_widget">entry_id</property>
 
110
              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
111
              <property name="width_chars">-1</property>
 
112
              <property name="single_line_mode">False</property>
 
113
              <property name="angle">0</property>
 
114
            </widget>
 
115
            <packing>
 
116
              <property name="left_attach">0</property>
 
117
              <property name="right_attach">1</property>
 
118
              <property name="top_attach">0</property>
 
119
              <property name="bottom_attach">1</property>
 
120
              <property name="x_options">fill</property>
 
121
              <property name="y_options"></property>
 
122
            </packing>
 
123
          </child>
 
124
 
 
125
          <child>
 
126
            <widget class="GtkEntry" id="entry_id">
 
127
              <property name="visible">True</property>
 
128
              <property name="can_focus">True</property>
 
129
              <property name="editable">True</property>
 
130
              <property name="visibility">True</property>
 
131
              <property name="max_length">0</property>
 
132
              <property name="text" translatable="yes"></property>
 
133
              <property name="has_frame">True</property>
 
134
              <property name="invisible_char">*</property>
 
135
              <property name="activates_default">False</property>
 
136
            </widget>
 
137
            <packing>
 
138
              <property name="left_attach">1</property>
 
139
              <property name="right_attach">3</property>
 
140
              <property name="top_attach">0</property>
 
141
              <property name="bottom_attach">1</property>
 
142
              <property name="y_options"></property>
 
143
            </packing>
 
144
          </child>
 
145
 
 
146
          <child>
126
147
            <widget class="GtkEntry" id="entry_password">
127
148
              <property name="visible">True</property>
128
149
              <property name="can_focus">True</property>
142
163
              <property name="y_options"></property>
143
164
            </packing>
144
165
          </child>
145
 
 
146
 
          <child>
147
 
            <widget class="GtkEntry" id="entry_id">
148
 
              <property name="visible">True</property>
149
 
              <property name="can_focus">True</property>
150
 
              <property name="editable">True</property>
151
 
              <property name="visibility">True</property>
152
 
              <property name="max_length">0</property>
153
 
              <property name="text" translatable="yes"></property>
154
 
              <property name="has_frame">True</property>
155
 
              <property name="invisible_char">*</property>
156
 
              <property name="activates_default">False</property>
157
 
            </widget>
158
 
            <packing>
159
 
              <property name="left_attach">1</property>
160
 
              <property name="right_attach">3</property>
161
 
              <property name="top_attach">0</property>
162
 
              <property name="bottom_attach">1</property>
163
 
              <property name="y_options"></property>
164
 
            </packing>
165
 
          </child>
166
166
        </widget>
167
167
        <packing>
168
168
          <property name="padding">0</property>
179
179
          <property name="spacing">0</property>
180
180
 
181
181
          <child>
182
 
            <widget class="GtkTable" id="table_advanced_settings">
 
182
            <widget class="GtkVBox" id="vbox1">
183
183
              <property name="visible">True</property>
184
 
              <property name="n_rows">5</property>
185
 
              <property name="n_columns">3</property>
186
184
              <property name="homogeneous">False</property>
187
 
              <property name="row_spacing">6</property>
188
 
              <property name="column_spacing">12</property>
189
 
 
190
 
              <child>
191
 
                <widget class="GtkLabel" id="label_resource">
192
 
                  <property name="visible">True</property>
193
 
                  <property name="label" translatable="yes">Reso_urce:</property>
194
 
                  <property name="use_underline">True</property>
195
 
                  <property name="use_markup">False</property>
196
 
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
197
 
                  <property name="wrap">False</property>
198
 
                  <property name="selectable">False</property>
199
 
                  <property name="xalign">0</property>
200
 
                  <property name="yalign">0.5</property>
201
 
                  <property name="xpad">0</property>
202
 
                  <property name="ypad">0</property>
203
 
                  <property name="mnemonic_widget">entry_resource</property>
204
 
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
205
 
                  <property name="width_chars">-1</property>
206
 
                  <property name="single_line_mode">False</property>
207
 
                  <property name="angle">0</property>
208
 
                </widget>
209
 
                <packing>
210
 
                  <property name="left_attach">0</property>
211
 
                  <property name="right_attach">1</property>
212
 
                  <property name="top_attach">0</property>
213
 
                  <property name="bottom_attach">1</property>
214
 
                  <property name="x_options">fill</property>
215
 
                  <property name="y_options"></property>
216
 
                </packing>
217
 
              </child>
218
 
 
219
 
              <child>
220
 
                <widget class="GtkEntry" id="entry_resource">
221
 
                  <property name="visible">True</property>
222
 
                  <property name="can_focus">True</property>
223
 
                  <property name="editable">True</property>
224
 
                  <property name="visibility">True</property>
225
 
                  <property name="max_length">0</property>
226
 
                  <property name="text" translatable="yes"></property>
227
 
                  <property name="has_frame">True</property>
228
 
                  <property name="invisible_char">*</property>
229
 
                  <property name="activates_default">False</property>
230
 
                </widget>
231
 
                <packing>
232
 
                  <property name="left_attach">1</property>
233
 
                  <property name="right_attach">3</property>
234
 
                  <property name="top_attach">0</property>
235
 
                  <property name="bottom_attach">1</property>
236
 
                  <property name="y_options"></property>
237
 
                </packing>
238
 
              </child>
239
 
 
240
 
              <child>
241
 
                <widget class="GtkCheckButton" id="checkbutton_ssl">
242
 
                  <property name="visible">True</property>
243
 
                  <property name="can_focus">True</property>
244
 
                  <property name="label" translatable="yes">Use encryption (SS_L)</property>
245
 
                  <property name="use_underline">True</property>
246
 
                  <property name="relief">GTK_RELIEF_NORMAL</property>
247
 
                  <property name="focus_on_click">True</property>
248
 
                  <property name="active">False</property>
249
 
                  <property name="inconsistent">False</property>
250
 
                  <property name="draw_indicator">True</property>
251
 
                </widget>
252
 
                <packing>
253
 
                  <property name="left_attach">0</property>
254
 
                  <property name="right_attach">3</property>
255
 
                  <property name="top_attach">4</property>
256
 
                  <property name="bottom_attach">5</property>
257
 
                  <property name="x_options">fill</property>
258
 
                  <property name="y_options"></property>
259
 
                </packing>
260
 
              </child>
261
 
 
262
 
              <child>
263
 
                <widget class="GtkLabel" id="label_port">
264
 
                  <property name="visible">True</property>
265
 
                  <property name="label" translatable="yes">_Port:</property>
266
 
                  <property name="use_underline">True</property>
267
 
                  <property name="use_markup">False</property>
268
 
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
269
 
                  <property name="wrap">False</property>
270
 
                  <property name="selectable">False</property>
271
 
                  <property name="xalign">0</property>
272
 
                  <property name="yalign">0.5</property>
273
 
                  <property name="xpad">0</property>
274
 
                  <property name="ypad">0</property>
275
 
                  <property name="mnemonic_widget">spinbutton_port</property>
276
 
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
277
 
                  <property name="width_chars">-1</property>
278
 
                  <property name="single_line_mode">False</property>
279
 
                  <property name="angle">0</property>
280
 
                </widget>
281
 
                <packing>
282
 
                  <property name="left_attach">0</property>
283
 
                  <property name="right_attach">1</property>
284
 
                  <property name="top_attach">3</property>
285
 
                  <property name="bottom_attach">4</property>
286
 
                  <property name="x_options">fill</property>
287
 
                  <property name="y_options"></property>
288
 
                </packing>
289
 
              </child>
290
 
 
291
 
              <child>
292
 
                <widget class="GtkSpinButton" id="spinbutton_port">
293
 
                  <property name="visible">True</property>
294
 
                  <property name="can_focus">True</property>
295
 
                  <property name="climb_rate">1</property>
296
 
                  <property name="digits">0</property>
297
 
                  <property name="numeric">True</property>
298
 
                  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
299
 
                  <property name="snap_to_ticks">False</property>
300
 
                  <property name="wrap">False</property>
301
 
                  <property name="adjustment">5222 0 65556 1 10 10</property>
302
 
                </widget>
303
 
                <packing>
304
 
                  <property name="left_attach">1</property>
305
 
                  <property name="right_attach">3</property>
306
 
                  <property name="top_attach">3</property>
307
 
                  <property name="bottom_attach">4</property>
308
 
                  <property name="y_options"></property>
309
 
                </packing>
310
 
              </child>
311
 
 
312
 
              <child>
313
 
                <widget class="GtkLabel" id="label_server">
314
 
                  <property name="visible">True</property>
315
 
                  <property name="label" translatable="yes">_Server:</property>
316
 
                  <property name="use_underline">True</property>
317
 
                  <property name="use_markup">False</property>
318
 
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
319
 
                  <property name="wrap">False</property>
320
 
                  <property name="selectable">False</property>
321
 
                  <property name="xalign">0</property>
322
 
                  <property name="yalign">0.5</property>
323
 
                  <property name="xpad">0</property>
324
 
                  <property name="ypad">0</property>
325
 
                  <property name="mnemonic_widget">entry_server</property>
326
 
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
327
 
                  <property name="width_chars">-1</property>
328
 
                  <property name="single_line_mode">False</property>
329
 
                  <property name="angle">0</property>
330
 
                </widget>
331
 
                <packing>
332
 
                  <property name="left_attach">0</property>
333
 
                  <property name="right_attach">1</property>
334
 
                  <property name="top_attach">2</property>
335
 
                  <property name="bottom_attach">3</property>
336
 
                  <property name="x_options">fill</property>
337
 
                  <property name="y_options"></property>
338
 
                </packing>
339
 
              </child>
340
 
 
341
 
              <child>
342
 
                <widget class="GtkEntry" id="entry_server">
343
 
                  <property name="visible">True</property>
344
 
                  <property name="can_focus">True</property>
345
 
                  <property name="editable">True</property>
346
 
                  <property name="visibility">True</property>
347
 
                  <property name="max_length">0</property>
348
 
                  <property name="text" translatable="yes"></property>
349
 
                  <property name="has_frame">True</property>
350
 
                  <property name="invisible_char">*</property>
351
 
                  <property name="activates_default">False</property>
352
 
                </widget>
353
 
                <packing>
354
 
                  <property name="left_attach">1</property>
355
 
                  <property name="right_attach">3</property>
356
 
                  <property name="top_attach">2</property>
357
 
                  <property name="bottom_attach">3</property>
358
 
                  <property name="y_options"></property>
359
 
                </packing>
360
 
              </child>
361
 
 
362
 
              <child>
363
 
                <widget class="GtkLabel" id="label_priority">
364
 
                  <property name="visible">True</property>
365
 
                  <property name="label" translatable="yes">Priority:</property>
366
 
                  <property name="use_underline">False</property>
367
 
                  <property name="use_markup">False</property>
368
 
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
369
 
                  <property name="wrap">False</property>
370
 
                  <property name="selectable">False</property>
371
 
                  <property name="xalign">0</property>
372
 
                  <property name="yalign">0.5</property>
373
 
                  <property name="xpad">0</property>
374
 
                  <property name="ypad">0</property>
375
 
                  <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
376
 
                  <property name="width_chars">-1</property>
377
 
                  <property name="single_line_mode">False</property>
378
 
                  <property name="angle">0</property>
379
 
                </widget>
380
 
                <packing>
381
 
                  <property name="left_attach">0</property>
382
 
                  <property name="right_attach">1</property>
383
 
                  <property name="top_attach">1</property>
384
 
                  <property name="bottom_attach">2</property>
385
 
                  <property name="x_options">fill</property>
386
 
                  <property name="y_options"></property>
387
 
                </packing>
388
 
              </child>
389
 
 
390
 
              <child>
391
 
                <widget class="GtkSpinButton" id="spinbutton_priority">
392
 
                  <property name="visible">True</property>
393
 
                  <property name="can_focus">True</property>
394
 
                  <property name="climb_rate">1</property>
395
 
                  <property name="digits">0</property>
396
 
                  <property name="numeric">False</property>
397
 
                  <property name="update_policy">GTK_UPDATE_ALWAYS</property>
398
 
                  <property name="snap_to_ticks">False</property>
399
 
                  <property name="wrap">False</property>
400
 
                  <property name="adjustment">0 -128 127 1 10 10</property>
401
 
                </widget>
402
 
                <packing>
403
 
                  <property name="left_attach">1</property>
404
 
                  <property name="right_attach">3</property>
405
 
                  <property name="top_attach">1</property>
406
 
                  <property name="bottom_attach">2</property>
407
 
                  <property name="y_options"></property>
 
185
              <property name="spacing">0</property>
 
186
 
 
187
              <child>
 
188
                <widget class="GtkTable" id="table_advanced_settings">
 
189
                  <property name="visible">True</property>
 
190
                  <property name="n_rows">4</property>
 
191
                  <property name="n_columns">3</property>
 
192
                  <property name="homogeneous">False</property>
 
193
                  <property name="row_spacing">6</property>
 
194
                  <property name="column_spacing">12</property>
 
195
 
 
196
                  <child>
 
197
                    <widget class="GtkCheckButton" id="checkbutton_encryption">
 
198
                      <property name="visible">True</property>
 
199
                      <property name="can_focus">True</property>
 
200
                      <property name="label" translatable="yes">_Encryption required (TLS/SSL)</property>
 
201
                      <property name="use_underline">True</property>
 
202
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
203
                      <property name="focus_on_click">True</property>
 
204
                      <property name="active">False</property>
 
205
                      <property name="inconsistent">False</property>
 
206
                      <property name="draw_indicator">True</property>
 
207
                    </widget>
 
208
                    <packing>
 
209
                      <property name="left_attach">0</property>
 
210
                      <property name="right_attach">3</property>
 
211
                      <property name="top_attach">0</property>
 
212
                      <property name="bottom_attach">1</property>
 
213
                      <property name="x_options">fill</property>
 
214
                      <property name="y_options"></property>
 
215
                    </packing>
 
216
                  </child>
 
217
 
 
218
                  <child>
 
219
                    <widget class="GtkLabel" id="label_resource">
 
220
                      <property name="visible">True</property>
 
221
                      <property name="label" translatable="yes">Reso_urce:</property>
 
222
                      <property name="use_underline">True</property>
 
223
                      <property name="use_markup">False</property>
 
224
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
225
                      <property name="wrap">False</property>
 
226
                      <property name="selectable">False</property>
 
227
                      <property name="xalign">0</property>
 
228
                      <property name="yalign">0.5</property>
 
229
                      <property name="xpad">0</property>
 
230
                      <property name="ypad">0</property>
 
231
                      <property name="mnemonic_widget">entry_resource</property>
 
232
                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
233
                      <property name="width_chars">-1</property>
 
234
                      <property name="single_line_mode">False</property>
 
235
                      <property name="angle">0</property>
 
236
                    </widget>
 
237
                    <packing>
 
238
                      <property name="left_attach">0</property>
 
239
                      <property name="right_attach">1</property>
 
240
                      <property name="top_attach">2</property>
 
241
                      <property name="bottom_attach">3</property>
 
242
                      <property name="x_options">fill</property>
 
243
                      <property name="y_options"></property>
 
244
                    </packing>
 
245
                  </child>
 
246
 
 
247
                  <child>
 
248
                    <widget class="GtkLabel" id="label_priority">
 
249
                      <property name="visible">True</property>
 
250
                      <property name="label" translatable="yes">Pri_ority:</property>
 
251
                      <property name="use_underline">True</property>
 
252
                      <property name="use_markup">False</property>
 
253
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
254
                      <property name="wrap">False</property>
 
255
                      <property name="selectable">False</property>
 
256
                      <property name="xalign">0</property>
 
257
                      <property name="yalign">0.5</property>
 
258
                      <property name="xpad">0</property>
 
259
                      <property name="ypad">0</property>
 
260
                      <property name="mnemonic_widget">spinbutton_priority</property>
 
261
                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
262
                      <property name="width_chars">-1</property>
 
263
                      <property name="single_line_mode">False</property>
 
264
                      <property name="angle">0</property>
 
265
                    </widget>
 
266
                    <packing>
 
267
                      <property name="left_attach">0</property>
 
268
                      <property name="right_attach">1</property>
 
269
                      <property name="top_attach">3</property>
 
270
                      <property name="bottom_attach">4</property>
 
271
                      <property name="x_options">fill</property>
 
272
                      <property name="y_options"></property>
 
273
                    </packing>
 
274
                  </child>
 
275
 
 
276
                  <child>
 
277
                    <widget class="GtkCheckButton" id="checkbutton_ignore_ssl_errors">
 
278
                      <property name="visible">True</property>
 
279
                      <property name="can_focus">True</property>
 
280
                      <property name="label" translatable="yes">_Ignore SSL certificate errors</property>
 
281
                      <property name="use_underline">True</property>
 
282
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
283
                      <property name="focus_on_click">True</property>
 
284
                      <property name="active">False</property>
 
285
                      <property name="inconsistent">False</property>
 
286
                      <property name="draw_indicator">True</property>
 
287
                    </widget>
 
288
                    <packing>
 
289
                      <property name="left_attach">0</property>
 
290
                      <property name="right_attach">3</property>
 
291
                      <property name="top_attach">1</property>
 
292
                      <property name="bottom_attach">2</property>
 
293
                      <property name="x_options">fill</property>
 
294
                      <property name="y_options"></property>
 
295
                    </packing>
 
296
                  </child>
 
297
 
 
298
                  <child>
 
299
                    <widget class="GtkSpinButton" id="spinbutton_priority">
 
300
                      <property name="visible">True</property>
 
301
                      <property name="can_focus">True</property>
 
302
                      <property name="climb_rate">1</property>
 
303
                      <property name="digits">0</property>
 
304
                      <property name="numeric">False</property>
 
305
                      <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 
306
                      <property name="snap_to_ticks">False</property>
 
307
                      <property name="wrap">False</property>
 
308
                      <property name="adjustment">0 -128 127 1 10 10</property>
 
309
                    </widget>
 
310
                    <packing>
 
311
                      <property name="left_attach">1</property>
 
312
                      <property name="right_attach">3</property>
 
313
                      <property name="top_attach">3</property>
 
314
                      <property name="bottom_attach">4</property>
 
315
                      <property name="y_options"></property>
 
316
                    </packing>
 
317
                  </child>
 
318
 
 
319
                  <child>
 
320
                    <widget class="GtkEntry" id="entry_resource">
 
321
                      <property name="visible">True</property>
 
322
                      <property name="can_focus">True</property>
 
323
                      <property name="editable">True</property>
 
324
                      <property name="visibility">True</property>
 
325
                      <property name="max_length">0</property>
 
326
                      <property name="text" translatable="yes"></property>
 
327
                      <property name="has_frame">True</property>
 
328
                      <property name="invisible_char">*</property>
 
329
                      <property name="activates_default">False</property>
 
330
                    </widget>
 
331
                    <packing>
 
332
                      <property name="left_attach">1</property>
 
333
                      <property name="right_attach">3</property>
 
334
                      <property name="top_attach">2</property>
 
335
                      <property name="bottom_attach">3</property>
 
336
                      <property name="y_options"></property>
 
337
                    </packing>
 
338
                  </child>
 
339
                </widget>
 
340
                <packing>
 
341
                  <property name="padding">0</property>
 
342
                  <property name="expand">True</property>
 
343
                  <property name="fill">True</property>
 
344
                </packing>
 
345
              </child>
 
346
 
 
347
              <child>
 
348
                <widget class="GtkFrame" id="frame1">
 
349
                  <property name="visible">True</property>
 
350
                  <property name="label_xalign">0</property>
 
351
                  <property name="label_yalign">0.5</property>
 
352
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
353
 
 
354
                  <child>
 
355
                    <widget class="GtkAlignment" id="alignment1">
 
356
                      <property name="visible">True</property>
 
357
                      <property name="xalign">0.5</property>
 
358
                      <property name="yalign">0.5</property>
 
359
                      <property name="xscale">1</property>
 
360
                      <property name="yscale">1</property>
 
361
                      <property name="top_padding">0</property>
 
362
                      <property name="bottom_padding">0</property>
 
363
                      <property name="left_padding">12</property>
 
364
                      <property name="right_padding">0</property>
 
365
 
 
366
                      <child>
 
367
                        <widget class="GtkTable" id="table1">
 
368
                          <property name="visible">True</property>
 
369
                          <property name="n_rows">3</property>
 
370
                          <property name="n_columns">2</property>
 
371
                          <property name="homogeneous">False</property>
 
372
                          <property name="row_spacing">6</property>
 
373
                          <property name="column_spacing">6</property>
 
374
 
 
375
                          <child>
 
376
                            <widget class="GtkLabel" id="label_server">
 
377
                              <property name="visible">True</property>
 
378
                              <property name="label" translatable="yes">_Server:</property>
 
379
                              <property name="use_underline">True</property>
 
380
                              <property name="use_markup">False</property>
 
381
                              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
382
                              <property name="wrap">False</property>
 
383
                              <property name="selectable">False</property>
 
384
                              <property name="xalign">0</property>
 
385
                              <property name="yalign">0.5</property>
 
386
                              <property name="xpad">0</property>
 
387
                              <property name="ypad">0</property>
 
388
                              <property name="mnemonic_widget">entry_server</property>
 
389
                              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
390
                              <property name="width_chars">-1</property>
 
391
                              <property name="single_line_mode">False</property>
 
392
                              <property name="angle">0</property>
 
393
                            </widget>
 
394
                            <packing>
 
395
                              <property name="left_attach">0</property>
 
396
                              <property name="right_attach">1</property>
 
397
                              <property name="top_attach">0</property>
 
398
                              <property name="bottom_attach">1</property>
 
399
                              <property name="x_options">fill</property>
 
400
                              <property name="y_options"></property>
 
401
                            </packing>
 
402
                          </child>
 
403
 
 
404
                          <child>
 
405
                            <widget class="GtkLabel" id="label_port">
 
406
                              <property name="visible">True</property>
 
407
                              <property name="label" translatable="yes">_Port:</property>
 
408
                              <property name="use_underline">True</property>
 
409
                              <property name="use_markup">False</property>
 
410
                              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
411
                              <property name="wrap">False</property>
 
412
                              <property name="selectable">False</property>
 
413
                              <property name="xalign">0</property>
 
414
                              <property name="yalign">0.5</property>
 
415
                              <property name="xpad">0</property>
 
416
                              <property name="ypad">0</property>
 
417
                              <property name="mnemonic_widget">spinbutton_port</property>
 
418
                              <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
419
                              <property name="width_chars">-1</property>
 
420
                              <property name="single_line_mode">False</property>
 
421
                              <property name="angle">0</property>
 
422
                            </widget>
 
423
                            <packing>
 
424
                              <property name="left_attach">0</property>
 
425
                              <property name="right_attach">1</property>
 
426
                              <property name="top_attach">1</property>
 
427
                              <property name="bottom_attach">2</property>
 
428
                              <property name="x_options">fill</property>
 
429
                              <property name="y_options"></property>
 
430
                            </packing>
 
431
                          </child>
 
432
 
 
433
                          <child>
 
434
                            <widget class="GtkCheckButton" id="checkbutton_ssl">
 
435
                              <property name="visible">True</property>
 
436
                              <property name="can_focus">True</property>
 
437
                              <property name="label" translatable="yes">Use old SS_L</property>
 
438
                              <property name="use_underline">True</property>
 
439
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
440
                              <property name="focus_on_click">True</property>
 
441
                              <property name="active">False</property>
 
442
                              <property name="inconsistent">False</property>
 
443
                              <property name="draw_indicator">True</property>
 
444
                            </widget>
 
445
                            <packing>
 
446
                              <property name="left_attach">0</property>
 
447
                              <property name="right_attach">2</property>
 
448
                              <property name="top_attach">2</property>
 
449
                              <property name="bottom_attach">3</property>
 
450
                              <property name="x_options">fill</property>
 
451
                              <property name="y_options"></property>
 
452
                            </packing>
 
453
                          </child>
 
454
 
 
455
                          <child>
 
456
                            <widget class="GtkEntry" id="entry_server">
 
457
                              <property name="visible">True</property>
 
458
                              <property name="can_focus">True</property>
 
459
                              <property name="editable">True</property>
 
460
                              <property name="visibility">True</property>
 
461
                              <property name="max_length">0</property>
 
462
                              <property name="text" translatable="yes"></property>
 
463
                              <property name="has_frame">True</property>
 
464
                              <property name="invisible_char">*</property>
 
465
                              <property name="activates_default">False</property>
 
466
                            </widget>
 
467
                            <packing>
 
468
                              <property name="left_attach">1</property>
 
469
                              <property name="right_attach">2</property>
 
470
                              <property name="top_attach">0</property>
 
471
                              <property name="bottom_attach">1</property>
 
472
                              <property name="y_options"></property>
 
473
                            </packing>
 
474
                          </child>
 
475
 
 
476
                          <child>
 
477
                            <widget class="GtkSpinButton" id="spinbutton_port">
 
478
                              <property name="visible">True</property>
 
479
                              <property name="can_focus">True</property>
 
480
                              <property name="climb_rate">1</property>
 
481
                              <property name="digits">0</property>
 
482
                              <property name="numeric">True</property>
 
483
                              <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 
484
                              <property name="snap_to_ticks">False</property>
 
485
                              <property name="wrap">False</property>
 
486
                              <property name="adjustment">5222 0 65556 1 10 10</property>
 
487
                            </widget>
 
488
                            <packing>
 
489
                              <property name="left_attach">1</property>
 
490
                              <property name="right_attach">2</property>
 
491
                              <property name="top_attach">1</property>
 
492
                              <property name="bottom_attach">2</property>
 
493
                              <property name="y_options"></property>
 
494
                            </packing>
 
495
                          </child>
 
496
                        </widget>
 
497
                      </child>
 
498
                    </widget>
 
499
                  </child>
 
500
 
 
501
                  <child>
 
502
                    <widget class="GtkLabel" id="label2">
 
503
                      <property name="visible">True</property>
 
504
                      <property name="label" translatable="yes">&lt;b&gt;Override  server settings&lt;/b&gt;</property>
 
505
                      <property name="use_underline">False</property>
 
506
                      <property name="use_markup">True</property>
 
507
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
508
                      <property name="wrap">False</property>
 
509
                      <property name="selectable">False</property>
 
510
                      <property name="xalign">0.5</property>
 
511
                      <property name="yalign">0.5</property>
 
512
                      <property name="xpad">0</property>
 
513
                      <property name="ypad">0</property>
 
514
                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
 
515
                      <property name="width_chars">-1</property>
 
516
                      <property name="single_line_mode">False</property>
 
517
                      <property name="angle">0</property>
 
518
                    </widget>
 
519
                    <packing>
 
520
                      <property name="type">label_item</property>
 
521
                    </packing>
 
522
                  </child>
 
523
                </widget>
 
524
                <packing>
 
525
                  <property name="padding">0</property>
 
526
                  <property name="expand">True</property>
 
527
                  <property name="fill">True</property>
408
528
                </packing>
409
529
              </child>
410
530
            </widget>