Changeset 850 for trunk/macosx
- Timestamp:
- Sep 5, 2006, 9:17:59 PM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 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 } -
trunk/macosx/PrefsController.m
r847 r850 81 81 { 82 82 [fDownloadFolder release]; 83 [fImportFolder release]; 83 84 [super dealloc]; 84 85 }
Note: See TracChangeset
for help on using the changeset viewer.