Changeset 9615
- Timestamp:
- Nov 28, 2009, 5:44:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r9606 r9615 390 390 + [fTableView rowHeight] + [fTableView intercellSpacing].height; 391 391 [fWindow setContentMinSize: contentMinSize]; 392 [fWindow setContentBorderThickness: [[fTableView enclosingScrollView] frame].origin.yforEdge: NSMinYEdge];392 [fWindow setContentBorderThickness: NSMinY([[fTableView enclosingScrollView] frame]) forEdge: NSMinYEdge]; 393 393 394 394 [[fTotalTorrentsField cell] setBackgroundStyle: NSBackgroundStyleRaised]; … … 949 949 #warning show add window perhaps? 950 950 951 952 //change the location if the group calls for it (this has to wait until after the torrent is created) 953 if ([[GroupsController groups] usesCustomDownloadLocationForIndex: [torrent groupValue]]) 954 { 955 NSString * location = [[GroupsController groups] customDownloadLocationForIndex: [torrent groupValue]]; 956 [torrent changeDownloadFolderBeforeUsing: location]; 957 } 958 951 959 #warning should we do this? 952 960 [torrent setWaitToStart: [fDefaults boolForKey: @"AutoStartDownload"]]; 953 954 #warning should set group955 961 956 962 [torrent update];
Note: See TracChangeset
for help on using the changeset viewer.