1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 14:40:43 +00:00

if the blocklist downloader is running, don't allow the schedule to be reset

This commit is contained in:
Mitchell Livingston 2008-09-01 15:51:47 +00:00
parent 14760b85f3
commit fb2355571e

View file

@ -50,6 +50,9 @@ BlocklistScheduler * fScheduler = nil;
- (void) updateSchedule
{
if ([BlocklistDownloader isRunning])
return;
[self cancelSchedule];
if (![[NSUserDefaults standardUserDefaults] boolForKey: @"Blocklist"]