Changeset a19ea7a
- Timestamp:
- 2009-12-26T15:14:52Z (15 years ago)
- Branches:
- master
- Children:
- e08e53c
- Parents:
- 5674207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r5674207 ra19ea7a 415 415 buddy = purple_find_buddy( conv->account, who ); 416 416 if( buddy != NULL ) 417 who = purple_buddy_get_ contact_alias( buddy );417 who = purple_buddy_get_name( buddy ); 418 418 419 419 imcb_buddy_msg( ic, (char*) who, (char*) message, 0, mtime );
Note: See TracChangeset
for help on using the changeset viewer.