# HG changeset patch # User Matti Hamalainen # Date 1688257230 -10800 # Node ID 3dbcd6f49e0976d01d09d61a0042260998c666ab # Parent 6d527b60fb0236a5d86541345eee5e09f5c1cfa4 Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet(). diff -r 6d527b60fb02 -r 3dbcd6f49e09 main.c --- 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);