Changeset 2720
- Timestamp:
- Aug 11, 2007, 2:51:36 AM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r2699 r2720 195 195 196 196 [fBadger release]; 197 if (fOverlayWindow) 198 [fOverlayWindow release]; 197 [fOverlayWindow release]; 199 198 [fIPCController release]; 200 199 201 if (fAutoImportedNames) 202 [fAutoImportedNames release]; 203 if (fPendingTorrentDownloads) 204 [fPendingTorrentDownloads release]; 200 [fAutoImportedNames release]; 201 [fPendingTorrentDownloads release]; 205 202 206 203 tr_close(fLib); -
trunk/macosx/TorrentTableView.m
r2719 r2720 182 182 if ([self pointInIconRect: point]) 183 183 [[fTorrents objectAtIndex: row] revealData]; 184 else 184 else if (![self pointInActionRect: point]) 185 185 [fController showInfo: nil]; 186 else; 186 187 } 187 188 else;
Note: See TracChangeset
for help on using the changeset viewer.