Changeset 8429

Show
Ignore:
Timestamp:
07/23/07 23:35:01 (18 months ago)
Author:
asterix
Message:

update password in connection instance when we modify it and we use gnome keyring. fixes #3318

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/passwords.py

    r8399 r8429  
    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