Changeset 8018


Ignore:
Timestamp:
Mar 4, 2009, 4:42:20 PM (14 years ago)
Author:
charles
Message:

(trunk gtk) update the blocklist URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gtk/blocklist.c

    r7787 r8018  
    7979blocklistThreadFunc( gpointer gcore )
    8080{
    81     TrCore *     core = TR_CORE( gcore );
    82     const char * url =
    83         "http://download.m0k.org/transmission/files/level1.gz";
    84     gboolean     ok = TRUE;
    85     char *       filename = NULL;
    86     char *       filename2 = NULL;
    87     int          fd;
    88     int          rules;
     81    int fd;
     82    int rules;
     83    gboolean ok = TRUE;
     84    char * filename = NULL;
     85    char * filename2 = NULL;
     86    const char * url = "http://update.transmissionbt.com/level1.gz";
     87    TrCore * core = TR_CORE( gcore );
    8988
    9089    emitProgress( core, FALSE, _( "Retrieving blocklist..." ) );
Note: See TracChangeset for help on using the changeset viewer.