From bb4daa294551cf9e2530db9586aa18bd390a00de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 16 Mar 2019 15:33:58 +0100 Subject: [PATCH] Generate account label correctly --- gajim/gtk/account_wizard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gajim/gtk/account_wizard.py b/gajim/gtk/account_wizard.py index 61ee6979b..1460cf658 100644 --- a/gajim/gtk/account_wizard.py +++ b/gajim/gtk/account_wizard.py @@ -564,6 +564,7 @@ class AccountCreationWizard: def create_vars(self, config): app.config.add_per('accounts', self.account) + config['account_label'] = '%s@%s' % (config['name'], config['hostname']) if not config['savepass']: config['password'] = ''