try to fix ticket 148. has some problems: it wont display the accounts with erros in the accounts window. Only after you close it and open it again
This commit is contained in:
parent
7c6f9f9499
commit
c9df9a7ece
|
@ -467,6 +467,9 @@ class Client(Stream):
|
|||
except socket.error, e:
|
||||
self.DEBUG("socket error: "+str(e), DBG_CONN_ERROR)
|
||||
raise
|
||||
except socket.gaierror, e:
|
||||
self.DEBUG("socket error: "+str(e), DBG_CONN_ERROR)
|
||||
raise
|
||||
|
||||
if self._connection == TCP_SSL:
|
||||
try:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 423 B After Width: | Height: | Size: 574 B |
Loading…
Reference in New Issue