Changeset 40 for trunk/PrefController.m

Show
Ignore:
Timestamp:
06/20/06 00:22:32 (3 years ago)
Author:
ngerakines
Message:

* Added growl notification on service connect
* Changed the language used in login and prefs
* On enter from password field a login is performed
* Made several adjustments throughout the app

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/PrefController.m

    r39 r40  
    66// 1 
    77- (id)init { 
    8         NSLog(@"PrefController - init -- called \n"); 
     8// NSLog(@"PrefController - init -- called \n"); 
    99    if (self = [super init]) { 
    1010        [self setToolbar:[[NSToolbar alloc] initWithIdentifier:@"preferencePanes"]]; 
     
    142142                VoxCollection *voxcol = key; 
    143143                [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]); 
    145145                [vx_image_dropdown addItemWithTitle:[NSString stringWithFormat:@"Collection: %@", [voxcol collectionTitle]]]; 
    146146                [vx_text_dropdown addItemWithTitle:[NSString stringWithFormat:@"Collection: %@", [voxcol collectionTitle]]]; 
     
    229229 
    230230- (void) windowWillClose:(id) sender { 
    231         NSLog(@"Window closed\n"); 
     231// NSLog(@"Window closed\n"); 
    232232        [self save_generic]; 
    233233        if ([self service]) { 
     
    308308 
    309309- (void) save_typepad { 
    310         NSLog(@"- (void) save_typepad -- called\n"); 
     310// NSLog(@"- (void) save_typepad -- called\n"); 
    311311        NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults]; 
    312312        if ([tp_image_dropdown numberOfItems] > 0) {