fix download config

This commit is contained in:
Martijn Voncken 2008-07-12 10:20:50 +00:00
parent c5aa8dd97b
commit a8f89a90ca
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Download(config_forms.CfgForm):
autoadd_location = forms.ServerFolder(_("Auto Add folder"), required=False)
compact_allocation = forms.CheckBox(_('Use Compact Allocation'))
prioritize_first_last_pieces = forms.CheckBox(_('Prioritize first and last pieces'))
default_private = forms.CheckBox(_('Set private flag by default'))
#default_private = forms.CheckBox(_('Set private flag by default'))
config_page.register('deluge','download', Download)