Update of /home/kde/kdegames/atlantik/libatlantikclient In directory office:/tmp/cvs-serv8982/libatlantikclient Modified Files: atlantik_network.cpp Log Message: Leaving a server and reconnecting works properly now. Except that I am not able to connect to some hosts. Also, when trying to connect to localhost when there's no server there a couple of times, KExtendedSocket decided the crash dialog would be fun. So be it. Shouldn't be hard to go back to QSocket if this persists. Index: atlantik_network.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- atlantik_network.cpp 2002/07/23 23:39:41 1.54 +++ atlantik_network.cpp 2002/07/26 06:16:39 1.55 @@ -829,6 +829,7 @@ void AtlantikNetwork::serverConnect(const QString host, int port) { + kdDebug() << "AtlantikNetwork::serverConnect(" << host << ", " << QString::number(port) << ")" << endl; setAddress(host, port); enableRead(true); startAsyncConnect(); _______________________________________________ atlantik-cvs mailing list atlantik-cvs@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-cvs