Changeset 5223

Show
Ignore:
Timestamp:
08/30/07 07:12:52 (15 months ago)
Author:
erijo
Message:

Balance number of FetchUser? calls with number of DropUser?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/usereventdlg.cpp

    r5215 r5223  
    17571757      if (s->FindConversation(m_nConvoId) == 0) 
    17581758        m_nConvoId = 0; 
     1759 
     1760      // Fetch the user again since we dropped it above 
     1761      u = gUserManager.FetchUser(m_lUsers.front().c_str(), m_nPPID, LOCK_R); 
    17591762    } 
    17601763