Mercurial > pidgin
diff src/protocols/msn/switchboard.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 | 115769a4c6fc |
line wrap: on
line diff
--- a/src/protocols/msn/switchboard.c Sat Jun 14 21:34:31 2003 +0000 +++ b/src/protocols/msn/switchboard.c Sat Jun 14 23:21:02 2003 +0000 @@ -327,7 +327,7 @@ (value = msn_message_get_attr(msg, "TypingUser")) != NULL) { serv_got_typing(gc, servconn->msg_passport, MSN_TYPING_RECV_TIMEOUT, - TYPING); + GAIM_TYPING); } return TRUE;
