]> code.delx.au - pymsnt/commitdiff
Hopefully fixed exception caused by SwitchboardSessionBase.ready being sometimes...
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Tue, 23 May 2006 13:17:44 +0000 (13:17 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Tue, 23 May 2006 13:17:44 +0000 (13:17 +0000)
git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@162 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>

src/tlib/msn/msnw.py

index 2855c0c03edd5ae0d6e9daf407fc6a9020345139..a23d213a15e21ae52e948ee67879b4ff37edf6a7 100644 (file)
@@ -470,6 +470,7 @@ class SwitchboardSessionBase(msn.SwitchboardClient):
                self.ready = False
 
        def connectionLost(self, reason):
+               msn.SwitchboardClient.connectionLost(self, reason)
                LogEvent(INFO, self.ident)
                self.ready = False
                self.msncon = None