Changeset ff94563 for protocols/purple


Ignore:
Timestamp:
2011-03-26T12:02:38Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ce617f0
Parents:
13688ec
Message:

Set the libpurple proxy server in a way that should work with older
libpurple versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    r13688ec rff94563  
    12441244        if( proxytype != PROXY_NONE )
    12451245        {
    1246                 PurpleProxyInfo *pi = purple_proxy_info_new();
     1246                PurpleProxyInfo *pi = purple_global_proxy_get_info();
    12471247                switch( proxytype )
    12481248                {
     
    12611261                purple_proxy_info_set_username( pi, proxyuser );
    12621262                purple_proxy_info_set_password( pi, proxypass );
    1263                 purple_global_proxy_set_info( pi );
    12641263        }
    12651264       
Note: See TracChangeset for help on using the changeset viewer.