Show
Ignore:
Timestamp:
07/01/08 06:31:24 (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/qt4-gui/src/widgets/protocombobox.cpp

    r6224 r6374  
    5656      if (skipExisting) 
    5757      { 
    58         gUserManager.DropOwner(ppid); 
     58        gUserManager.DropOwner(o); 
    5959        continue; 
    6060      } 
     
    6262      { 
    6363        id = o->IdString(); 
    64         gUserManager.DropOwner(ppid); 
     64        gUserManager.DropOwner(o); 
    6565      } 
    6666    }