merge the group location selection code

This commit is contained in:
Mitchell Livingston
2008-12-13 22:49:46 +00:00
parent 359e462091
commit 29863264e5
3 changed files with 15 additions and 13 deletions

View File

@@ -67,11 +67,6 @@
fDeleteEnable = deleteTorrent == TORRENT_FILE_DEFAULT;
fGroupValue = [torrent groupValue];
#warning factor in if there already is a destination
// set the groups download location if there is one
if (!fLockDestination && [[GroupsController groups] usesCustomDownloadLocationForIndex: fGroupValue])
[self setDestinationPath: [[GroupsController groups] customDownloadLocationForIndex: fGroupValue]];
}
return self;
}