some cleanup

This commit is contained in:
Mitchell Livingston 2007-01-02 16:50:12 +00:00
parent 3bc7585b5b
commit afb50f6997
3 changed files with 1 additions and 6 deletions

View File

@ -3,11 +3,6 @@
@implementation ActionPopUpButton
+ (Class) cellClass
{
return [ActionPopUpButtonCell class];
}
- (id) initWithCoder: (NSCoder *) coder
{
if (self = [super initWithCoder: coder])

View File

@ -4,7 +4,7 @@
- (id) initTextCell: (NSString *) string pullsDown: (BOOL) pullDown
{
if (self = [super initTextCell: string pullsDown: YES])
if ((self = [super initTextCell: string pullsDown: YES]))
{
fImage = [NSImage imageNamed: @"ActionButton.png"];
[fImage setFlipped: YES];

Binary file not shown.