fix max upload for 256k

This commit is contained in:
Marcos Pinto 2007-10-29 05:46:49 +00:00
parent 6520e618c2
commit 054f7e5721
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class WizardGTK:
float('130'))
self.wtree.get_widget('spin_max_upload_slots_global').set_value(\
float('3'))
self.wtree.get_widget('spin_max_upload').set_value(float('17'))
self.wtree.get_widget('spin_max_upload').set_value(float('22'))
self.wtree.get_widget('spin_torrents').set_value(float('1'))
elif self.wtree.get_widget('combo_upload_line').get_active_text() == \
"384k":