Changeset 40 for trunk/PrefController.m
- Timestamp:
- 06/20/06 00:22:32 (3 years ago)
- Files:
-
- 1 modified
-
trunk/PrefController.m (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PrefController.m
r39 r40 6 6 // 1 7 7 - (id)init { 8 NSLog(@"PrefController - init -- called \n");8 // NSLog(@"PrefController - init -- called \n"); 9 9 if (self = [super init]) { 10 10 [self setToolbar:[[NSToolbar alloc] initWithIdentifier:@"preferencePanes"]]; … … 142 142 VoxCollection *voxcol = key; 143 143 [myCollections setObject:[voxcol collectionID] forKey:[NSString stringWithFormat:@"Collection: %@", [voxcol collectionTitle]]]; 144 NSLog(@"Mapping collection '%@' to id '%@'", [voxcol collectionTitle], [voxcol collectionID]);144 // NSLog(@"Mapping collection '%@' to id '%@'", [voxcol collectionTitle], [voxcol collectionID]); 145 145 [vx_image_dropdown addItemWithTitle:[NSString stringWithFormat:@"Collection: %@", [voxcol collectionTitle]]]; 146 146 [vx_text_dropdown addItemWithTitle:[NSString stringWithFormat:@"Collection: %@", [voxcol collectionTitle]]]; … … 229 229 230 230 - (void) windowWillClose:(id) sender { 231 NSLog(@"Window closed\n");231 // NSLog(@"Window closed\n"); 232 232 [self save_generic]; 233 233 if ([self service]) { … … 308 308 309 309 - (void) save_typepad { 310 NSLog(@"- (void) save_typepad -- called\n");310 // NSLog(@"- (void) save_typepad -- called\n"); 311 311 NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; 312 312 if ([tp_image_dropdown numberOfItems] > 0) {
