- Timestamp:
- 2010-10-02T05:19:27Z (14 years ago)
- Branches:
- master
- Children:
- 62f53b50
- Parents:
- ed86165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
red86165 r04cd284 626 626 bd = bu->data; 627 627 if( strcmp( role, "Allow" ) == 0 ) 628 { 628 629 bd->flags |= MSN_BUDDY_AL; 630 ic->permit = g_slist_prepend( ic->permit, g_strdup( handle ) ); 631 } 629 632 else if( strcmp( role, "Block" ) == 0 ) 633 { 630 634 bd->flags |= MSN_BUDDY_BL; 635 ic->deny = g_slist_prepend( ic->deny, g_strdup( handle ) ); 636 } 631 637 else if( strcmp( role, "Reverse" ) == 0 ) 632 638 bd->flags |= MSN_BUDDY_RL;
Note: See TracChangeset
for help on using the changeset viewer.