Issue43

Title TkUI and TkAE need to listen to 'connection_*disconnected' signal.
Priority feature Status in-progress
Superseder Nosy List dmcc
Assigned To dmcc Topics signals, tk

Created on 2003-06-26.21:25:05 by dmcc, last changed 2003-06-27.07:01:55 by dmcc.

Messages
msg141 (view) Author: dmcc Date: 2003-06-26.21:25:05
We now listen to the 'connection_unexpectedly_disconnected'
signal, which is the callback for unexpected disconnections.
 'connection_unexpectedly_disconnected' is handled in
Connection.disconnect_cb and it now calls
Connection.disconnect to formally close the connection.

TkUI should change the bg color of a disconnected
conversation.  It should turn one color if your connection
is disconnected and a different color the connection of your
friend is disconnected.

TkAE already listens to connection_disconnected, so this
just needs to be tested.  It should start listening to the
new signal too.
History
Date User Action Args
2003-06-27 07:01:55dmccsettopic: + signals
2003-06-26 21:25:05dmcccreate