Changeset 2050

Show
Ignore:
Timestamp:
10/22/04 20:54:16 (4 years ago)
Author:
eridius
Message:

Got rid of a couple of warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ESFloater.h

    r2046 r2050  
    1717 
    1818+ (id)floaterWithImage:(NSImage *)inImage styleMask:(unsigned int)styleMask title:(NSString *) title; 
     19- (id)initWithImage:(NSImage *)inImage styleMask:(unsigned int)styleMask title:(NSString *) title; 
    1920- (void)moveFloaterToPoint:(NSPoint)inPoint; 
    2021- (IBAction)close:(id)sender; 
  • trunk/MVBuddyListController.m

    r2016 r2050  
    375375                if( emailValue && index != NSNotFound ) { 
    376376                        [emailValue replaceValueAtIndex:index withValue:[email objectValue]]; 
    377                 } else if( [[email objectValue] length] ) { 
     377                } else if( [(NSString *)[email objectValue] length] ) { 
    378378                        emailValue = [[[ABMutableMultiValue alloc] init] autorelease]; 
    379379                        [emailValue addValue:[email objectValue] withLabel:kABOtherLabel];