Mercurial > pidgin
changeset 10329:0ad82da3ffcf
[gaim-migrate @ 11536]
Patch 1081166 from Evan Schoenberg.
That's right, this is the 1,081,166th patch he's submitted.
Wow.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 09 Dec 2004 00:04:39 +0000 |
parents | 0e9be9a1d68d |
children | 4f5a7ddd3161 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Wed Dec 08 00:24:37 2004 +0000 +++ b/src/protocols/oscar/oscar.c Thu Dec 09 00:04:39 2004 +0000 @@ -62,6 +62,8 @@ #define OSCAR_CONNECT_STEPS 6 #define OSCAR_DEFAULT_CUSTOM_ENCODING "ISO-8859-1" +#define FAIM_DEBUG_LEVEL 0 + static GaimPlugin *my_protocol = NULL; static int caps_aim = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_DIRECTIM | AIM_CAPS_SENDFILE | AIM_CAPS_INTEROPERATE | AIM_CAPS_ICHAT; @@ -1730,7 +1732,7 @@ od->buddyinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, oscar_free_buddyinfo); sess = g_new0(aim_session_t, 1); - aim_session_init(sess, TRUE, 0); + aim_session_init(sess, TRUE, FAIM_DEBUG_LEVEL); aim_setdebuggingcb(sess, oscar_debug); /* * We need an immediate queue because we don't use a while-loop