Show
Ignore:
Timestamp:
01/18/08 21:18:10 (10 months ago)
Author:
eugene
Message:
  • Removed all password-related work from SecurityDlg?;
  • Renamed ICQ-related options in system menu to reflect this fact;
  • Removed id from OwnerEditDlg? ctor, made ppid optional and fixed some bugs;
  • Made SignalManager? invoke OwnerEditDlg? upon logoff for wrong password reason.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/core/signalmanager.cpp

    r5822 r6054  
    2727#include <licq_log.h> 
    2828 
    29 #include "dialogs/securitydlg.h" 
     29#include "dialogs/ownereditdlg.h" 
    3030 
    3131using namespace LicqQtGui; 
     
    6666    case SIGNAL_LOGOFF: 
    6767      if (sig->SubSignal() == LOGOFF_PASSWORD) 
    68       { 
    69         SecurityDlg* secdlg = new SecurityDlg(); 
    70         secdlg->show(); 
    71       } 
     68        new OwnerEditDlg(sig->PPID()); 
    7269 
    7370      emit logoff();