Changeset 4000

Show
Ignore:
Timestamp:
03/29/06 19:26:52 (3 years ago)
Author:
morris
Message:

Remove leave button

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/English.lproj/PrivateChat.nib/classes.nib

    r3620 r4000  
    4646            SUPERCLASS = WIWindowController;  
    4747        },  
    48         { 
    49             ACTIONS = {leave = id; };  
    50             CLASS = WCPrivateChat;  
    51             LANGUAGE = ObjC;  
    52             SUPERCLASS = WCChat;  
    53         },  
     48        {CLASS = WCPrivateChat; LANGUAGE = ObjC; SUPERCLASS = WCChat; },  
    5449        {CLASS = WISplitView; LANGUAGE = ObjC; SUPERCLASS = NSSplitView; },  
    5550        { 
  • WiredClient/trunk/English.lproj/PrivateChat.nib/info.nib

    r3620 r4000  
    2424        </array> 
    2525        <key>IBSystem Version</key> 
    26         <string>8G32</string> 
     26        <string>8H14</string> 
    2727</dict> 
    2828</plist> 
  • WiredClient/trunk/WCPrivateChat.h

    r3570 r4000  
    3737 
    3838 
    39  
    40  
    4139+ (id)privateChatWithConnection:(WCServerConnection *)connection; 
    4240+ (id)privateChatWithConnection:(WCServerConnection *)connection chatID:(unsigned int)cid; 
     
    4442+ (id)privateChatWithConnection:(WCServerConnection *)connection chatID:(unsigned int)cid inviteUser:(WCUser *)user; 
    4543 
    46 - (IBAction)leave:(id)sender; 
    47  
    4844@end 
  • WiredClient/trunk/WCPrivateChat.m

    r3974 r4000  
    197197#pragma mark - 
    198198 
    199 - (IBAction)leave:(id)sender { 
    200         [self close]; 
    201 } 
    202  
    203  
    204  
    205 #pragma mark - 
    206  
    207199- (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(int)row proposedDropOperation:(NSTableViewDropOperation)operation { 
    208200        if(row >= 0)