1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-31 03:12:44 +00:00

(trunk) fix oops...

This commit is contained in:
Charles Kerr 2010-02-02 08:10:28 +00:00
parent af3e64f383
commit 54f874ffb1
2 changed files with 1 additions and 2 deletions

View file

@ -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
};

View file

@ -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;
}