Changeset 13987
- Timestamp:
- Feb 8, 2013, 1:18:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r13986 r13987 375 375 376 376 //needs to be done before init-ing the prefs controller 377 fFileWatcherQueue = [[ [VDKQueue alloc] init] autorelease];377 fFileWatcherQueue = [[VDKQueue alloc] init]; 378 378 [fFileWatcherQueue setDelegate: self]; 379 379 … … 2957 2957 -(void) VDKQueue: (VDKQueue *) queue receivedNotification: (NSString*) notification forPath: (NSString*) fpath 2958 2958 { 2959 NSParameterAssert([notification isEqualToString:VDKQueueWriteNotification]);NSLog(@"%@",notification); 2959 #warning remove log 2960 NSLog(@"%@",notification); 2961 NSParameterAssert([notification isEqualToString:VDKQueueWriteNotification]); 2960 2962 2961 2963 if (![fDefaults boolForKey: @"AutoImport"] || ![fDefaults stringForKey: @"AutoImportDirectory"])
Note: See TracChangeset
for help on using the changeset viewer.