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>2019-03-28 09:33:43 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-28 09:33:43 +0300
commite134dbd2f1d8478f49b0483bbf0c57feae71c661 (patch)
treeef98d5cbfcba0a32fa850d25e5800c86a6935ee0 /src/remmina_pref_dialog.h
parent0cb44f635c8d7a034392f15335fc4832e3a8e17a (diff)
WIP: core unlock code
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 b64ac808e..6d8b95d04 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -56,6 +56,7 @@ typedef struct _RemminaPrefDialog {
GtkSwitch *switch_options_remember_last_view_mode;
GtkSwitch *switch_security_use_master_password;
GtkEntry *unlock_timeout;
+ GtkEntry *unlock_password;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;