Changeset 5230 for trunk/qt-gui/src/usereventdlg.cpp
- Timestamp:
- 09/02/07 17:48:07 (15 months ago)
- Files:
-
- 1 modified
-
trunk/qt-gui/src/usereventdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/usereventdlg.cpp
r4913 r5230 1707 1707 if (s->FindConversation(m_nConvoId) == 0) 1708 1708 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); 1709 1712 } 1710 1713
