(trunk gtk) update the blocklist URL

This commit is contained in:
Charles Kerr 2009-03-04 16:42:20 +00:00
parent 93b3d1ad7e
commit f37830f46e
1 changed files with 7 additions and 8 deletions

View File

@ -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..." ) );