comparison src/protocols/msn/msn.c @ 9775:4c1a1be8ce33

[gaim-migrate @ 10643] A patch from Daniel Atallah to remove duplicate semicolons committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 19 Aug 2004 01:06:34 +0000
parents 4a8bf81b82ae
children 62eb9fe24692
comparison
equal deleted inserted replaced
9774:ec6ff57d7b06 9775:4c1a1be8ce33
601 601
602 if (session->http_method) 602 if (session->http_method)
603 msn_http_session_init(session); 603 msn_http_session_init(session);
604 604
605 gc->proto_data = session; 605 gc->proto_data = session;
606 gc->flags |= GAIM_CONNECTION_HTML | GAIM_CONNECTION_FORMATTING_WBFO | GAIM_CONNECTION_NO_BGCOLOR | GAIM_CONNECTION_NO_FONTSIZE | GAIM_CONNECTION_NO_URLDESC;; 606 gc->flags |= GAIM_CONNECTION_HTML | GAIM_CONNECTION_FORMATTING_WBFO | GAIM_CONNECTION_NO_BGCOLOR | GAIM_CONNECTION_NO_FONTSIZE | GAIM_CONNECTION_NO_URLDESC;
607 607
608 gaim_connection_update_progress(gc, _("Connecting"), 0, MSN_CONNECT_STEPS); 608 gaim_connection_update_progress(gc, _("Connecting"), 0, MSN_CONNECT_STEPS);
609 609
610 /* Hmm, I don't like this. */ 610 /* Hmm, I don't like this. */
611 username = msn_normalize(account, gaim_account_get_username(account)); 611 username = msn_normalize(account, gaim_account_get_username(account));