Changeset 5848675


Ignore:
Timestamp:
2010-08-14T13:32:46Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
07874be
Parents:
4452e69
Message:

The contact's full name is in a different field now in NLN messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/ns.c

    r4452e69 r5848675  
    348348                }
    349349               
    350                 http_decode( cmd[3] );
    351                 imcb_rename_buddy( ic, cmd[2], cmd[3] );
     350                http_decode( cmd[4] );
     351                imcb_rename_buddy( ic, cmd[2], cmd[4] );
    352352               
    353353                st = msn_away_state_by_code( cmd[1] );
Note: See TracChangeset for help on using the changeset viewer.