allow creation of torrents with no announce address

This commit is contained in:
Mitchell Livingston
2008-05-28 23:57:25 +00:00
parent e02449e421
commit aed40c4318
7 changed files with 118 additions and 103 deletions

View File

@@ -506,6 +506,7 @@
[fDefaults setBool: YES forKey: @"WarningRemainingSpace"];
[fDefaults setBool: YES forKey: @"WarningFolderDataSameName"];
[fDefaults setBool: YES forKey: @"WarningResetStats"];
[fDefaults setBool: YES forKey: @"WarningCreatorBlankAddress"];
}
- (void) setCheckForUpdate: (id) sender