diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-07-01 19:22:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-07-01 19:22:17 (GMT) |
commit | bfd453d597d23b5c782aa8d40eb744d2ab56838e (patch) | |
tree | b285ada70fcb80b367542ec876716b2aa33ebc5c /src/core | |
parent | 2f1a1323b4b6c5d4ff84a6d4d335e0cf56c5c8fa (diff) |
Introduced attributes for loaded contents.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/params.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/params.c b/src/core/params.c index 6467182..ef331e7 100644 --- a/src/core/params.c +++ b/src/core/params.c @@ -112,7 +112,7 @@ bool load_main_config_parameters(void) GCfgParam *param; /* Paramètre chargé */ char *string; /* Valeur sous forme de texte */ - config = g_generic_config_new("main"); + config = g_generic_config_new_from_file("main"); set_main_configuration(config); string = get_author_name(); |