From f37830f46ec6167bb9734ed73973f478aad12321 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 4 Mar 2009 16:42:20 +0000 Subject: [PATCH] (trunk gtk) update the blocklist URL --- gtk/blocklist.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gtk/blocklist.c b/gtk/blocklist.c index 1e881ce88..0984b8bfe 100644 --- a/gtk/blocklist.c +++ b/gtk/blocklist.c @@ -78,14 +78,13 @@ writeFunc( void * ptr, static gpointer blocklistThreadFunc( gpointer gcore ) { - TrCore * core = TR_CORE( gcore ); - const char * url = - "http://download.m0k.org/transmission/files/level1.gz"; - gboolean ok = TRUE; - char * filename = NULL; - char * filename2 = NULL; - int fd; - int rules; + int fd; + int rules; + gboolean ok = TRUE; + char * filename = NULL; + char * filename2 = NULL; + const char * url = "http://update.transmissionbt.com/level1.gz"; + TrCore * core = TR_CORE( gcore ); emitProgress( core, FALSE, _( "Retrieving blocklist..." ) );