Changeset 3437

Show
Ignore:
Timestamp:
02/28/08 20:39:33
Author:
jdapena
Message:

* libtinymail-camel/tny-camel-account.c:

(tny_camel_account_set_pass_func_default) reactivate the account
always, even when we're setting the same pass func again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3434 r3437  
     12008-02-28  Jose Dapena Paz  <jdapena@igalia.com> 
     2 
     3        * libtinymail-camel/tny-camel-account.c: 
     4        (tny_camel_account_set_pass_func_default) reactivate the account 
     5        always, even when we're setting the same pass func again. 
     6 
    172008-02-27  Jose Dapena Paz  <jdapena@igalia.com> 
    28 
  • trunk/libtinymail-camel/tny-camel-account.c

    r3415 r3437  
    10461046        gboolean changed = FALSE; 
    10471047 
    1048         /* Ignore this if it is not a change: */ 
    1049         if (get_pass_func == priv->get_pass_func) 
    1050                 return; 
    1051  
    10521048        g_static_rec_mutex_lock (priv->service_lock); 
    10531049