[guilhem].PluginInstallerPlugin.Add configuration option for FTP TLS.Fixes #34

This commit is contained in:
Denis Fomin
2012-09-04 00:15:53 +04:00
parent 3117b6d1ec
commit 24fbcb1d81
3 changed files with 26 additions and 4 deletions

View File

@@ -301,8 +301,9 @@
<object class="GtkCheckButton" id="check_update">
<property name="label" translatable="yes">Check update after start</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="focus_on_click">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_check_update_toggled"/>
</object>
@@ -311,6 +312,21 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="TLS">
<property name="label" translatable="yes">Use TLS transport</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
<property name="focus_on_click">False</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_tls_toggled"/>
</object>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</object>
</child>
</object>