Changeset 10081
- Timestamp:
- Feb 2, 2010, 8:10:28 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr-prefs.h
r10066 r10081 55 55 enum 56 56 { 57 MAIN_WINDOW_REFRESH_INTERVAL_SECONDS = 1,57 MAIN_WINDOW_REFRESH_INTERVAL_SECONDS = 2, 58 58 59 59 SECONDARY_WINDOW_REFRESH_INTERVAL_SECONDS = 2 -
trunk/libtransmission/torrent-ctor.c
r10078 r10081 444 444 tr_ctorGetBandwidthPriority( const tr_ctor * ctor ) 445 445 { 446 fprintf( stderr, "got priority with %d\n", (int)ctor->bandwidthPriority );447 446 return ctor->bandwidthPriority; 448 447 }
Note: See TracChangeset
for help on using the changeset viewer.