Changeset 6460 for trunk/qt4-gui/src
- Timestamp:
- 07/24/08 02:19:05 (4 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactuserdata.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactuserdata.cpp
r6353 r6460 477 477 return true; 478 478 479 ICQUser* u = gUserManager.FetchUser(myId.toLatin1(), myPpid, LOCK_ R);479 ICQUser* u = gUserManager.FetchUser(myId.toLatin1(), myPpid, LOCK_W); 480 480 if (u == NULL) 481 481 return false;
