mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 12:16:21 +00:00
Comments now kept when writing to config file
This commit is contained in:
@@ -92,7 +92,8 @@ prefs_load(void)
|
|||||||
g_string_append(prefs_loc, "/.profanity/config");
|
g_string_append(prefs_loc, "/.profanity/config");
|
||||||
|
|
||||||
prefs = g_key_file_new();
|
prefs = g_key_file_new();
|
||||||
g_key_file_load_from_file(prefs, prefs_loc->str, G_KEY_FILE_NONE, NULL);
|
g_key_file_load_from_file(prefs, prefs_loc->str, G_KEY_FILE_KEEP_COMMENTS,
|
||||||
|
NULL);
|
||||||
|
|
||||||
// create the logins searchable list for autocompletion
|
// create the logins searchable list for autocompletion
|
||||||
gsize njids;
|
gsize njids;
|
||||||
|
|||||||
Reference in New Issue
Block a user