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/ewidgets.cpp

    r6367 r6381  
    10921092      QTextCodec *ownerCodec = UserCodec::codecForICQUser(o); 
    10931093      contactName = ownerCodec->toUnicode(o->GetAlias()); 
    1094       gUserManager.DropOwner(m_nPPID); 
     1094      gUserManager.DropOwner(o); 
    10951095    } 
    10961096  }