mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
(trunk) fix oops...
This commit is contained in:
parent
af3e64f383
commit
54f874ffb1
2 changed files with 1 additions and 2 deletions
|
@ -54,7 +54,7 @@ GtkWidget * tr_prefs_dialog_new( GObject * core,
|
|||
|
||||
enum
|
||||
{
|
||||
MAIN_WINDOW_REFRESH_INTERVAL_SECONDS = 1,
|
||||
MAIN_WINDOW_REFRESH_INTERVAL_SECONDS = 2,
|
||||
|
||||
SECONDARY_WINDOW_REFRESH_INTERVAL_SECONDS = 2
|
||||
};
|
||||
|
|
|
@ -443,7 +443,6 @@ fprintf( stderr, "in tr_ctorSetPriority with %d\n", (int)priority );
|
|||
tr_priority_t
|
||||
tr_ctorGetBandwidthPriority( const tr_ctor * ctor )
|
||||
{
|
||||
fprintf( stderr, "got priority with %d\n", (int)ctor->bandwidthPriority );
|
||||
return ctor->bandwidthPriority;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue