Changeset 4186
- Timestamp:
- 06/02/06 17:31:02 (3 years ago)
- Files:
-
- WiredClient/trunk/WCChat.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCChat.m
r4121 r4186 685 685 686 686 imageCell = [[NSImageCell alloc] init]; 687 [imageCell setImageAlignment:NSImageAlignCenter]; 687 688 [_iconTableColumn setDataCell:imageCell]; 688 689 [imageCell release]; … … 1695 1696 1696 1697 user = [self userAtIndex:row]; 1697 1698 1698 1699 if(column == _iconTableColumn) 1699 1700 return [user iconWithIdleTint:YES];
