Changeset 850 for trunk/macosx/Controller.m
- Timestamp:
- Sep 5, 2006, 9:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r849 r850 1528 1528 } 1529 1529 1530 -(void) watcher: (id<UKFileWatcher>) kq receivedNotification: (NSString*) nm forPath: (NSString*) fpath1531 { 1532 if ([n misEqualToString: UKFileWatcherWriteNotification])1530 -(void) watcher: (id<UKFileWatcher>) watcher receivedNotification: (NSString *) notification forPath: (NSString *) path 1531 { 1532 if ([notification isEqualToString: UKFileWatcherWriteNotification]) 1533 1533 [self checkAutoImportDirectory]; 1534 1534 }
Note: See TracChangeset
for help on using the changeset viewer.