summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-19 22:06:25 +0100
committerSimeon Simeonov2018-03-19 22:06:25 +0100
commitc6f80c49de727b9857d2bbd1eeaf85930612d0ce (patch)
treeb08d5949b28907afdea01f4745b66283f2159d79 /libsylph/prefs_common.h
parent6edeb462320240d981ec307798c7841e50197758 (diff)
Add min password length spinbutton to common preferences
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index bc1d2f3..92333aa 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -252,6 +252,7 @@ struct _PrefsCommon
252 /* Master password */ 252 /* Master password */
253 gboolean use_master_password; 253 gboolean use_master_password;
254 gchar *master_password_hash; 254 gchar *master_password_hash;
255 guint encrypted_password_min_length;
255 256
256 /* Interface */ 257 /* Interface */
257 gboolean sep_folder; 258 gboolean sep_folder;