Mercurial > pidgin
comparison src/proxy.c @ 8735:92cbf9713795
[gaim-migrate @ 9490]
Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in
the coments and documentaion. Thansk Jonathan!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Wed, 21 Apr 2004 01:34:26 +0000 |
| parents | c3414c5faf86 |
| children | 58787b676854 |
comparison
equal
deleted
inserted
replaced
| 8734:407c122d6191 | 8735:92cbf9713795 |
|---|---|
| 868 } | 868 } |
| 869 | 869 |
| 870 c++; | 870 c++; |
| 871 } | 871 } |
| 872 | 872 |
| 873 /* NOTE: HTTP_PROXY takes precendence. */ | 873 /* NOTE: HTTP_PROXY takes precedence. */ |
| 874 info = gaim_global_proxy_get_info(); | 874 info = gaim_global_proxy_get_info(); |
| 875 | 875 |
| 876 if (*host) gaim_proxy_info_set_host(info, host); | 876 if (*host) gaim_proxy_info_set_host(info, host); |
| 877 if (*user) gaim_proxy_info_set_username(info, user); | 877 if (*user) gaim_proxy_info_set_username(info, user); |
| 878 if (*pass) gaim_proxy_info_set_password(info, pass); | 878 if (*pass) gaim_proxy_info_set_password(info, pass); |
