Changeset 6074 for trunk/qt4-gui/src/userevents
- Timestamp:
- 02/28/08 03:39:21 (9 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/userevents/usersendcommon.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/userevents/usersendcommon.cpp
r6064 r6074 942 942 } 943 943 } 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; 945 956 } 946 957
