Show
Ignore:
Timestamp:
02/28/08 03:39:21 (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/qt4-gui/src/userevents/usersendcommon.cpp

    r6064 r6074  
    942942          } 
    943943      } 
    944     } 
     944      break; 
     945    } 
     946 
     947    case USER_SECURITY: 
     948      // Automatically unset 'send through server' upon 
     949      // establishing secure channel 
     950      if (u->Secure()) 
     951      { 
     952        u->SetSendServer(false); 
     953        chkSendServer->setChecked(false); 
     954      } 
     955      break; 
    945956  } 
    946957