From: Eric W. <war...@us...> - 2001-10-23 20:29:45
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv3603/protocols/oscar Modified Files: oscar.c Log Message: i don't like some people. Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- oscar.c 2001/10/15 03:16:01 1.47 +++ oscar.c 2001/10/23 20:29:42 1.48 @@ -441,8 +441,11 @@ odata->create_exchange = 0; debug_printf(_("Logging in %s\n"), user->username); - if (isdigit(*user->username)) + if (isdigit(*user->username)) { odata->icq = TRUE; + /* this is odd but it's necessary for a proper do_import and do_export */ + gc->protocol = PROTO_ICQ; + } sess = g_new0(aim_session_t, 1); |