When we add a new account, tell our password to the Core

This commit is contained in:
Yann Leboulanger 2004-11-23 14:42:47 +00:00
parent 2fe5d0c346
commit f9df0474ff
1 changed files with 2 additions and 0 deletions

View File

@ -692,6 +692,8 @@ class accountPreference_Window:
'keyname': keyName, 'savegpgpass': save_gpg_pass, 'gpgpass': gpg_pass}
self.plugin.send('CONFIG', None, ('accounts', self.plugin.accounts, \
'GtkGui'))
if savepass:
self.plugin.send('PASSPHRASE', name, entryPass.get_text())
#update variables
self.plugin.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}}
self.plugin.queues[name] = {}