Mercurial > pidgin
comparison src/protocols/msn/msn.c @ 5872:059d95c67cda
[gaim-migrate @ 6304]
The legendary Header File Cleanup! Files now only include what they need.
This should reduce the number of files that must recompile when a header
file changes. It's a lot nicer. Trust me on it. I also added a couple new
header files. I hope I didn't break TOO much!
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 14 Jun 2003 23:21:02 +0000 |
parents | 952710ac6635 |
children | f8edfcb55a34 |
comparison
equal
deleted
inserted
replaced
5871:508adf90fbb9 | 5872:059d95c67cda |
---|---|
505 if (!typing) | 505 if (!typing) |
506 return 0; | 506 return 0; |
507 | 507 |
508 if (!g_ascii_strcasecmp(who, gaim_account_get_username(account))) { | 508 if (!g_ascii_strcasecmp(who, gaim_account_get_username(account))) { |
509 /* We'll just fake it, since we're sending to ourself. */ | 509 /* We'll just fake it, since we're sending to ourself. */ |
510 serv_got_typing(gc, who, MSN_TYPING_RECV_TIMEOUT, TYPING); | 510 serv_got_typing(gc, who, MSN_TYPING_RECV_TIMEOUT, GAIM_TYPING); |
511 | 511 |
512 return MSN_TYPING_SEND_TIMEOUT; | 512 return MSN_TYPING_SEND_TIMEOUT; |
513 } | 513 } |
514 | 514 |
515 swboard = msn_session_find_switch_with_passport(session, who); | 515 swboard = msn_session_find_switch_with_passport(session, who); |