Changeset 6460 for trunk/qt4-gui/src

Show
Ignore:
Timestamp:
07/24/08 02:19:05 (4 months ago)
Author:
flynd
Message:

Should be a write lock here as we change things.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/contactlist/contactuserdata.cpp

    r6353 r6460  
    477477    return true; 
    478478 
    479   ICQUser* u = gUserManager.FetchUser(myId.toLatin1(), myPpid, LOCK_R); 
     479  ICQUser* u = gUserManager.FetchUser(myId.toLatin1(), myPpid, LOCK_W); 
    480480  if (u == NULL) 
    481481    return false;