Mercurial > pidgin
comparison src/protocols/msn/msn.c @ 8691:0eb5161ef333
[gaim-migrate @ 9444]
Patch by Stu Tomlinson to disable the font size and background color
buttons in MSN, and close the tags in msn/utils.c. Thanks :)
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 18 Apr 2004 03:27:33 +0000 |
parents | cc2ce209cc46 |
children | 725413cc9fb9 |
comparison
equal
deleted
inserted
replaced
8690:b3b3384bc1e6 | 8691:0eb5161ef333 |
---|---|
497 | 497 |
498 if (session->http_method) | 498 if (session->http_method) |
499 msn_http_session_init(session); | 499 msn_http_session_init(session); |
500 | 500 |
501 gc->proto_data = session; | 501 gc->proto_data = session; |
502 gc->flags |= GAIM_CONNECTION_HTML | GAIM_CONNECTION_FORMATTING_WBFO; | 502 gc->flags |= GAIM_CONNECTION_HTML | GAIM_CONNECTION_FORMATTING_WBFO | GAIM_CONNECTION_NO_BGCOLOR | GAIM_CONNECTION_NO_FONTSIZE; |
503 | 503 |
504 gaim_connection_update_progress(gc, _("Connecting"), 0, MSN_CONNECT_STEPS); | 504 gaim_connection_update_progress(gc, _("Connecting"), 0, MSN_CONNECT_STEPS); |
505 | 505 |
506 /* Hmm, I don't like this. */ | 506 /* Hmm, I don't like this. */ |
507 username = msn_normalize(account, gaim_account_get_username(account)); | 507 username = msn_normalize(account, gaim_account_get_username(account)); |