Changeset 12f041d for protocols/purple
- Timestamp:
- 2015-10-21T13:14:17Z (9 years ago)
- Branches:
- master
- Children:
- b0da3b8
- Parents:
- 3314ced
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r3314ced r12f041d 122 122 purple_blist_load(); 123 123 purple_prefs_load(); 124 125 if (proxytype == PROXY_SOCKS4A) { 126 /* do this here after loading prefs. yes, i know, it sucks */ 127 purple_prefs_set_bool("/purple/proxy/socks4_remotedns", TRUE); 128 } 129 124 130 dir_fixed = TRUE; 125 131 } … … 1404 1410 PurpleProxyInfo *pi = purple_global_proxy_get_info(); 1405 1411 switch (proxytype) { 1412 case PROXY_SOCKS4A: 1406 1413 case PROXY_SOCKS4: 1407 1414 purple_proxy_info_set_type(pi, PURPLE_PROXY_SOCKS4);
Note: See TracChangeset
for help on using the changeset viewer.