From 54f874ffb14e010003c91bd5b93c689a370e9d15 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 2 Feb 2010 08:10:28 +0000 Subject: [PATCH] (trunk) fix oops... --- gtk/tr-prefs.h | 2 +- libtransmission/torrent-ctor.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/tr-prefs.h b/gtk/tr-prefs.h index cc9d1e3fc..d4481ff5d 100644 --- a/gtk/tr-prefs.h +++ b/gtk/tr-prefs.h @@ -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 }; diff --git a/libtransmission/torrent-ctor.c b/libtransmission/torrent-ctor.c index ce160cc9f..299e1320a 100644 --- a/libtransmission/torrent-ctor.c +++ b/libtransmission/torrent-ctor.c @@ -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; }