Mercurial > pidgin.yaz
changeset 20087:94874ffc3760
merge of '4edaa472ef7d3d6b4bef04843b8e7116e3a44c84'
and 'dec0c8973cbfe6d9d19a6411b66a4bd740a0dd2d'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 16 Sep 2007 15:07:16 +0000 |
parents | af72217807e2 (current diff) 2a4550082d66 (diff) |
children | 470feb3084a4 e638dec3d76b |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c Sun Sep 16 15:05:14 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Sun Sep 16 15:07:16 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);