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-23 03:03:40 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-23 03:03:40 +0300
commit3e826e78c218b9ab673f8ae3d90440d0452d5d97 (patch)
treea4d7129616ba115347471ce3974f46518a4aead0 /src/remmina_pref_dialog.h
parent6551dc5bd94c499260f4eb2dc28468fc277224dd (diff)
WIP: core unlock code - timers
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 f12048fb8..b64ac808e 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -55,6 +55,7 @@ typedef struct _RemminaPrefDialog {
GtkSwitch *switch_options_deny_screenshot_clipboard;
GtkSwitch *switch_options_remember_last_view_mode;
GtkSwitch *switch_security_use_master_password;
+ GtkEntry *unlock_timeout;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;