Changeset 2656

Show
Ignore:
Timestamp:
09/01/07 13:41:06
Author:
armin
Message:

2007-08-29 Armin Burgmeier <armin@openismus.com>

  • libtinymail-camel/tny-camel-account.c

(tny_camel_account_get_supported_secure_authentication_async_thread):
Call the prepare_func vfunc before asking camel to ask the server for
auth types so priv->service is set.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r2655 r2656  
     12007-08-29  Armin Burgmeier  <armin@openismus.com> 
     2 
     3        * libtinymail-camel/tny-camel-account.c 
     4        (tny_camel_account_get_supported_secure_authentication_async_thread): 
     5        Call the prepare_func vfunc before asking camel to ask the server for 
     6        auth types so priv->service is set. 
     7 
    182007-08-31 Dirk-Jan C. Binnema <dirk-jan.binnema@nokia.com> 
    29         
  • trunk/libtinymail-camel/tny-camel-account.c

    r2620 r2656  
    17801780                "Get secure authentication methods"); 
    17811781 
     1782        /* Prepare, so service is set for query_auth_types */ 
     1783        TNY_CAMEL_ACCOUNT_GET_CLASS(self)->prepare_func(self, FALSE, TRUE); 
     1784 
    17821785        authtypes = camel_service_query_auth_types (priv->service, &ex); 
    17831786        /* Result reference */