Apr 2002 libsecret
This commit is contained in:
parent
4c1b226bff
commit
cb248a18a3
8 changed files with 86 additions and 17 deletions
|
|
@ -291,7 +291,10 @@ class GenericSetting(Gtk.ListBoxRow):
|
|||
|
||||
elif self.type_ == SettingType.ACCOUNT_CONFIG:
|
||||
if self.value == 'password':
|
||||
passwords.save_password(self.account, state)
|
||||
passwords.save_password(self.account, state,
|
||||
# guessing - for xdg:schema="org.qt.keychain"
|
||||
user=self.jid,
|
||||
)
|
||||
if self.value == 'no_log_for':
|
||||
self.set_no_log_for(self.account, state)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue