Skip to content
Snippets Groups Projects
Commit f9df0474 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 2fe5d0c3
No related branches found
No related tags found
No related merge requests found
...@@ -692,6 +692,8 @@ class accountPreference_Window: ...@@ -692,6 +692,8 @@ class accountPreference_Window:
'keyname': keyName, 'savegpgpass': save_gpg_pass, 'gpgpass': gpg_pass} 'keyname': keyName, 'savegpgpass': save_gpg_pass, 'gpgpass': gpg_pass}
self.plugin.send('CONFIG', None, ('accounts', self.plugin.accounts, \ self.plugin.send('CONFIG', None, ('accounts', self.plugin.accounts, \
'GtkGui')) 'GtkGui'))
if savepass:
self.plugin.send('PASSPHRASE', name, entryPass.get_text())
#update variables #update variables
self.plugin.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}} self.plugin.windows[name] = {'infos': {}, 'chats': {}, 'gc': {}}
self.plugin.queues[name] = {} self.plugin.queues[name] = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment