Changeset 84b045d for protocols/msn/sb.c


Ignore:
Timestamp:
2007-04-16T01:03:08Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6bbb939
Parents:
c2fb3809
Message:

s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a
little bit, grouping things by category instead of original Gaim 0.58
filename.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/sb.c

    rc2fb3809 r84b045d  
    222222                g_slist_free( sb->msgq );
    223223               
    224                 imc_log( ic, "Warning: Closing down MSN switchboard connection with "
     224                imcb_log( ic, "Warning: Closing down MSN switchboard connection with "
    225225                                   "unsent message to %s, you'll have to resend it.",
    226226                                   sb->who ? sb->who : "(unknown)" );
     
    321321        if( strcmp( cmd[0], "XFR" ) == 0 )
    322322        {
    323                 imc_error( ic, "Received an XFR from a switchboard server, unable to comply! This is likely to be a bug, please report it!" );
     323                imcb_error( ic, "Received an XFR from a switchboard server, unable to comply! This is likely to be a bug, please report it!" );
    324324                imc_logout( ic, TRUE );
    325325                return( 0 );
     
    528528                const struct msn_status_code *err = msn_status_by_number( num );
    529529               
    530                 imc_error( ic, "Error reported by switchboard server: %s", err->text );
     530                imcb_error( ic, "Error reported by switchboard server: %s", err->text );
    531531               
    532532                if( err->flags & STATUS_SB_FATAL )
Note: See TracChangeset for help on using the changeset viewer.