Changeset 1458

Show
Ignore:
Timestamp:
08/10/04 19:50:06 (4 years ago)
Author:
morris
Message:

specify tint

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/WCChat.m

    r1444 r1458  
    1 /* $Id: WCChat.m,v 1.59 2004/08/08 13:18:44 morris Exp $ */ 
     1/* $Id: WCChat.m,v 1.60 2004/08/10 17:50:06 morris Exp $ */ 
    22 
    33/* 
     
    17991799                name            = [user nick]; 
    18001800                status          = [user status]; 
    1801                 icon            = [user icon]; 
     1801                icon            = [user iconWithIdleTint:YES]; 
    18021802                dictionary  = [NSMutableDictionary dictionaryWithCapacity:3]; 
    18031803