summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
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.c
parent6edeb462320240d981ec307798c7841e50197758 (diff)
Add min password length spinbutton to common preferences
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 6c20319..dda4a0f 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -423,6 +423,8 @@ static PrefParam param[] = {
423 P_BOOL}, 423 P_BOOL},
424 {"master_password_hash", NULL, &prefs_common.master_password_hash, 424 {"master_password_hash", NULL, &prefs_common.master_password_hash,
425 P_STRING}, 425 P_STRING},
426 {"encrypted_password_min_length", "32",
427 &prefs_common.encrypted_password_min_length, P_INT},
426 428
427 /* Interface */ 429 /* Interface */
428 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, 430 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},