Show
Ignore:
Timestamp:
05/05/08 22:33:29 (7 months ago)
Author:
eugene
Message:

Tiny fix for previous commit.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 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);