Changeset 2050
- Timestamp:
- 10/22/04 20:54:16 (4 years ago)
- Files:
-
- trunk/ESFloater.h (modified) (1 diff)
- trunk/MVBuddyListController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ESFloater.h
r2046 r2050 17 17 18 18 + (id)floaterWithImage:(NSImage *)inImage styleMask:(unsigned int)styleMask title:(NSString *) title; 19 - (id)initWithImage:(NSImage *)inImage styleMask:(unsigned int)styleMask title:(NSString *) title; 19 20 - (void)moveFloaterToPoint:(NSPoint)inPoint; 20 21 - (IBAction)close:(id)sender; trunk/MVBuddyListController.m
r2016 r2050 375 375 if( emailValue && index != NSNotFound ) { 376 376 [emailValue replaceValueAtIndex:index withValue:[email objectValue]]; 377 } else if( [ [email objectValue] length] ) {377 } else if( [(NSString *)[email objectValue] length] ) { 378 378 emailValue = [[[ABMutableMultiValue alloc] init] autorelease]; 379 379 [emailValue addValue:[email objectValue] withLabel:kABOtherLabel];
