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

    r6305 r6381  
    9696QStringList LicqKIMIface::reachableContacts() 
    9797{ 
    98     ICQOwner* owner = gUserManager.FetchOwner(LOCK_R); 
     98    ICQOwner* owner = gUserManager.FetchOwner(LICQ_PPID, LOCK_R); 
    9999    bool offline = owner->StatusOffline(); 
    100     gUserManager.DropOwner(); 
     100    gUserManager.DropOwner(owner); 
    101101 
    102102    if (offline)