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:
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 4fe45757f..6e5fc9ed7 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -167,10 +167,12 @@ typedef struct _RemminaPref {
guint shortcutkey_disconnect;
guint shortcutkey_toolbar;
/* In RemminaPrefDialog security tab */
- gboolean use_master_password;
+ gboolean use_primary_password;
const gchar * unlock_password;
const gchar * unlock_repassword;
gint unlock_timeout;
+ gboolean lock_connect;
+ gboolean lock_edit;
gboolean trust_all;
/* In RemminaPrefDialog terminal tab */
gchar * vte_font;