Changeset a19ea7a


Ignore:
Timestamp:
2009-12-26T15:14:52Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e08e53c
Parents:
5674207
Message:

Use purple_buddy_get_name, not purple_buddy_get_contact_alias. Makes sense,
but I'm actually not sure if this function *is* the right one.

Fixes issues with messages coming from the wrong handle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    r5674207 ra19ea7a  
    415415        buddy = purple_find_buddy( conv->account, who );
    416416        if( buddy != NULL )
    417                 who = purple_buddy_get_contact_alias( buddy );
     417                who = purple_buddy_get_name( buddy );
    418418       
    419419        imcb_buddy_msg( ic, (char*) who, (char*) message, 0, mtime );
Note: See TracChangeset for help on using the changeset viewer.