Changeset 9
- Timestamp:
- 12/15/2002 12:13:41 AM (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/adium/Plugins/Standard Message View/AISMTextView.m
r4 r9 280 280 { 281 281 AISMVMessageCell *messageCell; 282 float width = [self frame].size.width;282 float width;// = [self frame].size.width - maxSenderWidth; 283 283 284 284 if([[object type] compare:CONTENT_MESSAGE_TYPE] == 0){ //Message content … … 337 337 //Create a message cell 338 338 messageCell = [AISMVMessageCell messageCellWithString:[contentMessage message]]; 339 width = [self frame].size.width - maxSenderWidth; 339 340 height = [messageCell sizeCellForWidth:width].height; 340 341 if([messageSource isKindOfClass:[AIAccount class]]){