Adium

Changeset 27

Show
Ignore:
Timestamp:
12/16/2002 09:40:36 AM (6 years ago)
Author:
adamiser
Message:

- Cleanup
- Fixed [ 654346 ] "New Message" not working

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/adium/Plugins/Dual Window Interface/AIMessageViewController.m

    r4 r27  
    302302            superFrame.size.height -= ACCOUNTS_VIEW_HEIGHT; 
    303303        }else{ 
    304             [view_account setFrameOrigin:NSMakePoint(100,0)]; 
    305             #warning really big # constant? 
     304            [view_account setFrameOrigin:NSMakePoint(1000,0)]; 
     305            #warning really big # constant?  i need to hide this view a better way 
    306306        } 
    307          
     307 
    308308        //Handle 
    309309        frame = [view_handle frame]; 
     
    313313        //Buttons 
    314314        frame = [view_buttons frame]; 
    315         [view_handle setFrame:NSMakeRect(0, 0, superFrame.size.width, frame.size.height)]; 
     315        [view_buttons setFrame:NSMakeRect(0, 0, superFrame.size.width, frame.size.height)]; 
    316316        superFrame.size.height -= frame.size.height; 
    317317        superFrame.origin.y += frame.size.height;