qulogic/pidgin

a82441d2af87
Parents 03d26269d62a
Children 0f5cf0aaeb07
disapproval of revision '03d26269d62a182ae31f83fa5ff1d081cf1614be'
--- a/libpurple/protocols/msn/msn.c Fri Sep 28 15:23:16 2007 +0000
+++ b/libpurple/protocols/msn/msn.c Mon Oct 01 17:01:00 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_HTTPCONN_SERVER);
+ host = purple_account_get_string(account, "http_method_server", MSN_SERVER);
else
host = purple_account_get_string(account, "server", MSN_SERVER);
port = purple_account_get_int(account, "port", MSN_PORT);