Changeset 6183
- Timestamp:
- 2008-05-05 22:33:29 (2 months ago)
- Files:
-
- trunk/qt4-gui/src/userevents/usereventtabdlg.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/qt4-gui/src/userevents/usereventtabdlg.cpp
r6182 r6183 151 151 152 152 bool fetched = false; 153 if (u == NULL) 153 if (u == NULL || 154 !tab->isUserInConvo(u->IdString())) 154 155 { 155 156 u = gUserManager.FetchUser(tab->id().toLatin1(), tab->ppid(), LOCK_R);
