Changeset ff94563
- Timestamp:
- 2011-03-26T12:02:38Z (14 years ago)
- Branches:
- master
- Children:
- ce617f0
- Parents:
- 13688ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r13688ec rff94563 1244 1244 if( proxytype != PROXY_NONE ) 1245 1245 { 1246 PurpleProxyInfo *pi = purple_ proxy_info_new();1246 PurpleProxyInfo *pi = purple_global_proxy_get_info(); 1247 1247 switch( proxytype ) 1248 1248 { … … 1261 1261 purple_proxy_info_set_username( pi, proxyuser ); 1262 1262 purple_proxy_info_set_password( pi, proxypass ); 1263 purple_global_proxy_set_info( pi );1264 1263 } 1265 1264
Note: See TracChangeset
for help on using the changeset viewer.