Changeset 11883
- Timestamp:
- Feb 12, 2011, 11:54:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/details.c
r11741 r11883 407 407 idle_spun_cb( GtkSpinButton * s, struct DetailsImpl * di ) 408 408 { 409 torrent_set_int( di, "seedI nactiveLimit", gtk_spin_button_get_value_as_int( s ) );409 torrent_set_int( di, "seedIdleLimit", gtk_spin_button_get_value_as_int( s ) ); 410 410 } 411 411
Note: See TracChangeset
for help on using the changeset viewer.