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

This commit is contained in:
Yann Leboulanger 2007-07-23 21:35:01 +00:00
parent 07a3393b72
commit 5040656f3e
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class GnomePasswordStorage(PasswordStorage):
display_name, attributes, password, update)
token = 'gnomekeyring:%i' % auth_token
gajim.config.set_per('accounts', account_name, 'password', token)
gajim.connections[account_name].password = password
storage = None
def get_storage():