Show
Ignore:
Timestamp:
08/29/07 23:44:01 (15 months ago)
Author:
roidelapluie
Message:

Update password in connection instance when we modify it and we use gnome keyring. Fix #3318.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/passwords.py

    r7888 r8605  
    8787                token = 'gnomekeyring:%i' % auth_token 
    8888                gajim.config.set_per('accounts', account_name, 'password', token) 
    89  
     89                gajim.connections[account_name].password = password 
    9090 
    9191storage = None