@@ -105,8 +105,11 @@ class OMEMOConfigDialog(GajimPluginConfigDialog):
|
|||||||
|
|
||||||
def update_account_store(self):
|
def update_account_store(self):
|
||||||
for account in sorted(app.contacts.get_accounts()):
|
for account in sorted(app.contacts.get_accounts()):
|
||||||
if account not in self.disabled_accounts and \
|
if account in self.disabled_accounts:
|
||||||
not self.is_in_accountstore(account):
|
continue
|
||||||
|
if account == 'Local':
|
||||||
|
continue
|
||||||
|
if not self.is_in_accountstore(account):
|
||||||
self.account_store.append(row=(account,))
|
self.account_store.append(row=(account,))
|
||||||
|
|
||||||
def update_account_combobox(self):
|
def update_account_combobox(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user