Show
Ignore:
Timestamp:
07/01/08 17:03:38 (5 months ago)
Author:
flynd
Message:

Use the new DropOwner? function to properly specify which owner to unlock.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/usereventdlg.cpp

    r6366 r6381  
    16051605        { 
    16061606          ownerName = QString::fromUtf8(o->GetAlias()); 
    1607           gUserManager.DropOwner(m_nPPID); 
     1607          gUserManager.DropOwner(o); 
    16081608        } 
    16091609        else 
    16101610          ownerName = QString(tr("Error! no owner set")); 
    16111611        QDateTime date; 
    1612          
     1612 
    16131613        // Iterate through each message to add 
    16141614        // Only show old messages as recent ones. Don't show duplicates.