diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-09-30 12:11:52 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-09-30 12:11:52 +0000 |
commit | 5535fe61d625c4afc5df2927a2ff05f681eb6002 (patch) | |
tree | 791c3582fd998951314deeb7939db2df8f81e11b /vncviewer/OptionsDialog.cxx | |
parent | 476a8f5e1c0c27b70c838b4bcb12ccef4dcd345c (diff) | |
download | tigervnc-5535fe61d625c4afc5df2927a2ff05f681eb6002.tar.gz tigervnc-5535fe61d625c4afc5df2927a2ff05f681eb6002.zip |
Forgot to save the security settings when closing the options dialog.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4679 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/OptionsDialog.cxx')
-rw-r--r-- | vncviewer/OptionsDialog.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vncviewer/OptionsDialog.cxx b/vncviewer/OptionsDialog.cxx index 5fd61546..7543579e 100644 --- a/vncviewer/OptionsDialog.cxx +++ b/vncviewer/OptionsDialog.cxx @@ -346,6 +346,8 @@ void OptionsDialog::storeOptions(void) } } + SecurityClient::secTypes.setParam(security.ToString()); + CSecurityTLS::x509ca.setParam(caInput->value()); CSecurityTLS::x509crl.setParam(crlInput->value()); #endif |