summaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
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 1f1d3e2..6c20319 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -421,6 +421,8 @@ static PrefParam param[] = {
421 /* Master password */ 421 /* Master password */
422 {"use_master_password", "FALSE", &prefs_common.use_master_password, 422 {"use_master_password", "FALSE", &prefs_common.use_master_password,
423 P_BOOL}, 423 P_BOOL},
424 {"master_password_hash", NULL, &prefs_common.master_password_hash,
425 P_STRING},
424 426
425 /* Interface */ 427 /* Interface */
426 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, 428 {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},