changeset 716:3dbcd6f49e09

Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet().
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Jul 2023 03:20:30 +0300
parents 6d527b60fb02
children 183818be0d83
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Mon Feb 20 23:38:52 2023 +0200
+++ b/main.c	Sun Jul 02 03:20:30 2023 +0300
@@ -1985,7 +1985,7 @@
     th_cfg_add_string(&tmpcfg, "password", &optPassword, NULL);
 
     th_cfg_add_comment(&tmpcfg, "Default color as a hex-triplet");
-    th_cfg_add_hexvalue(&tmpcfg, "color", &optUserColor, optUserColor);
+    th_cfg_add_hex_triplet(&tmpcfg, "color", &optUserColor, optUserColor);
 
     th_cfg_add_comment(&tmpcfg, "Default setting of ignore mode");
     th_cfg_add_bool(&tmpcfg, "ignore", &setIgnoreMode, setIgnoreMode);