diff --git a/src/gajim.py b/src/gajim.py index fb8e21f84..340fe31b7 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -645,9 +645,6 @@ class Interface: } parser.read() - #create the config - self.save_config() - for account in gajim.config.get_per('accounts'): gajim.connections[account] = common.connection.Connection(account)