Mercurial > pidgin
changeset 20032:d4bb8b85ab2e
The MSN http method should default to MSN_HTTPCONN_SERVER, not MSN_SERVER
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sun, 16 Sep 2007 05:30:13 +0000 |
parents | cd2b19529dff |
children | 2a4550082d66 |
files | libpurple/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c Fri Sep 14 08:40:06 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Sun Sep 16 05:30:13 2007 +0000 @@ -731,7 +731,7 @@ http_method = purple_account_get_bool(account, "http_method", FALSE); if (http_method) - host = purple_account_get_string(account, "http_method_server", MSN_SERVER); + host = purple_account_get_string(account, "http_method_server", MSN_HTTPCONN_SERVER); else host = purple_account_get_string(account, "server", MSN_SERVER); port = purple_account_get_int(account, "port", MSN_PORT);