Package: gnome-btdownload Version: 0.0.22-1 I've attached a patch for gnome-btdownload 0.22 to adjust the upload rate in 0.5 kb/s increments, instead of 0.01 kb/s increments.
This makes adjusting the bandwidth with the mouse more usable.
--- dlsession.glade 2005-05-30 00:06:12.000000000 +0200 +++ /usr/share/gnome-btdownload/glade/dlsession.glade 2006-01-23 11:30:38.000000000 +0100 @@ -553,13 +553,13 @@ <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> - <property name="climb_rate">1</property> - <property name="digits">2</property> + <property name="climb_rate">0.5</property> + <property name="digits">1</property> <property name="numeric">False</property> <property name="update_policy">GTK_UPDATE_IF_VALID</property> <property name="snap_to_ticks">False</property> <property name="wrap">False</property> - <property name="adjustment">10 1 268435000 0.01 1 1</property> + <property name="adjustment">10 1 268435000 0.5 1 1</property> <signal name="value_changed" handler="on_spinbutton_cap_upload_rate_value_changed" last_modification_time="Tue, 30 Sep 2003 04:01:08 GMT"/> </widget> <packing>

