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/msn_util.c

    rc2fb3809 r84b045d  
    3636        if( st != len )
    3737        {
    38                 imc_error( ic, "Short write() to main server" );
     38                imcb_error( ic, "Short write() to main server" );
    3939                imc_logout( ic, TRUE );
    4040                return( 0 );
     
    4646int msn_logged_in( struct im_connection *ic )
    4747{
    48         imc_connected( ic );
     48        imcb_connected( ic );
    4949       
    5050        return( 0 );
     
    9595       
    9696        if( find_buddy( bla->ic, bla->handle ) == NULL )
    97                 show_got_added( bla->ic, bla->handle, NULL );
     97                imcb_ask_add( bla->ic, bla->handle, NULL );
    9898       
    9999        g_free( bla->handle );
     
    123123                    "The user %s (%s) wants to add you to his/her buddy list.",
    124124                    handle, realname );
    125         do_ask_dialog( ic, buf, bla, msn_buddy_ask_yes, msn_buddy_ask_no );
     125        imcb_ask( ic, buf, bla, msn_buddy_ask_yes, msn_buddy_ask_no );
    126126}
    127127
Note: See TracChangeset for help on using the changeset viewer.