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/dialogs/ownermanagerdlg.cpp

    r6352 r6374  
    169169void OwnerManagerDlg::registerOwner() 
    170170{ 
    171   if (gUserManager.OwnerUin() != 0) 
     171  if (!gUserManager.OwnerId(LICQ_PPID).empty()) 
    172172  { 
    173173    QString buf = tr("You are currently registered as\n" 
     
    176176        "Rerun licq with the -b option to select a new\n" 
    177177        "base directory and then register a new user.") 
    178             .arg(gUserManager.OwnerUin()).arg(BASE_DIR); 
     178        .arg(gUserManager.OwnerId(LICQ_PPID).c_str()).arg(BASE_DIR); 
    179179    InformUser(this, buf); 
    180180    return;