Remove 'secure connection' checkbox from connection form

This commit is contained in:
Daniel P. Berrange 2006-08-08 10:31:18 -04:00
parent d2802d602c
commit cf68b91069

View File

@ -3789,7 +3789,7 @@ Máirín Duffy <duffy@redhat.com>
<widget class="GtkTable" id="remote-xen-options">
<property name="border_width">3</property>
<property name="visible">True</property>
<property name="n_rows">2</property>
<property name="n_rows">1</property>
<property name="n_columns">4</property>
<property name="homogeneous">False</property>
<property name="row_spacing">3</property>
@ -3892,28 +3892,6 @@ Máirín Duffy &lt;duffy@redhat.com&gt;
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="remote-xen-secure">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Secure connection</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
<property name="active">False</property>
<property name="inconsistent">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">fill</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="padding">0</property>