Changeset 17a6ee9 for protocols/msn/sb.c
- Timestamp:
- 2010-04-11T14:37:06Z (15 years ago)
- Branches:
- master
- Children:
- a87e6ba
- Parents:
- 1f92a58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/sb.c
r1f92a58 r17a6ee9 691 691 } 692 692 } 693 #if 0 694 // Disable MSN ft support for now. 693 695 else if( g_strncasecmp( ct, "text/x-msmsgsinvite", 19 ) == 0 ) 694 696 { … … 723 725 g_free( command ); 724 726 } 727 #endif 725 728 else if( g_strncasecmp( ct, "application/x-msnmsgrp2p", 24 ) == 0 ) 726 729 {
Note: See TracChangeset
for help on using the changeset viewer.