Changeset 6075

Show
Ignore:
Timestamp:
02/28/08 04:18:43 (9 months ago)
Author:
eugene
Message:

Made successful establishment of the secure channel uncheck 'Send through server'. Closes #1617.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/usereventdlg.cpp

    r6033 r6075  
    26892689        } 
    26902690      } 
     2691      break; 
     2692    } 
     2693    case USER_SECURITY: 
     2694    { 
     2695      if (u->Secure()) 
     2696      { 
     2697        u->SetSendServer(false); 
     2698        chkSendServer->setChecked(false); 
     2699      } 
     2700      break; 
    26912701    } 
    26922702  }