Show
Ignore:
Timestamp:
09/02/07 17:48:07 (15 months ago)
Author:
erijo
Message:

Merge r5223 from qt-qui_qt4 branch. Fixes #1531.

Files:
1 modified

Legend:

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

    r4913 r5230  
    17071707      if (s->FindConversation(m_nConvoId) == 0) 
    17081708        m_nConvoId = 0; 
     1709 
     1710      // Fetch the user again since we dropped it above 
     1711      u = gUserManager.FetchUser(m_lUsers.front().c_str(), m_nPPID, LOCK_R); 
    17091712    } 
    17101713