Changeset 4787

Show
Ignore:
Timestamp:
11/20/06 04:19:51 (2 years ago)
Author:
root_42
Message:

Stop sending typing notifications when chat dialog is prematurely
closed.

Files:
1 modified

Legend:

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

    r4757 r4787  
    25722572void UserSendCommon::slot_close() 
    25732573{ 
     2574  server->ProtoTypingNotification(m_lUsers.front().c_str(), m_nPPID, false, m_nConvoId); 
     2575   
    25742576  if (mainwin->m_bMsgChatView) 
    25752577  {