mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(gtk) #989: add a checkbox to auto-update the blocklist once a week
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user