Changeset 6183

Show
Ignore:
Timestamp:
2008-05-05 22:33:29 (2 months ago)
Author:
eugene
Message:

Tiny fix for previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/qt4-gui/src/userevents/usereventtabdlg.cpp

    r6182 r6183  
    151151 
    152152  bool fetched = false; 
    153   if (u == NULL) 
     153  if (u == NULL || 
     154      !tab->isUserInConvo(u->IdString())) 
    154155  { 
    155156    u = gUserManager.FetchUser(tab->id().toLatin1(), tab->ppid(), LOCK_R);