Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2020-11-26 15:43:16 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-11-26 15:43:16 +0300
commit3d66abc80c423794f38d279aefaf30cb5fd5f8c6 (patch)
tree71a9d7cbb18a1b03b599319b9320371ba781ab2f /src/remmina_pref_dialog.h
parentb1860040fa4c6ad98fcba9ba8c2ab017f417179c (diff)
Automatically accept changes to fingerprints and certificates
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 2fc2a3cd8..b9ef7e36d 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -58,6 +58,7 @@ typedef struct _RemminaPrefDialog {
GtkEntry * unlock_timeout;
GtkEntry * unlock_password;
GtkEntry * unlock_repassword;
+ GtkSwitch * switch_security_trust_all;
GtkCheckButton * checkbutton_options_save_settings;
GtkCheckButton * checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton * checkbutton_appearance_show_tabs;