Changeset 13988
- Timestamp:
- Feb 8, 2013, 1:31:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r13987 r13988 2957 2957 -(void) VDKQueue: (VDKQueue *) queue receivedNotification: (NSString*) notification forPath: (NSString*) fpath 2958 2958 { 2959 #warning remove log 2960 NSLog(@"%@",notification); 2961 NSParameterAssert([notification isEqualToString:VDKQueueWriteNotification]); 2959 //don't assume that just because we're watching for write notification, we'll only receive write notifications 2962 2960 2963 2961 if (![fDefaults boolForKey: @"AutoImport"] || ![fDefaults stringForKey: @"AutoImportDirectory"])
Note: See TracChangeset
for help on using the changeset viewer.