Changeset 1913

Show
Ignore:
Timestamp:
06/05/00 03:25:52 (9 years ago)
Author:
graham
Message:

Fix for the occasional instance when not being able to send direct
when we already have a connection.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/usereventdlg.cpp

    r1905 r1913  
    753753  ICQUser *u = gUserManager.FetchUser(m_nUin, LOCK_R); 
    754754  chkSendServer->setChecked(u->SendServer() || (u->StatusOffline() && u->SocketDesc() == -1)); 
    755   if (u->Ip() == 0) 
     755  if (u->Ip() == 0 && u->SocketDesc() == -1) 
    756756  { 
    757757    chkSendServer->setChecked(true);