(gtk) #989: add a checkbox to auto-update the blocklist once a week

This commit is contained in:
Charles Kerr
2008-09-02 20:59:00 +00:00
parent f53b33526b
commit c3c8006c85
13 changed files with 275 additions and 145 deletions

View File

@@ -47,6 +47,7 @@
#include "actions.h"
#include "add-dialog.h"
#include "blocklist.h"
#include "conf.h"
#include "details.h"
#include "dialogs.h"
@@ -464,6 +465,7 @@ main( int argc, char ** argv )
appsetup( win, argfiles, cbdata, startpaused, startminimized );
tr_sessionSetRPCCallback( h, onRPCChanged, cbdata );
gtr_blocklist_maybe_autoupdate( cbdata->core );
gtk_main();
}