Changeset 13326 for trunk/macosx/BlocklistDownloader.m
- Timestamp:
- May 29, 2012, 1:03:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/BlocklistDownloader.m
r13253 r13326 26 26 #import "BlocklistDownloaderViewController.h" 27 27 #import "BlocklistScheduler.h" 28 #import " PrefsController.h"28 #import "Controller.h" 29 29 30 30 @interface BlocklistDownloader (Private) … … 144 144 145 145 dispatch_async(dispatch_get_main_queue(), ^{ 146 const int count = tr_blocklistSetContent([ PrefsController handle], [fDestination UTF8String]);146 const int count = tr_blocklistSetContent([(Controller *)[NSApp delegate] sessionHandle], [fDestination UTF8String]); 147 147 148 148 //delete downloaded file
Note: See TracChangeset
for help on using the changeset viewer.