Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2003-12-28 23:03:47 +0300
committerYann Leboulanger <asterix@lagaule.org>2003-12-28 23:03:47 +0300
commit3175b7606407bd97d4ea994120db2124a36e522e (patch)
treed0680f4a179bf84dae7a1538a5b80d5cb0a34e96 /core
parent68d3f6a25c0f132ed19cab85a2cddda5484a330a (diff)
* all user offline when we go offline
* no need to restart gajim when changing account
Diffstat (limited to 'core')
-rw-r--r--core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/core.py b/core/core.py
index 634c8996f..4a9c02568 100644
--- a/core/core.py
+++ b/core/core.py
@@ -101,6 +101,7 @@ class GajimCore:
# END disconenctedCB
def connect(self, account):
+ self.cfgParser.parseCfgFile()
hostname = self.cfgParser.__getattr__("%s" % account+"_hostname")
name = self.cfgParser.__getattr__("%s" % account+"_name")
password = self.cfgParser.__getattr__("%s" % account+"_password")