Changeset 84b045d for irc_commands.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
  • irc_commands.c

    rc2fb3809 r84b045d  
    463463               
    464464                if( ic && ic->flags & OPT_LOGGED_IN )
    465                         bim_set_away( ic, u->away );
     465                        imc_set_away( ic, u->away );
    466466        }
    467467}
Note: See TracChangeset for help on using the changeset viewer.