Mercurial > pidgin
diff src/protocols/oscar/conn.c @ 7474:2bdacd38528c
[gaim-migrate @ 8087]
I renamed aim_bos_setidle to aim_srv_setidle, and removed the conn parameter.
Also some other minor internal changes.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 11 Nov 2003 05:57:24 +0000 |
| parents | fa0324675ed9 |
| children | 92cbf9713795 |
line wrap: on
line diff
--- a/src/protocols/oscar/conn.c Tue Nov 11 05:41:44 2003 +0000 +++ b/src/protocols/oscar/conn.c Tue Nov 11 05:57:24 2003 +0000 @@ -900,7 +900,7 @@ * Register all the modules for this session... */ aim__registermodule(sess, misc_modfirst); /* load the catch-all first */ - aim__registermodule(sess, general_modfirst); + aim__registermodule(sess, service_modfirst); aim__registermodule(sess, locate_modfirst); aim__registermodule(sess, buddylist_modfirst); aim__registermodule(sess, msg_modfirst);
